Skip to content

Instantly share code, notes, and snippets.

@ssinss
Last active December 15, 2015 18:59
Show Gist options
  • Save ssinss/5308222 to your computer and use it in GitHub Desktop.
Save ssinss/5308222 to your computer and use it in GitHub Desktop.
<?php die();
/**
* Add you custom models here that you are loading in your controllers
*
* <code>
* $this->site_model->get_records()
* </code>
* Where site_model is the model Class
*
* ---------------------- Models to Load ----------------------
* @property Member_model $Member_model
* @property Number_model $Number_model
* @property Util_model $Util_model
* @property Content_model $Content_model
* @property Comment_model $Comment_model
*/
class my_models
{
}
// End my_models.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment