Re: using the auth information outside of cakephp

2010-06-25 Thread mrnnn
thanks a million cricket! On Jun 21, 7:08 pm, cricket wrote: > On Mon, Jun 21, 2010 at 9:33 AM, mrnnn wrote: > > sorry for bumping, but nobody? really? > > > On Jun 10, 4:09 pm, mrnnn wrote: > >> A rather unusual question maybe, but I'd like to use cake'

Re: using the auth information outside of cakephp

2010-06-21 Thread mrnnn
sorry for bumping, but nobody? really? On Jun 10, 4:09 pm, mrnnn wrote: > A rather unusual question maybe, but I'd like to use cake's auth in a > seperate php file. I tried checking what's in the session, but that > one seems to be empty? > > Here's what

using the auth information outside of cakephp

2010-06-10 Thread mrnnn
A rather unusual question maybe, but I'd like to use cake's auth in a seperate php file. I tried checking what's in the session, but that one seems to be empty? Here's what i want to do: I have a simple file manager and when the user is logged in (no matter what group, so basically i only need a y

AjaxHelper::editor + ckeditor

2010-05-12 Thread mrnnn
Hi all. Well, I think the title says it all. If I could just call a javascript method after the div has been converted to a textarea, that would be enough! but i can't find any option that does this. could anybody give me some pointers on how to allow in-place editing with ckeditor or any wysiwyg

Re: automagic select boxes for "belongsto" relations

2010-04-27 Thread mrnnn
Thanks to both of you, you've been of great help! Really appreciate it! On Apr 27, 10:39 am, WebbedIT wrote: > If concatenating or calculating fields etc. you will then need to use > Set::combine to reformat the array so the form helper can use it. > > $data = $this->Artist->find( >    'all', >  

automagic select boxes for "belongsto" relations

2010-04-26 Thread mrnnn
hi all! i'm merely beginning with cakephp and i've tried the two examples and all worked fine. but now i'm trying to convert my own sql scheme to a cake application using the bake all command. in short, the fields that matter: artitsts { auto_increment int id first_name varchar(100) last_nam