├── LICENSE ├── README.md ├── composer.json ├── example ├── README.md ├── requestLog │ ├── My_model.php │ └── README.md └── userACL │ ├── My_model.php │ └── README.md └── src └── Model.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/composer.json -------------------------------------------------------------------------------- /example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/example/README.md -------------------------------------------------------------------------------- /example/requestLog/My_model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/example/requestLog/My_model.php -------------------------------------------------------------------------------- /example/requestLog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/example/requestLog/README.md -------------------------------------------------------------------------------- /example/userACL/My_model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/example/userACL/My_model.php -------------------------------------------------------------------------------- /example/userACL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/example/userACL/README.md -------------------------------------------------------------------------------- /src/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yidas/codeigniter-model/HEAD/src/Model.php --------------------------------------------------------------------------------