Commit Graph

34 Commits

Author SHA1 Message Date
Simon Sessingø
aeacda1812 [FEATURE] Added option to change route and get information about current
route through the Request object.

- Updated documentation to relfect new changes.
2016-01-15 11:06:13 +01:00
Simon Sessingø
98b1759967 [TASK] Updated documentation. 2015-12-19 07:19:49 +01:00
Simon Sessingø
c74d83796f [FEATURE] Added sub-domain routing.
- Updated documentation.
2015-12-10 03:31:57 +01:00
Simon Sessingø
8efec07a8b [FEATURE]
- Added support for custom ExceptionHandlers on group level.
- Routes now contain parent group, if any.
- Fixed wrong usage of required parameter.
2015-11-22 20:24:43 +01:00
Simon Sessingø
3b4954821a [FEATURE] Optimised route matching, added optional parameters.
- Optimised route matching. This should be way more officient and also
  seems to fix issues with getting the current route using the getRoute class.

- Added support for optional routes, for example: {id?}.

- Updated documentation to reflect new changes.
2015-11-21 19:31:06 +01:00
Simon Sessingø
921f050a31 Update README.md 2015-10-27 17:48:35 +01:00
Simon Sessingø
3ccfac9422 Update README.md 2015-10-22 09:57:31 +02:00
Simon Sessingø
d6cf5c9b68 [TASK] Updated documentation 2015-10-21 19:14:37 +02:00
Simon Sessingø
03cac14e8e [FEATURE] Support for custom csrf verifier
- Added support for custom csrf verifier.
- Updated documentation.
2015-10-21 19:07:45 +02:00
Simon Sessingø
9d6a3c328f [TASK] Updated documentation. 2015-10-21 18:30:03 +02:00
Simon Sessingø
58e4eb85bb [BUGFIX] Fixed method not allowed exception.
- Method request type are now checked on all classes in the RouterBase class.
2015-10-21 10:14:21 +02:00
Simon Sessingø
a497c36ea4 Merge branch 'master' of https://github.com/skipperbent/simple-php-router into development
Conflicts:
	README.md
2015-10-21 00:34:19 +02:00
Simon Sessingø
8db60f85a1 [TASK] Updated documentation. 2015-10-21 00:30:00 +02:00
Simon Sessingø
7863df6325 [TASK] Updated readme 2015-10-20 23:59:35 +02:00
Simon Sessingø
06202612d4 Update README.md 2015-10-19 00:44:28 +02:00
Simon Sessingø
ed66bc919b Update README.md 2015-10-19 00:43:54 +02:00
Simon Sessingø
3e175d234d Update README.md 2015-10-19 00:41:09 +02:00
Simon Sessingø
0650e5ba93 Update README.md 2015-10-17 21:59:53 +02:00
Simon Sessingø
4edf6aaa6e Update README.md 2015-10-17 21:53:20 +02:00
Simon Sessingø
8d4e765556 Update README.md 2015-10-11 10:45:46 +02:00
Simon Sessingø
624df047e7 Update README.md 2015-10-11 10:44:46 +02:00
Simon Sessingø
2a97e01390 Update README.md 2015-10-11 10:42:13 +02:00
Simon Sessingø
a3c21d8995 Update README.md 2015-09-22 11:30:56 +02:00
Simon Sessingø
46af0947e8 Update README.md 2015-09-21 19:40:58 +02:00
Simon Sessingø
6b8ab11f28 Merge branch 'master' of https://github.com/skipperbent/simple-php-router
Conflicts:
	README.md
2015-09-21 19:41:29 +02:00
Simon Sessingø
85470bbbd7 [TASK] Updated 2015-09-21 19:40:14 +02:00
Simon Sessingø
4cc306a2cc Update README.md 2015-09-20 12:26:16 +02:00
Simon Sessingø
61857726dd ...
...
2015-09-19 23:21:03 +02:00
Simon Sessingø
45779913ab Update README.md 2015-09-18 21:54:24 +02:00
Simon Sessingø
c9f3cc9329 [TASK]
- Renamed to avoid conflicts with other routers.
- Updated documentation.
2015-09-18 20:16:59 +02:00
Simon Sessingø
b4fa76a74d Update README.md 2015-09-18 18:41:46 +02:00
Simon Sessingø
fea0dc6a81 Update README.md 2015-09-18 18:39:07 +02:00
Simon Sessingø
55acac68fa [TASK] Initial release 2015-09-18 18:38:59 +02:00
Simon Sessingø
742c63cd43 Initial commit 2015-09-18 18:03:50 +02:00