1 回答数
0 投票数
Defining Model Relations for ACL Interface (gui) with CakePHP
Hello,
I have set up Auth and ACL successfully on my cakePHP app.
How, now i want to build an interface for managing the ACL's, ARO's and ACO's
ARO's and ACO's where pretty easy to build using the tree behavior.
ACL how ever got me a little messed...
0 回答数
0 投票数
What is the use of the AcoAction model?
I'm working on coding up a nice interface for adding/removing ACOs, and granting/revoking permissions on them for the AROs in my database. I have a functioning system, but it definitely could use some polishing.
With that context in mind, what is...
0 回答数
0 投票数
who to check user permission to access to prefix router with by ACL component
hi
i have e multi prefix router
i need check it a user have permision to access prefix router
for smaple
domain/admin/controller...
domain/profile/controller....
2 回答数
0 投票数
hide/show links for different types of user group
i want to show different links for each logged in user any way.
link1 \
\
link2 \ \
\ \
link3 * manager \
/ * admin
link4 / /
/
link5 \ ... 0 回答数
0 投票数
Are there CakePHP plugins that would help turn Wildflower CMS into a membership/subscription platform?
Hello,
I would like to create a membership management/subscription solution like Caribou CMS. I was thinking of starting off with Wildflower CMS, which is built on CakePHP.
Are there any CakePHP plugins that would help turn Wildflower CMS into a...
0 回答数
0 投票数
Extended access privilegues - how to
Hello all,
I'm currently about to create a new website for an internet community whose current web is just like a mish-mash of like about 5-10 years old ugly Microsoft aspx scripts. However, we use to have around 40 different staff positions as...
2 回答数
0 投票数
Is it possible to use CakePHP with MySQL and Oracle side by side?
Can CakePHP based application connect to different DB engines side by side? If yes, then how?
1 回答数
0 投票数
Oracle stored procedures
Hi everyone,
has anybody ever used oracle stored procedures in CakePHP ?
Athanassios.
3 回答数
0 投票数
How is the best way to share the "login" session with multi cake apps?
We have multi apps writen in cake use ACL to login. If you login in a app X and after you open app Y, the Y loses the login. A way we found is pass the ID session by GET. But.. is not beatiful way.
Thanks, Celso.
0 回答数
0 投票数
Strange behavior with subclasses and Aro component
Having a strange problem with some inheirited classes and the Acl plugin, wondering if anyone had any insight with this.
Trying to create a plugin that holds a lot of common account management stuff in a superclass called FrameworkAccount. I'm...
1 回答数
0 投票数
How to do row-level access control?
Hello!
I was thinking about how to make Row Level Access control. So I was reading through the documentation and found this code:
$this->Acl->allow('warriors/Legolas', 'Weapons', 'delete');
The original said $this-Acl-deny ... Isn't there a way to...
1 回答数
0 投票数
print username
I am using the ACL of cakephp (Minimalistic group-based access control in 5 mins aricle).So I want to print at welcome view the name of the user.
How can I do that?
I print_r the $this-Session-read so I take
Array ( [User] = Array ( [id] = 1...
1 回答数
0 投票数
Similar to Row Lever ACL
I know that most people say that row level Acl as a bad idea, so I wanted to see if there was another approach.
I am writing an app that will be accessed by different offices in the US. They will have access to records only pertaining to their...
0 回答数
0 投票数
Como configurar ACL sin la consola PostgreSQL
Hola que tal mi cuestion es como se podra configurar lo del ACL sin la consola por que e mirado muchos tutoriales pero en ellos mencionan sobre el uso de la consola nunca mencionan como hacerlo de forma manual, un ejemplo sencillito de como hacer...
3 回答数
0 投票数
Acl Tutorial
Hi,
Does anyone have a zip file of an actual working acl tutorial app folder and database dump (Cake 1.2)? No matter what I do it won't let me add a post. I've checked the acl tables for example, and everything looks fine. The code looks fine,...
0 回答数
0 投票数
ACL Tutorial
I got as far as adding that build_aos???? Dohickey into the user controller,
as per instructions. It chugged along for a while, but through a few errors
at the end saying it couldn't find something about couldn't find view::build_aos or...
3 回答数
0 投票数
Tutorial ACL again
OK. I did another re-install from scratch and got it to here again.
Missing View
Error: The view for GroupsController::build_acl() was not found.
Error: Confirm you have created the file: C:\wamp\www\cake\app\views\groups\build_acl.ctp
Is that...
1 回答数
0 投票数
New-to-MVC problem: ACL in the layout?
My little problem I believe comes with my lack of a good MVC understanding.
I want to create a simple vertical menu and display it on every page, so I thought about adding it to the layout itself.
Then I realized this menu will vary depending on...
1 回答数
0 投票数
Possible Auth Bug
Hi, I've been working with Cake for a couple of weeks now and have been fighting with the auth component for a while and think I have identified a bug, but I wanted to post here in case someone sees a 'duh obvious' problem. I am using Cake...
3 回答数
1 投票数
integrate ACL with links
I would like to integrate the ACL system with the html helper.
The idea is not to show links to areas of the site that the user doesn't have access.
So following the principles of cake, I thought that It would be cool that the html helper auto...






