Yupii is a package for CodeIgniter that allows you to easily create Business Applications in the blink of an eye!!
Download the zip file from here and unzip the files on your Codeigniter project directory.
Then open the ./application/config/routes.php file and add this line at the end of the file:
include_once(APPPATH.'third_party/yupii/config/autoload.php');
And in the file ./application/config/autoload.php change the autoload line for packages:
$autoload['packages'] = array(APPPATH.'third_party/yupii');
That's it!, you can start to create your new great application!..