Group By in Pagination

2009-01-27 Thread jst4fun
Hello All, I want to create a pagination in which the data is grouped using group by clause. I think cake php pagination do not support group by directly and instead we need to do it using custom pagination method. I saw the documentation for it in the book, but the issue is that I only want the g

Separate message for Auth and ACL

2009-01-14 Thread jst4fun
Hi, I had already asked this question in the IRC but I was told that it is not possible. I am just trying out my luck here in the group. The issue for me is that I want to provide separate messages for Auth component session timeout error and ACL permission denied error. Currently ACL uses the $th

ACL Deny Allow issue

2008-11-26 Thread jst4fun
Hello All, I am struck with a weird situation. I have a page which allows a user (admin) to create a group, set and deny permission to an controller action for that group. If it is a new group I am able to set and deny the permissions to certain actions of controller without any issues. But when i

Checking permission

2008-11-03 Thread jst4fun
Hello all, I have set up a basic ACL and login using auth component. Now I want to create a menu which would be based on the users group. So if the group do not have access to an action then that action should not come up in the menu. What I wanted to know is how can I understand if the logged in

Re: Help with ACL

2008-11-02 Thread jst4fun
In my above post I had said "These 4 groups will be common for all office and the rules are predefined for these for groups.". Please read it as "From these, 4 groups will be common for all office and the rules for those four groups are predefined" On Nov 3, 11:44 am, jst4f

Re: Help with ACL

2008-11-02 Thread jst4fun
for an answer soon.  Sorry about that.  Not sure if you > still need help with this, but could you show us your aro and aco > structures so I get get a better idea as to what you're trying to do. > > I think I see what you're trying to do, but let's see if you have a

Re: Fetching ACO

2008-10-29 Thread jst4fun
venture the guess that $this->Acl->Aco->find('threaded') should   > work too. > > On 29 Oct 2008, at 16:18, jst4fun wrote: > > > > > Hello all, > > I am trying to fetch the list of all ACO as a tree from the acos > > table. I hope there will be some fu

Fetching ACO

2008-10-29 Thread jst4fun
Hello all, I am trying to fetch the list of all ACO as a tree from the acos table. I hope there will be some function in acl to fetch all the aco list as an array. Already there is a console method "acl view aco". So what is the php function to do the same so that I can use it in my controllers. T

Re: Help with ACL

2008-10-24 Thread jst4fun
Well I had gone through the links which you guys had provided. Thanks. But the issue for me to implement an ACL is that I am not sure what all function should be used due to the lack of documentation. One of the requirement is already discussed above. I think I was able to implement it partially.

Re: Help with ACL

2008-10-23 Thread jst4fun
Penfold and Stinkbug, thank you very much for your support. I am working on it and if I face any issues I will come back and I hope you guys will help out :). Thanks once again --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Help with ACL

2008-10-20 Thread jst4fun
Hi All, I have been trying to create an application using cakephp ACL and have been pulling out my hairs for past few days. I was not able to get much help from the IRC so my last hope is with this group.Those reading this might feel stupid, but I am beginner so please bear with me. I followed th

Re: Setting ACL permission dynamically

2008-10-15 Thread jst4fun
rmissions, which should be fairly evident after perusing the > tutorials. > > If another framework has this type of permissions system already done/ > built-in, I would like to know as I would be interested how it was > done. > > -Mark > > On Oct 15, 3:39 pm, jst4fun <[EMA

Re: Setting ACL permission dynamically

2008-10-15 Thread jst4fun
ype of permissions system already done/ > built-in, I would like to know as I would be interested how it was > done. > > -Mark > > On Oct 15, 3:39 pm, jst4fun <[EMAIL PROTECTED]> wrote: > > > Hi, > > I got a requirement in one of the project which I though cakeph

Setting ACL permission dynamically

2008-10-15 Thread jst4fun
Hi, I got a requirement in one of the project which I though cakephp will be suitable. The reason is because it needs an ACL system. In that project, I have to implement add roles page (groups in ACL terms) which would add new groups which is attached with a set of permission. Once a group is adde

Re: Pagination Help

2008-10-13 Thread jst4fun
Hi Anja, thanks for your reply. :) On Oct 13, 11:35 am, "Liebermann, Anja Carolin" <[EMAIL PROTECTED]> wrote: > Hi jst4fun, > > I don't know one, but haven't investigated. I was just happy when mine worked > in the standard mode ;-) > > However f

Re: Pagination Help

2008-10-12 Thread jst4fun
Any help on this issue? Thanks On Oct 10, 3:48 pm, jst4fun <[EMAIL PROTECTED]> wrote: > Hi all, > I would like to have apaginationin which there wont be any numbered > links instead it will be a textbox with next and previous links to > each side of it. In the textbox the user

Pagination Help

2008-10-10 Thread jst4fun
Hi all, I tried to get an answer to my problem from the IRC but failed. Well my issue is that I was a different king of pagination rather than the current one. The pagination should display a textbox instead of page numbers. This text box needs to be in between previous and next links. The purpose

Pagination Help

2008-10-10 Thread jst4fun
Hi all, I would like to have a pagination in which there wont be any numbered links instead it will be a textbox with next and previous links to each side of it. In the textbox the user can enter the page number to be loaded and then press enter. I am not sure if such an helper exist for cakephp o