In Symfony i just have to create models with ORM Designer a开发者_Go百科nd export it to symfony as a schema.yml and then use a symfony command to create tables, models and forms.
The problem: I have a database that\'s running on a shared server. I do not have permission to drop/ create a database via the command line
How can I change the template of 开发者_Go百科a form in sfDoctrineGuardPlugin? That is, I need to change the HTML (class, id) of the input elements (username, password) of a login form provided by sf
In my Symfony 1.4 project I am using the doctrine:generate-admin task to create the modules that compose my backend system. One such module is \"journeys\". When I view the source of the \"journeys/ne
i have a template with this below to show a dialog when the link开发者_运维知识库 is clicked:
I\'m using PHP with the Symfony framework (with Doctrine as my ORM) to build a spider that crawls some sites.
Until now, I have always said that CakePHP is too bloated and slow. I don\'t really know that, I just saw \"some\" benchmarks. What I really want to know, is that if those two frameworks (Symfony and
HI, I try to translate this query : SELECT * FROM `reunion` , lieu WHERE reunion.lieu_reunion = lieu.id_lieu
Can someone point me in the right direction in regards to making an api use basic http authentication?
With Zend_Form I could just set an element as an array and it would render with brackets. Can I achieve the same thing using sf开发者_如何学运维Form in symfony?What if you simply set the name of the f