In a form, when I am selecting the name of the client from a drop down list, next line开发者_如何学C is toselect name of the product from drop down list, and it gives all the products, but only needth
I\'m looking at creating a drag and drop interface for an admin module list, but I\'m unsure how to go开发者_运维知识库 about this
I am writing a symfony 1.4 app and am attempting to set up code that will run if a specific value changes when an object is edited.
I\'m using Symfony 1.4 with the Propel 1.5 plugin. I need to create an audit log that shows reads/wr开发者_JAVA技巧ites to the database - with the user who\'s logged in.
I have an admin module, that lists orders. One of the filters is a drop down, which li开发者_Go百科sts the order_status and is a relation to the order_status table.
I am trying to fully understand how the credentials/permissions system works in symfony(1.4) I have 2 groups and 2 users.
I am ready to push a site to production (currently on staging), but I\'m having a slight problem with the internal server error 500 page.
I\'m looking for some advice on how to setup symfony 1.4 to be used in a \"multi-developer environment\".
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I would like to create a filter that runs before the routing system does and am wondering if this is possible.