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 项目。我正在寻找一个可以从 mysql 数据库表中生成模型的库,以便我可以将它们用作代码中的对象并避免大量重复。类似于现代 PHP 框架中的 ActiveRecord 建模类。
Doctrine 1.2,Doctrine2(与CodeGenerator 项目)。我认为Propel仍然支持这一点。