Re: Flash Session Variable

2011-06-15 Thread MrSensitive
Or instead of reinventing the wheel just using it the way it is supposed to be used in the first place? http://www.jamesfairhurst.co.uk/posts/view/custom_cakephp_flash_messages_updated/ On 15 jun, 09:38, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: You can do something like

email validation fails on a valid address

2009-05-19 Thread MrSensitive
would someone try to validate this email address?? ro...@ultragenda.com It consistently fails on my development environment and also on the production server the email address is very real Many thanks for any insight regards Robin --~--~-~--~~~---~--~~ You

Re: email validation fails on a valid address

2009-05-19 Thread MrSensitive
never mind, discovered that setting the option 'deep' on the email validation does this.. the ultragenda domain apparently does not allow the check On 19 mei, 19:19, MrSensitive robin...@telenet.be wrote: would someone try to validate this email address?? ro...@ultragenda.com It consistently

Re: Weird find behavior, 300 queries when it could be achieved with only one

2009-03-29 Thread MrSensitive
instead of bind / unbind You can us the joins parameter var $paginate = array( 'Assignmentrequest' = array( 'recursive' = 1, 'fields' = array('*'), 'joins' = array( array( 'table' = 'families', 'alias' = 'Family',

Re: My first CakePHP website launched

2009-03-16 Thread MrSensitive
Hi Davy, nice site, Robin here.. Thank You for your help on the UltraGenda Webserver ;) in your portfolio, the link on Davy Van Den Bremt (v2) points to www.bartschepens.be which is probably a typo.. --~--~-~--~~~---~--~~ You received this message because you

Re: the Gift of 1.2 Final

2008-12-26 Thread MrSensitive
Great news! cake has changed my life, And I hope it will continue to do so in the future.. just donated to the project. I urge anyone who is using cake in active development to do the same.. congrats on this milestone! --~--~-~--~~~---~--~~ You received this

custom redirect using auth component except in one specific controller

2008-12-15 Thread MrSensitive
Hi all, I'm having teh following problem: The application I'm writing serves three distinct user types, each having their own separated workspace. this has been implemented by a custom redirect routine that fires after a sucessful login (autoRedirect is set to false in the Auth component.)

Re: custom redirect using auth component except in one specific controller

2008-12-15 Thread MrSensitive
'); $this-Auth-authorize = 'controller'; } } On Dec 15, 10:39 am, MrSensitive robin...@telenet.be wrote: Hi all, I'm having teh following problem: The application I'm writing serves three distinct user types, each having their own separated workspace. this has been implemented by a custom