[symfony-users] Re: RestRouting and routing.cache data

2009-09-01 Thread selam
definations . all: response: --- # routing: # ... definations # # On Tue, Sep 1, 2009 at 7:21 PM, Eno wrote: > > On Sep 1, 8:30 am, selam wrote: > >> I try write a rest route class for using in my project,  i write that >> becouse i needed route with get (as query

[symfony-users] RestRouting and routing.cache data

2009-09-01 Thread selam
('action' => 'error311', 'module' => 'rest'); } return array('action' => strtolower($matches[2][0][0]), 'module' => strtolower($matches[1][0][0])); } snip . whats i do wrong for no caching f