[PHP] Re: yaf modules and plugins

2012-05-22 Thread Eduárd Moldovan
Hey Laruence, I have another question about YaF. Does it have any automated input cleaning? Like getting rid of XSS tricks, cleaning $_POST, $_GET? Thx, -- *Moldován Eduárd* boxed.hu e...@boxed.hu +36 30 691 2 691 skype: edimoldovan

[PHP] Re: Yaf_Route

2011-11-30 Thread Eduárd Moldovan
, $route); // > http://www.php.net/manual/en/yaf-dispatcher.getrouter.php > > > btw: when you in development environ, it is useful to keep > error_reporting on and look at error_log when you get some problems :) > > thanks > > > 2011/11/30 Eduárd Moldovan > >>

[PHP] Re: Yaf_Route

2011-11-30 Thread Eduárd Moldovan
Hey Laruence, I have tried the below example, but did not really get it work. My code looks like this: public function _initRoute(Yaf_Dispatcher $dispatcher) { $route = new Yaf_Route_Regex ( "#(.*)#", array( "controller" => "index",