CodeIgniter Forums
My Personal Starter Project : CI3 + GC + Bootstrap3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: My Personal Starter Project : CI3 + GC + Bootstrap3 (/showthread.php?tid=69020)



My Personal Starter Project : CI3 + GC + Bootstrap3 - kidino - 09-27-2017

I made this as my own starter project. It combines
  • Codeigniter3
  • Bootstrap3
  • GroceryCRUD
  • Tank Auth
  • MY_Model by avenirer for non-GC operations
  • Basic ACL with user groups, groups' access
There is also a sample module (controller), Contacts where users can manage their contacts. Kinda like an address book. Just to demonstrate how to use this.

https://github.com/kidino/kidinoci

Let me know what you think.


RE: My Personal Starter Project : CI3 + GC + Bootstrap3 - aventador - 09-28-2017

good job , i was not aware of grocery crud until your post


RE: My Personal Starter Project : CI3 + GC + Bootstrap3 - kidino - 09-28-2017

Yeah .. I think Johnny did a hell of a job with GroceryCRUD


RE: My Personal Starter Project : CI3 + GC + Bootstrap3 - jarecwex - 10-03-2017

Really good job i must say




pożyczki przez internet


RE: My Personal Starter Project : CI3 + GC + Bootstrap3 - ciadvantage - 10-05-2017

I did use GroceryCrud partially on my projects and also you may take a look at DataTable. It is a js library and I love it
it can handle large table well

Regards