I recently upgraded to SF 1.4.8 on Linux. 开发者_Go百科However, I cant seem to find the Db icon in the toolbar, so I can\'t check my queries etc.
I use Symfony 1.4.11. And I need to add开发者_如何转开发custom <title></title> for each page.In frontend I use slots (here) But I need alsoto do same in my backend... How to do this? Use g
I have a blog made with symfony 1.4. In the generated admin, I\'ve added the column \"has tags\", by adding the following to Content.class.php :
my schema.yml : User: columns: id: type: integer(4) autoincrement: true primary: true username: type: string(255)
I am new to symfony framework. I am trying to populate the city_id form-field based on the selection done in the states select box.
here is an excerpt of ./symfony propel:build-forms: helloises@helloise:~/github_mira/rainbow_code/phoenix$ ./symfony propel:build-forms
Is there any way to add custom form-field element in the form class? i.e. I want to add a span element just after the email element in the UsersForm class. Here is the code
I have a plugin in Symfony 1.4 and I have created for him some tests put them in ROOT/myPlugin/test/unit/MyTest.php
I am using doctrine for development activity for my project. However in one of the modules I am getting the below error message on my production server. But the error doesn\'t surface on the 开发者_如
i added a new mysql table and did a build-schema my config/schema.yml contains my new table now when i run the build-model i get: