admin-generator
url_for or link_to in backend with admin generator Symfony
in backend_dev i generated with admin generator module News: local开发者_StackOverflow社区host/backend_dev.php/news/2/edit[详细]
2023-04-02 00:19 分类:问答Custom columns in list view in Symfony admin generator
tl;dr: I need to show data from two different tables in the list view of the Symfony admin generator (preferably via a JOIN statement)[详细]
2023-03-23 21:51 分类:问答symfony's propel admin generator error
i\'m working on a symfony project based on an existing mysql database, and i generated the shcema.yml from it.The first app created is the backend.[详细]
2023-03-20 12:05 分类:问答Including slots in auto-generated admin modules with Symfony
Is there a way of including a slot from generator.yml in Symfony? I would like to add a piece of HTML code only within some backend modules, and slots is the best idea I can come up with.[详细]
2023-03-13 20:37 分类:问答Symfony admin generator, link to filtered result
i have an admin generator for the folowing model: #schema.yml Author: columns: name: { type: string(255), notnull: true }[详细]
2023-03-09 07:05 分类:问答How can admin generator modules be enhanced with needed features of Doctrine actAs Versionable?
We\'re using actAs: Versionable for one m开发者_如何学Goodel in our Symfony 1.4 app.We currently edit this model using an admin-generator module.The UI gives no indication that versioning is active at[详细]
2023-03-07 15:13 分类:问答Restrict objects available in symfony admin generator for all actions
One can change the query that is used for the list action in an admin generator configuration by using the table_method option. For example,[详细]
2023-03-05 01:34 分类:问答How to get count of Post comments to display it in backend Posts list?
If it helps, here is my schema for Posts and Comments: BlogPost: actAs: Timestampable: ~ I18n: fields: [title, body][详细]
2023-02-26 14:15 分类:问答Symfony 1.4 doctrine admin generator and i18n fields
I have this pretty trivial model: Category: columns: id: { type: integer } name: { type: string(50) } description: { type: text }[详细]
2023-02-25 13:58 分类:问答Symfony 1.4 admin generator - use raw HTML in 'list' view?
I am using Tin开发者_如何学CyMCE for rich text editing of a column which I want to show on the Symfony\'s admin generator \'List\' view.[详细]
2023-02-12 08:52 分类:问答