- 1
[Opened] action selector - simple_urlengine_entrypoints
Posted by dsdenes on 02/27/2009 17:39
Hi,
First of all, congratulation for Jelix. Great work.
I'm a little confused about defining an action for entrypoint at simple_urlengine_entrypoints.
How can I define an entry point only for one controller? I've listed all the methods of the controller explicitly. Like: news~admin:index@classic, news~admin:view@classic...
Shouldn't will be good a new wildcard in simple.urls.php::getScript ?
Thanks
[Opened] Re: action selector - simple_urlengine_entrypoints
Posted by laurentj on 02/28/2009 09:21
Hi,
Thanks for your congratulations.
yes, you have to list all methods. however, you're right, we could add the support of a new wilcard..
Laurent
- 1