Tag: codeigniter

  • Making Admin Panel using Codeigniter 3.0+

    Making Admin Panel using Codeigniter 3.0+

    This tutorial will teach on how to create the Back-end and Front-end by creating two Controllers. The frontend controller is the Controller that will control the actions and logic seen in the Public whereas, the backend will be mainly used by the site author, administrator etc . The idea of this is to reduce too…