News Feed
Jobs Feed
Sections




News Archive
Debuggable Blog:
Simple Data Access Control
August 25, 2008 @ 07:56:50

In a new post to the Debuggable blog Felix Geisendorfer illustrates a simple access rights system that can be plugged into any CakePHP application you might be developing.

If your application is like most, then you have some basic permission requirements for your data. A simple scenario is the following. Blog posts can only be edited by their owners and administrators. Same goes for viewing unpublished blog posts.

His example modifies the typical "posts" controller to add in a new model (User) with a permission check (can) and a model that implements it into the PostsController to ensure that a user can view any given posting.

0 comments voice your opinion now!
post access control user permission model cakephp framework


blog comments powered by Disqus

Similar Posts

Aura Framework Blog: Contributing to Aura Project

Phil Sturgeon's Blog: Laravel is Awesome

Felix Geisendorfer's Blog: CakePHP Bleeding Edge - Google Group

Zend Developer Zone: Zend Studio 5.5 Walkthrough

Toronto PHP User Group: Why use the Zend Framework?


Community Events











Don't see your event here?
Let us know!


application community phpunit opinion tool release code unittest language zendframework2 introduction framework example interview series functional conference development testing podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework