RE: Integrating phpGACL with CakePHP

2007-03-02 Thread Mariano Iglesias
Ok the programmatic part is about done (missing a few things but nothing that prevents you from already playing with it). I temporarily stored it in: http://bin.cakephp.org/view/577137997 I will add a couple more things to it, then build the plugin for manipulating ACL data through web, and then

Re: Integrating phpGACL with CakePHP

2007-03-01 Thread scragz
I don't have any experience with phpGacl. How hard do you think it would be to get it using the existing Cake DB connection (for performance reasons)? On Feb 28, 4:16 pm, "Mariano Iglesias" <[EMAIL PROTECTED]> wrote: > Update: still working on this (component is already over 900 lines, > includin

RE: Integrating phpGACL with CakePHP

2007-02-28 Thread Mariano Iglesias
Update: still working on this (component is already over 900 lines, including documentation, which is about 70% of the code). When the component runs for the first time it will set up PhpGacl database schema (so there's no need to do anything other than just include phpGacl on your vendors direc

Re: Integrating phpGACL with CakePHP

2007-02-28 Thread Digital Spaghetti
Hi Mariano, Absolutly - I've been looking for an ACL solution similar to this. I've had issues with CakePHP's own ACL system, and feel I do need more levels of control. Please keep me informed on your work and I'd be happy to do some testing. -- Tane Piper Personal: http://digitalspaghetti

Re: Integrating phpGACL with CakePHP

2007-02-28 Thread Langdon Stevenson
Interesting project Mariano. I think it is probably over kill for my needs personally, but hope it works out. It will become one more reason for Cake to be your framework of choice :-) Langdon Mariano Iglesias wrote: > My fellow bakers, > > As I found myself in the need of having a highly