Skip to content

Commit

Permalink
route group
Browse files Browse the repository at this point in the history
  • Loading branch information
dracony committed Jul 16, 2015
1 parent d86b82a commit 01d81a8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions bundles/app/assets/config/routeResolver.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?php

return array(
'type' => 'pattern',
'path' => '(<processor>(/<action>))',
'defaults' => array(
'processor' => 'hello',
'action' => 'greet'
'type' => 'group',
'resolvers' => array(

'default' => array(
'type' => 'pattern',
'path' => '(<processor>(/<action>))',
'defaults' => array(
'processor' => 'hello',
'action' => 'greet'
)
)

)
);
Empty file modified bundles/app/src/Project/App/ORMWrappers.php
100644 → 100755
Empty file.
Empty file modified phpunit.xml
100644 → 100755
Empty file.
Empty file modified src/Project/Framework.php
100644 → 100755
Empty file.
Empty file modified src/Project/Framework/Builder.php
100644 → 100755
Empty file.
Empty file modified src/Project/Framework/Bundles.php
100644 → 100755
Empty file.
Empty file modified tests/phpunit.php
100644 → 100755
Empty file.
Empty file modified web/.htaccess
100644 → 100755
Empty file.

0 comments on commit 01d81a8

Please sign in to comment.