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.
我想知道 CodeIgniter 和 Zend MVC 框架在编码风格方面有什么不同?
例如在数据库中检索/插入值等。
概念相似,但编码风格不同:
Zend Framework 使用表网关模式和行网关模式,但 CodeIgniter 只使用后者。
如果您询问命名变量和方法中使用的约定,那么 Zend 与 CodeIgniter 不同。因此编码风格不一样!
希望能帮助到你!