Re: CakePHP 3.0-dev3 Request Routing

2014-05-20 Thread Reuben Helms
Ah, there you go. A new install, so I didn't look at the Migration guide. But I guess that's a good idea when looking for differences between 2.x and 3.x. I'll give it a complete read. It might fix my other issue as well. On Wed, May 21, 2014 at 9:47 AM, euromark wrote: > If you plan on usin

Re: CakePHP 3.0-dev3 Request Routing

2014-05-20 Thread euromark
If you plan on using a dev version its always wise to take a look at the migration guide ;) See http://book.cakephp.org/3.0/en/appendices/3-0-migration-guide.html#router in regardings to arguments for parseExtentions() mark Am Mittwoch, 21. Mai 2014 01:28:12 UTC+2 schrieb Reuben: > > Hi > > I d

CakePHP 3.0-dev3 Request Routing

2014-05-20 Thread Reuben
Hi I don't do request router a lot, but I thought I'd try something with CakePHP 3.0, and am currently working with the dev3 release. I was under the impression that if you didnt pass any parameters to Router::parseExtensions(), then it would parse all extensions, including the basics, like xm