Re: How create a unique ACL for multiples apps?

2009-05-18 Thread Thiago Sathler

Hi Celso,

perhaps I could be wrong, but i think this:

GLOBAL DATABASE
User
Group
Aro

APP DATABASE
aco
aros_acos

In APP->Model file, the var $useTable is useful.

will it work?



On 14 maio, 14:38, Celso  wrote:
> How create a unique ACL for multiples apps? Because we have many apps
> to migrate to CakePHP, these apps actually uses a unique "ugly" auth
> for all apps...
>
> Thanks,
> Celso

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



problem with Cakephp session in Jake

2009-04-13 Thread Thiago Sathler

Hi ALL,

i have the following problem:
the session data is not written completely. I am redirect to login
page every time the Session->check().

print_r($this->Session->read()); -> Outside JAKE:

Array ( [Config] => Array ( [userAgent] =>
a8b20f090b3faef97fe11ddaa7993bc6 [time] => 1239650982 [timeout] =>
10 ) [Message] => Array ( ) [Auth] => Array ( ) [sessao] => Array
( [id] => 1 [username] => thiago [group_id] => 1 [created] =>
2009-04-07 17:46:14 [modified] => 2009-04-07 17:46:14 ) )


print_r($this->Session->read()); -> Inside JAKE:

Array ( [Config] => Array ( [userAgent] =>
a8b20f090b3faef97fe11ddaa7993bc6 [time] => 1239650958 [timeout] =>
10 ) )


*sorry for my poor english

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---