Hello, I have a problem with executing queries in symfony.
I excecute some queries with Doctrine::getTable and where, addWhere
and fetchOne.
I modify a class so I insert this function to run this queries, 3 in total, but when reload the project to taste it, the main layout is truncate and only show the module template, not header, no metas, no html definition.
When I remove the function call from the template, I get all normal.
If I run the page with frontend_dev.php I get the same, but I can't see the debug bar.
Curiously the function works good, I get the result what I want, but truncate the main template......
