Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread WebDevPT
I agree with you, but still a lot of people use XAMP, LAMP, WAMP, and other environments when they are learning and testing stuff, so there should exist a basic installation guide to install and create a symfony 2.x project on XAMP for example because the way to install it on similar projects l

[symfony-users] [Symfony2] problem when using PHP Template following the "Page Creation" documentation

2011-06-22 Thread WebDevPT
Hi, perhaps I'm wrong but following the steps from the http://symfony.com/doc/current/book/page_creation.html and using the PHP render option leads me to no template at all with just echoed chars. I used the twig template option using the proper render at *// src/Acme/HelloBundle/Controller/Hel

[symfony-users] Re: [Symfony2] [Solved] problem when using PHP Template following the "Page Creation" documentation

2011-06-22 Thread WebDevPT
Never mind, after reading the whole page i noticed that at the end there was another link to this topic: *How to use PHP instead of Twig for Templates* http://symfony.com/doc/current/cookbook/templating/PHP.html I simply had to change my configuration file and add this # app/config/config.ymlfr