![]() |
Images CRUD (GroceryCRUD) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Images CRUD (GroceryCRUD) (/showthread.php?tid=65178) |
Images CRUD (GroceryCRUD) - davy_yg - 05-11-2016 Hello, I am trying to understand the code of image gallery: http://www.grocerycrud.com/image-crud I do not understand why: new image_CRUD(); is being define? Where does it comes from? controllers/images_examples.php PHP Code: function example1() RE: Images CRUD - PaulD - 05-11-2016 You may want to read a little bit about objects and classes. php.net is a great place to read about it. http://php.net/manual/en/language.oop5.php |