i\'m trying to control the session to forbid the access to some pages of my web app. The way is simple, a boolean session variable. The thing is there\'s one page for every action, but, i think is not
I\'m a begin开发者_如何学Cner in Symfony (version 2), I have a project achieved with plain basic PHP, and now I\'m redoing my pages in dealing with Symfony framework, and arrived to my jquery ajax fun
I have the following code, which retrieves the page slugs from the database which are needed to then create a related sub page:
I have User entity with properties like name, address, and I want these fields to be editable on \"edit profile\" page. Sounds easy, but I couldn\'t make it work following official documentation. My f
I have controller action like this: public function createAction() { $entity= new Client(); $request = $this->getRequest();
I\'m working with symfony2 and while migrating from Beta2 version to the current one I messed up with some environment configuration.
I edited some mistakes and details... Well, I have been trying to create a inheritance with Product as parent and Film and Book as childs. Checking online and the official documentation didn\'t solve
I have two entities: User and Student. Following is the yaml schema: ABC\\UserBundle\\Entity\\User: type: entity
everyone. I have 2 entities City and POI. Mapping looks like this: class City { /** * @ORM\\ManyToMany(targetEntity=\"POI\", mappedBy=\"cities\")
I\'m trying to authenticate my users via facebook or userbundle on symfony2 Here\'s what I did so far (and it works, although not as I want):