Your installation of Cake is functional. Edit /app/views/pages/home.thtml
to change the contents of this page.
Cake is a structure of libraries, classes and run-time infrastructure for PHP programmers. It's also what I use at work. It's based on certain conventions, so you may find it rigid at first. The directory structure is already layed out, and it's different from what most people use. From what I've experienced, great many PHP programmers start as web- or graphic-designers, i.e. they are not university-educated programmers as many in the C++ and Java-land. They invent their own, peculiar ways of solving problems and stick to them. Perhaps that's why so few people use Pear and Pecl libraries – they don't usually re-use their code. And I was one of them. (=$this->linkOut('continued...','http://sputnik.pl/docs/intro')?>)
.htaccess
files and mod_rewrite
to work; these are available on most web servers)Cake is in it's early infancy, but it works and I'm using it on a few projects. Currently the Dispatcher is working, the Model has CRUD functionality but with no joins between tables yet. The Controller is working and has the most basic functions (including render()
for templating).
NEW! =$this->linkOut('My Amazon Wishlish','http://www.amazon.com/gp/registry/registry.html?id=NODP8QT6LFTO')?> for when you'll want to show your appreciation.
=$this->linkOut('Cake PHP Google Group','http://groups-beta.google.com/group/cake-php')?> · =$this->linkOut('Cake Wiki (temporary)','http://cake.bplusf.net/')?> · =$this->linkOut('Cake TRAC (SVN repository, etc.)','https://developers.nextco.com/cake')?>
See =$this->linkOut('Cake website','http://sputnik.pl/cake')?> for more information.