I've enabled admin routing in core.php
Configure::write('Routing.admin', 'admin');
And this works for relevant controllers' actions, eg:
www.mysite.com/admin/articles
works fine.
But I can't seem to hook up the root admin path - ie mysite.com/admin
- to anything. I'm trying to do that i
It was a bug - see https://trac.cakephp.org/ticket/3724 - and was
fixed last night after I raised a ticket.
The date info is now contained within data['Post']['date']['month']
etc, but these get automatically concatenated into single 'date'
property just before saving (by a method in the Model ca