propel
where is the database icon in the symfony 1.4.8 debug toolbar?
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.[详细]
2023-03-15 04:47 分类:问答./symfony propel:build-forms not building my plugin forms
here is an excerpt of ./symfony propel:build-forms: helloises@helloise:~/github_mira/rainbow_code/phoenix$ ./symfony propel:build-forms[详细]
2023-03-14 10:00 分类:问答Why can't I connect to the Database with symfony's propel ORM?
I\'m building the blog project example 开发者_JAVA技巧shown in the \"definitive guide of symfony\" (chapter 8: the model) on official webpage.[详细]
2023-03-13 07:22 分类:问答symfony 1.4.5 build-model error of duplicate table
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:[详细]
2023-03-13 05:25 分类:问答Symfony: problem saving a form object
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:[详细]
2023-03-11 22:52 分类:问答Importing HUGE JSON-encoded arrays without hitting memory constraints
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.[详细]
2023-03-09 07:05 分类:问答Symfony 1.3 with Propel 1.5: Memory issues
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.[详细]
2023-03-08 15:13 分类:问答Symfony: un-secure a backend module for certain kinds of users. How?
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[详细]
2023-03-08 01:12 分类:问答Propel: Concatenate text and field content
I am currently refactoring some stuff to use Propel. We currently have a function that adds text to a \"history\" field like this:[详细]
2023-03-07 15:31 分类:问答Symfony: loading fixture data with required fields empty?
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.[详细]
2023-03-06 15:57 分类:问答