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
开发者_StackOverflow社区So I\'ve decided after much debate and research to use symfony on my next project. To sum the project up, it is an LMS (Yes, I know there are pre-built ones such as moodle but
Ok, so here\'s the issue.Currently I\'m using the symfony framework to develop a web app.I\'m using MySQL in the backend but want to keep my queries in their doctrine format to avoid any problems if I
I\'m trying to create a batch action (symfony admin) that enables the creation/download on the fly of zip file containing users photos which are avaialable on the uploads/images directory.
I would like to send an auto-generated email with HTML body from my application using Swift. Here is my current code:
I been trying all day to do multiple insert for the same form based on a number and i couldn\'t go any where with it. I hope someone here would be help me out...
I copied my sources from my lokal dev (everything works fine) to my repository and from there I did a checkout on my remote dev.
I am trying to pass pa开发者_StackOverflow中文版rameters from one action (foo) to another (foobar).
I\'m trying to setup a m2m relation between \'Gabarits\'. One gabarit can have many Gabarits ( called Options )
I\'m trying to process html email by rendering a template and layout inline, and sending the result. I can get a template to render inline, but wrapping it in a layout isn\'t working. This is what I h