symfony1
Symfony sfDoctrineGuard insert-sql error 1005
I\'ve fresh isntall of Symfony 1.4 with Doctrine ORM. I\'m looking to install the plugin sfDoctrineGuard.I followed the instructions here:[详细]
2023-04-07 17:00 分类:问答What's the best PHP framework for a large, high traffic, feature rich web app? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-07 14:01 分类:问答Doctrine querying and accessing with relations
No problem, just a question about good code-writing. I\'m still learning Symfony + ORM and have no orientation in these frameworks.[详细]
2023-04-07 07:22 分类:问答How to cascade deletions with Doctrine 1.2?
I have been struggling with defining cascade behavior in Doctrine ORM. According to the documentation, one is supposed to use onDelete: CASCADE for database-level cascade (which is what I am trying t[详细]
2023-04-06 21:10 分类:问答Symfony: paginate a filtered list
Hi i have the following code: public function executeFilter(sfWebRequest $request) { $c = new Criteria();[详细]
2023-04-06 17:09 分类:问答Disabling layout for AJAX module
How can I disable the layout for AJAX module? I have crated the module and tried to add the entry to view.yml referring to the module as ajax:, but it didn\'t work.[详细]
2023-04-06 12:38 分类:问答Storing Session Data
I have some rhetorical question regarding storing session data in Symfony. We can store session data as variables:[详细]
2023-04-06 12:28 分类:问答cannot reach backend modules; routing problem
I have a symfony application (version 1.4 ) and I created backend application and modules in it. But can\'t reach them. I want to reach the modules with a开发者_运维问答 link like:[详细]
2023-04-06 08:58 分类:问答Symfony: How to save data from sfWidgetFormDoctrineChoice with multiple checkboxes
I have problem with save data from choices widget. Here is part of schema: Client: columns: id: type: integer[详细]
2023-04-06 07:39 分类:问答Session deletion in Symfony 1.4
How do I delete all session variables at once if they are not in Array? PS I set them this way: $this->getUser()->setAttribute(\'开发者_JAVA百科PayPalTransaction.hash\', $request->getParame[详细]
2023-04-06 06:06 分类:问答