[symfony-users] Re: Produce a 404 in a filter

2008-08-27 Thread Vinch
');                // I want to produce a 404 here !                return $this-getContext()-getController()-forward404();        }        $filterChain-execute();  } } On Tue, Aug 26, 2008 at 10:47 PM, Vinch [EMAIL PROTECTED] wrote: Okay that's better but I don't want to accept all strings with two

[symfony-users] Simple way to put different titles on each page

2008-08-20 Thread Vinch
Hi, To improve SEO, I want to put different titles on each page of my website. At the moment, it's the same title everywhere and that's not good for the indexation in Google (and other search engines). Is there a simple and centralize way to do that? Thanks in advance.

[symfony-users] Re: Exclude countries with select country tag

2008-07-18 Thread Vinch
. On Jul 17, 2008, at 11:32 AM, Vinch wrote: Hello, I want to do something with the select_country_tag (http:// www.symfony- project.org/api/1_1/FormHelper#method_select_country_tag) I know it's possible to select only countries you want, for example : echo select_country_tag('country

[symfony-users] Model class not found

2008-07-06 Thread Vinch
Hello everyone, I'm new to symfony so my problem will look very basic: I've created my project and my backend application with CLI. After that, I've created a model Article with CLI (propel:build-all command) with informations that I've provided in databases.yml and schema.yml. After that, I've

[symfony-users] Re: Model class not found

2008-07-06 Thread Vinch
1. Yes 2. Nope 3. Nope After clearing the cache, everything is OK! Thanks a lot! On 6 juil, 20:39, Nicolas Perriault [EMAIL PROTECTED] wrote: On Sun, Jul 6, 2008 at 8:00 PM, Vinch [EMAIL PROTECTED] wrote: When I call the URL /backend_dev.php/articles/add, I got the following error message