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.
here is an excerpt of ./symfony propel:build-forms: helloises@helloise:~/github_mira/rainbow_code/phoenix$ ./symfony propel:build-forms
I\'m building the blog project example 开发者_JAVA技巧shown in the \"definitive guide of symfony\" (chapter 8: the model) on official webpage.
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:
I am using SF 1.4.8 with Propel ORM for a project. I have an action that allows a user to save their user profile. It looks something like this:
I have a file which contains two JSON arrays; one is holding the column names which has 4 values and another array which contains 10,000+ record values.
Exploring every avenue with an iss开发者_如何学运维ue I\'m currently experiencing. I have a site that uses Symfony 1.3 with Propel, using the 1.5 plugin.
Straight to the point -- I have a Symfony 1.3 / Propel 1.4 project. I have a module which is secured via is_secure: true in its own security.yml. I want this module to be accessible not only for super
I am currently refactoring some stuff to use Propel. We currently have a function that adds text to a \"history\" field like this:
I noticed that propel loads the fixture data into the database, even though we didnt specify some of the required fields of the table inside the .yml files.