All talks > Talks tagged with child

 
General Symfony 2 discussion • Dynamic database connection symfony2

My symfony2 project has a main database and many child databases. Each child database is created fo[...]

dynamic attribute values with apache tiles

Many people ask the question: how to pass dynamic value to a child view (in other words, how to override a base value). Often this is used in html/head/title tag, since different pages should have different titles. What is sad, it's really difficult to find a good answer. The problem lies in t[...]

Qt Menu & Mdi child window example

This tutorial shows how to create a basic Mdi window application with a menu using Qt Creator. It was done along with a mirror github repository. You can browse the tutorial code there step by step. Each commit is mentioned in the tutorial. Create a new project which will be called QtMdiTutor[...]

Bundles discussion • FOS User and the security.interactive_login listener

Hello,I managed to use FOSUser bundle and extends it with my own child bundle. Now, I want to set t[...]

General Symfony 2 discussion • KnpMenuBundle and multi level nesting

Hi all,I managed to install and use KnpMenuBundle to create a menu with parents and 1 child in each[...]

Overriding Symfony Form's Save Function

I have two issues, need some help with. I have a table which is referenced by a foreign key to a second table: member_child: _attributes: { phpName: MemberChild } id: { type: INTEGER, size: '11', primaryKey: true, autoIncrement: true, required: true } member_id: { typ[...]

issue when trying to configure new symfony2

I tried going to http://localhost/Symfony/web/config and then I clicked on configure your symfony application and then I am getting the following error: No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage late[...]

Multistage entity hierarchy in SonataAdminBundle

What would be the proper way to set up a hierarchy of entities deeper than a level of two in SonataAdminBundle? What I want to do is to have a way of displaying links in the Side Menu going further that two levels, e.g. as in the following example: Groups -> Users -> User [...]

The child node "secret" at path "framework" must be configured

Locally my project works fine, however on my test server i get an error (both in dev mode): The child node "secret" at path "framework" must be configured. the secret is defined in parameters.yml: parameters: locale: de secret: mysecret the param[...]

How do I access user manager as a service using FosUserBundle in Symfony?

So normally I can access the User Manager in a controller by doing something like: $this->get('fos_user.user_manager'); However I have need to access this in a service. So this is what i did: In my config.yml file: fos_user: db_driver: orm firewall_name: main us[...]

 
 
 
 
Want to support this service?