This CodeIgniter 3.1.13 web application provides robust functionality for managing modules, user permissions, and seamless integration with mobile applications through API endpoints.
- Automatic CRUD Generation System
- Automatically generates Create, Read, Update, and Delete operations for modules.
- Simplifies data management within the application.
- Module Permissions
- Assign specific permissions to users for accessing modules.
- Ensures security and control over module functionalities based on user roles.
- API Integration for Mobile Apps
- Provides API endpoints to retrieve module data.
- Facilitates seamless data access for mobile applications, enhancing user experience and accessibility.
git clone https://github.com/ramp00786/module-generator-ci3.git
cd module-generator-ci3
- Configure Database: Update the database settings in
application/config/database.php. - Server Requirements: Ensure PHP, MySQL, and Apache/Nginx are installed and configured.
Set up your CodeIgniter configuration in application/config/config.php.
/*Load model file*/
$this->load->model("tfn");
/*Get all data of the module*/
$data = $this->tfn->getData('*', 'slider_3', "status = 1 ");
/*Pass data to the view file*/
$this->load->view('slider_view', $data );
/*Create CI instance*/
$CI =& get_instance();
/*Load model*/
$CI->load->model('tfn');
/*Get Data*/
$data = $this->tfn->getData('*', 'slider_3', "status = 1 ");
https://pro.intactautomation.com/module-generator/API/get?key=67a7d3-826900-332754-c8feb7-03e016&module_slug=slider
- User Guide: How to Use
- Demo: Module Generator Demo
- Dashboard Screenshot: Dashboard
- CodeIgniter 3.1.13: PHP framework for building robust web applications.
- Bootstrap 4: Front-end framework for responsive design and UI components.
- MySQL: Database management system for storing application data.
- API Integration: Utilizes RESTful API principles for seamless mobile app integration.
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Tulsiram Kushwah - Website