<?php
class Page extends Controller {
function __construct()
{
parent::Controller();
}
function index()
{
}
}
/* End of file page.php */
/* Location: ./app/controllers/page.php */
//Logs for Above
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
DEBUG - 2009-01-25 20:57:43 --> Config Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Hooks Class Initialized
DEBUG - 2009-01-25 20:57:43 --> URI Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Router Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Output Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Input Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Global POST and COOKIE data sanitized
DEBUG - 2009-01-25 20:57:43 --> Language Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Loader Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Controller Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Final output sent to browser
DEBUG - 2009-01-25 20:57:43 --> Total execution time: 0.0181
DEBUG - 2009-01-25 20:57:43 --> Config Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Hooks Class Initialized
DEBUG - 2009-01-25 20:57:43 --> URI Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Router Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Output Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Input Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Global POST and COOKIE data sanitized
DEBUG - 2009-01-25 20:57:43 --> Language Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Loader Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Controller Class Initialized
DEBUG - 2009-01-25 20:57:43 --> Final output sent to browser
DEBUG - 2009-01-25 20:57:43 --> Total execution time: 0.0166