Setup default.ctp layout and home.ctp contents

No Comments »

The easy way:

Copy cake/libs/view/layouts/default.ctp to app/views/layouts/default.ctp and change it to suit your needs. The layout is the structure of your page contents.

Create the file app/views/pages/home.ctp (the pages directory does not exist by default, so create it first). This file will be rendered in the layout (default.ctp by default..) as the contents of your website when users visit the front page.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Install CakePHP TextMate bundle in E Texteditor

1 Comment »

This is a guide to manually installing the CakePHP TextMate bundle in the TextMate Windows equivalent E TextEditor.

Click to continue reading “Install CakePHP TextMate bundle in E Texteditor”

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading ... Loading ...