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
wrote:
> You can do something like this:
>
> if ($this->Sessi
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 wrote:
> would someone try to validate this email address??
> ro...@ultragenda.com
> It consi
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 receiv
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',
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 ar
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 mess
;);
$this->Auth->allow('display', 'index', 'register',
'registrationcomplete', 'returnDetails', 'Quicksearch');
$this->Auth->authorize = 'controller';
}
}
On Dec 15, 10:39 am, MrSensitive wrote:
> Hi
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.)
now,