Code Ignitor , MySQL Workshop Training Course
Duration:
8 HRS ( Approx 2 Days)
Subjects:
Code Ignitor Framework , MongoDB , MySQL , CRUD Operation
Code Ignitor is a PHP Based Framework , It is widely used by PHP Developer and Organisation because of simplicity and durability.
- Code Ignitor Installation on Linux and Windows
- Codeignitor with Folder Structure
- Code Ignitor with Default Route
- Code Ignitor first controller
- Code Ignitor first controller with index() method
- Code Ignitor Load property to access views folder
- Code Ignitor Mysql Database connection with database.php
- Code Ignitor inbuilt helpers to load methods
- Code Ignitor database library load
- Code Ignitor form helper to build forms
- Code Ignitor controller to get post data from post
- Code Ignitor validation library to validate form data
- Code Ignitor run() method from validation library
- Code Ignitor validation_errors() method to show errors
- Code Ignitor Active Record Class
- Code Ignitor insert() method to store data in database
- Code Ignitor redirect() method from url helper
- Code Ignitor select() , where() , result() and result_array() methods to show data from database
- Code Ignitor base_url() method to link bootstrap file
- Code Ignitor with bootstrap table to show records from database
- Code Ignitor view() method to show view page with data
- Code Ignitor controller to get url passed data to delete
- Code Ignitor delete() method from active record class
- Code Ignitor update() method from active record class to update data