<?php class MY_Controller extends Controller { function __construct() { parent::Controller(); session_start(); } }