Trouble is, as he says in the original post, this is for an external application.
So he can't use Cake methods. That doesn't mean there's not an easier way to do it, however I can't think of one :) On Mar 31, 6:06 am, jonknee <[EMAIL PROTECTED]> wrote: > > Thanks for your repleys. I got it working. > > This is how I got it to work. Comments welcome. > > You're hugely over complicating things... If you use the > SessionComponent as previously suggested, all you'd need to do is: > > $this->Session->read() > > No crazy SQL, regular expressions, etc etc. Just a method call. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
