Re: 3.0 - routing bug?

2015-03-20 Thread José Lorenzo
Hmm, yes. After do something like this: $url = Router::parse($redirect); $params = $url['params']; unset($url['params']) $redirect = Router::url(array_merge($url, $params)) On Thursday, March 19, 2015 at 6:32:07 PM UTC+1, Pgbi wrote: The reason i need to parse and generate again an url is in

Re: 3.0 - routing bug?

2015-03-20 Thread Pgbi
Thanks for your solution! In the meanwhile, I had discovered the function Router::reverse() in the API. So this looks like it works: $url = Router::parse($redirect); $url['locale'] = ...; $redirect = Router::reverse($url); But i'm not sure I understood the real difference btw Router::url() and

datetime and timezone best practice?

2015-03-20 Thread Andreas Witte
Hello everbody, I would kindly like to attract your attention to a question I wrote on stackoverflow yesterday. http://stackoverflow.com/questions/29127162/how-to-define-timezone-in-cakephp-datetime-form-object Has anyone any best practice tutorial or any advice how to solve it? Thanks in

Undefined offset: 0 [APP/View/AdminLogins/action_overview.ctp, line 93]

2015-03-20 Thread Naga Abimanyu
This is the line 93: $actionTypeName = ($this-data[$row['apt_options']== 1])?'Appt Scheduling':'Appt Marketing'; -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups

Re: Online baking tool for CakePHP

2015-03-20 Thread dft
REALLY good thinking, Christian! On Thursday, March 19, 2015 at 7:04:50 PM UTC+1, Matthew Kaufman wrote: very nice! On Thu, Mar 19, 2015 at 7:09 AM, gabriel gko...@gmail.com javascript: wrote: Brilliant !! excellent work. Makes my life so much easier as I am only developing online and