I am trying to implement an API which uses the long-polling concept in Symfony framework. Let\'s say that I have a table \'feeds\' which can only grow (assume that users can insert thier feed from ot
In my symfony application I would like to crea开发者_JAVA百科te custom php class. And access that class via back end and front end. Can someone show me which folder should I put that class and how to
I am trying to make custom algorithm for password hashing. I try to do this. In app.cfg: sf_guard_plugin:
I have a form witch contains embeded开发者_如何学运维Forms. the Post-Validator: $this->validatorSchema->setPostValidator(
I have an issue with single table inheritance and I\'m not sure if I\'m interpreting the documentation correctly.
I want someone to enter their logon details and then the action to check if they are an existing user.If not, then I want them to have to select their department from a drop down, otherwise proceed as
I\'m building the blog project example 开发者_JAVA技巧shown in the \"definitive guide of symfony\" (chapter 8: the model) on official webpage.
For my project, I need to store translations in the database, for which I\'ve implemented doctrine data sour开发者_JAVA技巧ce. However, I would like to leave standard translations (sf_admin and messag
i added a new mysql table and did a build-schema my config/schema.yml contains my new table now when i run the build-model i get:
This follows on from my other question I posted. I need to make it so that when anyone logs in they are redirected to a particular module - sfGuardUser and action isExistingUser.I know it is somehtin