La comunità italiana su CakePHP

You are not logged in. Please login or register.


Pages: 1

Atom RSS

Posts [ 1 ]

Namaless

Topic: AppView esiste?

Ho provato a inserire il file "app_view.php" dove tengo "app_controller.php" e "app_model.php" ma quando vado a richiamare un metodo dentro "app_view" mi dà errore.

Posto il sorgente:

// ./app/app_view.php
class AppView extends View
{
    function is_logged()
    {
        return ( ! $this->Session->check('User') ) ? FALSE : TRUE;
    }
}

Grazie smile

Posts [ 1 ]

Guest posting is disabled. You must login or register to post a reply.

Pages: 1

Topic info

1 guests and 0 users are reading this topic now


Forum quick jump menu

Currently used extensions: pun_topic_online_users, pun_karma, pun_admin_hook_navigator, pun_bbcode. Copyright © 2008 PunBB

[ Generated in 0.024 seconds, 10 queries executed ]