<?php class admin extends CI_Controller { function index() { echo "THIS IS WHERE WE CAN LATER INTEGRATE ACCOUNTING PARTS"; $this->accounting->init(); } }