Strict Standards: Redefining already defined constructor for class Object in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\data\localweb\class\phpII\cake\cake\libs\object.php on line 62

Strict Standards: Non-static method Configure::getInstance() should not be called statically in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\data\localweb\class\phpII\cake\cake\bootstrap.php on line 46
CakePHP: the rapid development php framework: Home

Release Notes for CakePHP 1.2.7.

Read the changelog

Your tmp directory is writable.

The FileEngine is being used for caching. To change the config edit APP/config/core.php

Your database configuration file is present.

Cake is NOT able to connect to the database.

Editing this Page

To change the content of this page, create: APP/views/pages/home.ctp.
To change its layout, create: APP/views/layouts/default.ctp.
You can also add some CSS styles for your pages at: APP/webroot/css.

Getting Started

new CakePHP 1.2 Docs

The 15 min Blog Tutorial

More about Cake

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.

Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.


Controller dump:

		PagesController Object
(
    [name] => Pages
    [helpers] => Array
        (
            [0] => Html
            [1] => Form
        )

    [uses] => Array
        (
        )

    [here] => /class/phpII/cake/
    [webroot] => /class/phpII/cake/
    [action] => display
    [params] => Array
        (
            [pass] => Array
                (
                    [0] => home
                )

            [named] => Array
                (
                )

            [plugin] => 
            [controller] => pages
            [action] => display
            [form] => Array
                (
                )

            [url] => Array
                (
                    [url] => /
                )

            [models] => Array
                (
                )

        )

    [data] => 
    [paginate] => Array
        (
            [limit] => 20
            [page] => 1
        )

    [viewPath] => pages
    [layoutPath] => 
    [viewVars] => Array
        (
            [page] => home
            [subpage] => 
            [cakeDebug] => PagesController Object
 *RECURSION*
        )

    [pageTitle] => Home
    [modelNames] => Array
        (
        )

    [base] => /class/phpII/cake
    [layout] => default
    [autoRender] => 
    [autoLayout] => 1
    [Component] => Component Object
        (
            [__controllerVars] => Array
                (
                    [plugin] => 
                    [name] => Pages
                    [base] => /class/phpII/cake
                )

            [_loaded] => Array
                (
                    [Session] => SessionComponent Object
                        (
                            [__active] => 1
                            [__bare] => 0
                            [valid] => 1
                            [error] => Array
                                (
                                    [2] => Config doesn't exist
                                    [1] => Session is valid
                                )

                            [_userAgent] => 593c2784f2213563c2d3a8d182e04718
                            [path] => /class/phpII/cake
                            [lastError] => 1
                            [security] => high
                            [time] => 1726784386
                            [sessionTime] => 1726785586
                            [watchKeys] => Array
                                (
                                )

                            [id] => 
                            [_started] => 1
                            [host] => 99.255.243.188
                            [_log] => 
                            [enabled] => 1
                            [cookieLifeTime] => 0
                        )

                )

            [_primary] => Array
                (
                    [0] => Session
                )

            [__settings] => Array
                (
                )

            [_log] => 
        )

    [components] => Array
        (
        )

    [view] => View
    [ext] => .ctp
    [output] => 
    [plugin] => 
    [cacheAction] => 
    [persistModel] => 
    [passedArgs] => Array
        (
            [0] => home
        )

    [scaffold] => 
    [methods] => Array
        (
            [0] => display
        )

    [modelClass] => Page
    [modelKey] => page
    [validationErrors] => 
    [_log] => 
    [Session] => SessionComponent Object
        (
            [__active] => 1
            [__bare] => 0
            [valid] => 1
            [error] => Array
                (
                    [2] => Config doesn't exist
                    [1] => Session is valid
                )

            [_userAgent] => 593c2784f2213563c2d3a8d182e04718
            [path] => /class/phpII/cake
            [lastError] => 1
            [security] => high
            [time] => 1726784386
            [sessionTime] => 1726785586
            [watchKeys] => Array
                (
                )

            [id] => 
            [_started] => 1
            [host] => 99.255.243.188
            [_log] => 
            [enabled] => 1
            [cookieLifeTime] => 0
        )

)