CodeIgniter Forums
I create My_Model Like To Cakephp Core-CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10)
+--- Thread: I create My_Model Like To Cakephp Core-CI (/showthread.php?tid=73189)



I create My_Model Like To Cakephp Core-CI - Jhaz-10 - 03-28-2019

Hello, I made this library for CI a long time ago and it helps me in doing the Insert, Delete, Select, Procedure. to be able to execute the quickest queries.
but I still want to improve it so that it does not make requests and overload the queries.
application/core/ MY_Model.php  is my core in CI, this help me when i use the models
application/models/WebCampoSantos_model.php  for example how to use
application/controllers/Solicitacotizacionfb.php how to use the models  o in my controllers