Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $router[] = new Route('/<module>/<presenter>/action', array(
- 'module' => array(
- Route::FILTER_IN => function ($module) {
- return (Strings::startsWith($module, 'Admin') ? $module : NULL);
- }
- )
- ));
Advertisement
Add Comment
Please, Sign In to add comment