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.
./symfony propel:build-model尝试构建所有模型。是否有可能,如果可以,如何只指定某个模型?
./symfony propel:build-model
在命令行中使用 Propel 无法实现您想要的。可以以编程方式执行此操作(如果您有兴趣,请参阅我写的这篇文章),但这并不像运行 CLI 命令那么简单。
如果您在内存大小方面遇到问题,只需增加 php.ini 中分配的数量即可。我想你应该用 32-64M 没问题。