Re: Quick informal poll

2008-07-02 Thread dr. Hannibal Lecter
What confuses me the most is the lack of description for each of the Acl usage modes. I have no idea how they differ, when to use them and why. I think this is the biggest flaw of Acl docs. On Jul 1, 7:15 pm, John David Anderson [EMAIL PROTECTED] wrote: 1. Rewrite ACL (parts of Auth)

Re: Quick informal poll

2008-07-02 Thread leo
In general, not just ACL, I feel examples and tutorials should lean more towards 'real' database access and less towards SQL. We all know (or should know) how to create and manipulate records through SQL, but we're there to learn how to do things through Cake / PHP so examples using Cake are

Re: Quick informal poll

2008-07-02 Thread Jon Bennett
The Lord of the rings Example shows us how powerful ACL in cake can be, and helped me a lot to get in touch with ACL. But (for me) it is far away from a real users project. Perhaps an example of controlling rights of a whole communitiy login with diffrent roles could be useful to understand

Quick informal poll

2008-07-01 Thread John David Anderson
1. Rewrite ACL (parts of Auth) documentation from scratch. 2. Keep what's there and update it. -- John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

Re: Quick informal poll

2008-07-01 Thread Jonathan Snook
I think I'd say somewhere in the middle. I think much of the Lord of the Rings intro is okay but maybe a little verbose and not directly applicable to anybody's project. Using an example like a standard User/Group permission system would be easier to understand. I like the way the section is

Re: Quick informal poll

2008-07-01 Thread Samuel DeVore
I agree that there are some good things in the acl/ auth section, but it is the area that so many people crash in, sometimes I think there almost needs to be a wrapper for them that makes it easier to get started with, but then the inevitable complaints about constricting the application I

Re: Quick informal poll

2008-07-01 Thread Renan Gonçalves
I think the best thing to do in the cookbook is improve a better way to create and update translations. Nowadays, when a English version is modified the translated version show up a information of that. But, does not exist a report where shows this information. Only in the article, I think. So,

Re: Quick informal poll

2008-07-01 Thread James K
The problem with the ACL documentation is that it isn't explicity said that there are different and distinct modes to run the Auth component in when paired with ACL. If you read all the tutorials they all go over different modes and you eventually figure out that each technique is different...

Re: Quick informal poll

2008-07-01 Thread Dr. Tarique Sani
On Wed, Jul 2, 2008 at 12:11 AM, Jonathan Snook [EMAIL PROTECTED] wrote: They should especially be examples that could almost be copy-pasted into a project. A big yes to this point - there has to be a near copy-paste example and then it should elaborate on various modes Tarique --