Php design patterns

前端 未结 4 1122
执念已碎
执念已碎 2021-01-31 23:53

Ok, i\'d like to firstly make you notice that i have looked for \"php mvc design patterns\" and so and i haven\'t really found what i was looking for; still now, writing my ques

4条回答
  •  名媛妹妹
    2021-02-01 00:17

    You would probably get better results googling for MVC PHP instead of MCV PHP. Design patterns can be applied to all object oriented languages so you might be best advised to look into THE design pattern book and into Object Oriented Programming with PHP.

    There also is an article series on DZone about practical PHP patterns.

提交回复
热议问题