Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都知道使用 PHP 的面向对象应用程序的好教程/书籍/指南吗?我不是在谈论学习 OO,我知道 OO,但是我在用 Web Development 实现这个概念时遇到了一些困难。
如果我能找到一个真实世界的例子,包括 OOP、PHP、MySQL、Sessions(登录名、购物车……)等,那就太好了。
你应该看看 PHP 框架的源代码。Zend、CodeIgnitor 等。另请阅读用法。它将让您了解 OOP Lamp 堆栈的工作原理。