Unauthorized Cake PHP Guide
Today I found a tweet of an unauthorized cakephp guide, which turnred out to be a wiki with usefull cakephp information.
Site : Unauthorized cake guide
The official CakePHP ( aka the cakephp book ) can be found over here
Cakephp and ACL – how to work with users and groups
Today my webdevelopment collegue Eelco pointed me at an interesting article at the site komunitasweb. The tutorial explains how to work with ACL and how ACL is implemented in CakePHP.
Definitely a must read if you write webapplications in cakephp which need user or group based restrictions
http://komunitasweb.com/2009/03/cakephp-acl-tutorial-what-and-how/
A call for cakephp favourite links
Hi Y'all.
I want to make a special part on my blog, containing your favourite and best links regarding cakephp.
If you feel, you got that perfect, ideal link to a blog, pdf or site please feel free to use the comments form!
I'll start of with a few...
- http://www.cakephp.org/ - Cakephp Home
- http://webexpose.org/2007/05/09/cakephp-routes/ - Cake routes explained easily
- http://www.pagebakers.nl/ - blog of a developer with great cakephp plugins and components!
- http://book.cakephp.org/ - The Cakephp Book
- http://bakery.cakephp.org/ - The Bakery - Everything Cakephp related
- http://cakeforge.org/ - Cakeforge, the place where all happy cakephp projects go!
Cakephp : JsController could not be found
Today I was figuring out how to build an ajax login, but got this very strange error "JsController could not be found". After a couple of hours searching I noticed that I did not had copied all the javascript files that I needed to the webroot/js folder.