Questions tagged «symfony1»

10
PHP ORM:教义与Propel
我正在用symfony开始一个新项目,该项目可以很容易地与Doctrine和Propel集成在一起,但是我当然需要做出选择...。我想知道是否有更多有经验的人在使用这些工具时有普遍的利弊?这两个中的任何一个? 非常感谢。 编辑: 感谢所有的答复,有用的东西。这个问题没有真正正确的答案,因此,我只将获得最多票数的人标记为已批准。
126 php  orm  symfony1  doctrine  propel 

3
如何指定Composer安装路径?
我有这个定义: { "repositories": [ { "type": "package", "package": { "name": "symfony/sfGuardPlugin", "version": "4.0.2", "dist": { "url": "http://plugins.symfony-project.org/get/sfGuardPlugin/sfGuardPlugin-4.0.2.tgz", "type": "tar" } } } ], "require": { "symfony/sfGuardPlugin": "4.0.*" } } 我正在使用Symfony 1,并且想在上安装它们plugins/sfGuardPlugin/。我该如何指定?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.