admin-generator
How to move Symfony Admin Generator files to a plugin?
I try to move my module which generated by the Admin Genrator to a plugin. Error: Fatal error: Class \'BaseFooGeneratorConfiguration\' not found in ...[详细]
2023-02-07 04:12 分类:问答Default action for sfDoctrineRouteCollection
I\'m using Symfony\'s admin generat开发者_运维知识库or and on the whole everything is working as I would like.[详细]
2023-02-06 15:49 分类:问答symfony 1.4 admin generator unset fields
I\'ve used the \"doctrine:generate-admin\" task. Everything is working but I want to use the generator.yml file to unset some form fields there rather than having to unset them in the Form class itsel[详细]
2023-02-04 08:44 分类:问答symfony admin generator form object
Hey guys, I\'ve used the Symfony admin generator for a module. Everything is working, but when the form for my model is instantiated, I need to pass in my own option.[详细]
2023-01-30 17:22 分类:问答Admin generator : why can't I display the state of an article, instead of state_id?
I\'m doing a blog engine in Symfony. Here\'s part of my schema : Content: connection: doctrine tableName: ec_content[详细]
2023-01-19 10:27 分类:问答Send an email when a new record is created via admin generator
I had used the symfony admin generator to create an web application for athletes management. One of the last client\'s requirement was to add a feature to notice the user and send an e-mail to the adm[详细]
2023-01-04 19:09 分类:问答What's the best way to customize / add pages to the admin generator?
I\'m using Symfony 1.4 and Doctrine. My application\'s backend was built using Symfony\'s admin generator.[详细]
2022-12-24 13:49 分类:问答How to "order by" a sfWidgetFormDoctrineChoice in the Admin Generator
I\'m using Symfony 1.4 and Doctrine. Let\'s say I have 2 classes : a Brand and a Product. When I create a new product in the Admin Generator based admin, I\'d like to choose a brand from a dropdown[详细]
2022-12-20 16:03 分类:问答