kritbit

kritbit Git Source Tree


Root/web/application/controllers/main.php

<?php

class main extends base
{
    public function index()
    {

        if ($this->isLoggedIn()) {
            echo "Hello - " . $this->sessionData->userId;
            echo "email = " . $this->user->email;
        }
        //echo "hello";

    }
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.05709s using 11 queries.