|
CakePHP -
Basics
|
|
Written by Stuart Duncan
|
|
Monday, 18 January 2010 13:35 |
|
Quite often I find articles that I don't really need, but I know that I will need at some point in the future so I add them as a bookmark. So now I've decided to begin adding them to this article... an ever growing list of links and information that I (and hopefully you) will find usefull not and in the future.
- CakePHP 1.2 Cheatsheet - A PDF of all the constants, methods and properties common to all CakePHP installs.
- The Cookbook - A great guide for getting started and also a reference for those who know CakePHP but just need to verify some things.
- Subdomaining with CakePHP - The aim is to access all instances of a model through subdomains. For instance, every user may have their subdomains, accessible at username.example.com
- Integrating FCKEditor into CakePHP - CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.
|