Tagged: symfony 1.2
Run custom query in symfony 1.2 with propel
Sometimes we require to execute complex query in symfony 1.2 with propel. For this following code can be used. $rowObj will have result of your given query. You can check it via var_dump or...
Show html field type file via generator.yml in symfony 1.2 propel.
I worked on a project in which I created a module in admin which has image field that will be uploaded by admin for this field must have input field type file. That module...