Re: Migration Issue

2012-10-13 Thread Jonathan Sundquist
Take a look at this tutorial / example. http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.htmlnote how the acrsas has changed. It looks like you may have cake 1.3 syntex. - "The cold winds are rising" On Oct 13, 2012 6:46 PM,

Migration Issue

2012-10-13 Thread CCorreia
Hello. I've just joined a project that is currently using cake as it's framework, and one of the tasks assigned to me was to migrate the existing 2.0 version of cake to the latest (now 2.2.3). Now a situation came up when moving from my windows localhost to the server. It starts to fail right a

Set::sort Help

2012-10-13 Thread Advantage+
I have : $all[$key] = Set::sort( $master[$key], '{n}.name', 'asc'); Which sorts my extracts alphabetically. Only problem is that it the '{n}.name' in the database are both upper and lowercase because they are brand / company names so they must be entered in correct case. So when it so