DummySource for CakePHP 2.+ - Gist is a simple way to share snippets of text and code with others.
Since I'm so get used to CakePHP 2+ now, sometimes need to create new site but without using any database -- just plain php.
Reason for using CakePHP instead of plain php is because I want to use the extends templates features and in case we need to use database, I can just update my default datasource.
At the moment, I just rely on the PagesController only.


















