| Subject: | Re: custom route classes in 2.x? |
|---|---|
| From: | Sam Sherlock |
| Date: | Tue, 21 Feb 2012 01:57:57 +0000 |
|
I have my custom routes working fine in 2.x App::uses('PageSlugRoute', 'Route'); the class in Lib/Route App::uses('Article', 'Model'); App::uses('CakeRoute', 'Routing/Route'); class ArticleRoute extends CakeRoute { ... } in AppModel.php I have App::uses('Model', 'Model'); class AppModel extends Model { ... } - S On 21 February 2012 01:18, lowpass <zijn.digital@xxxxxxxxx> wrote: I clued in to change it to: -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/cake-php |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: cakeDC utils csvImport - fixed fields, elogic |
|---|---|
| Next by Date: | Re: custom route classes in 2.x?, lowpass |
| Previous by Thread: | Re: custom route classes in 2.x?, lowpass |
| Next by Thread: | Re: custom route classes in 2.x?, lowpass |
| Indexes: | [Date] [Thread] [Top] [All Lists] |