Looking for a way to handle/approach PHP OOP websites

前端 未结 3 1071
忘掉有多难
忘掉有多难 2020-12-09 23:19

I\'m not new to PHP or programming at all. But recently I was thinking about website programming in PHP and how easier it was before the OOP. Anyway, I prefer OOP than the o

3条回答
  •  自闭症患者
    2020-12-10 00:02

    You can use autoloading in PHP for a better solution:

    http://php.net/manual/en/language.oop5.autoload.php

提交回复
热议问题