Re: $this-data is being unset

2009-01-29 Thread bioselem...@gmail.com
So, How did you solve it? On Jan 29, 8:11 pm, Delirium tremens pedbe...@gmail.com wrote: This part of the problem has been solved. On 29 jan, 20:41, Delirium tremens pedbe...@gmail.com wrote: The following code does not work.     function hashPasswords($data) {         return $data;

Re: Wordpress and cakephp

2009-01-23 Thread bioselem...@gmail.com
Because merging them is easier in some ways. You can base the important aspects of the code off a well tested system made by programmers who know what the hell they're doing. On Jan 23, 3:53 pm, Miles J mileswjohn...@gmail.com wrote: I never understood why people merged systems when you can

Re: Finding Auth'd users Username

2008-12-13 Thread bioselem...@gmail.com
-Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] Im Auftrag von bioselem...@gmail.com Gesendet: Freitag, 12. Dezember 2008 00:03 An: CakePHP Betreff: Re: Finding Auth'd users Username Amazing. Thanks for your help, both of you. I think I'm good now

Finding Auth'd users Username

2008-12-11 Thread bioselem...@gmail.com
I've been wacking my head on the wall for the past few days on this. I've got a basic auth login/logout system set up but for some reason nothing i try gets me the username. I just want to display it as in Your logged in as xyz. I know it's probably something stupid and I'm no doubt going about

Re: Finding Auth'd users Username

2008-12-11 Thread bioselem...@gmail.com
('Auth.User.username'); } Brett Wiltonhttp://wiltonsoftware.com On Fri, Dec 12, 2008 at 8:10 AM, bioselem...@gmail.com bioselem...@gmail.com wrote: I've been wacking my head on the wall for the past few days on this. I've got a basic auth login/logout system set up but for some reason

Re: Finding Auth'd users Username

2008-12-11 Thread bioselem...@gmail.com
('Auth.User.username'); } Brett Wiltonhttp://wiltonsoftware.com On Fri, Dec 12, 2008 at 8:10 AM, bioselem...@gmail.com bioselem...@gmail.com wrote: I've been wacking my head on the wall for the past few days on this. I've got a basic auth login/logout system set up but for some reason