• Home
  • Courses
  • About Us
  • CS Library
  • Blog
  • Contact Us

Have any question?

skillshike@gmail.com
/onlinewebtutor
Programming Blog
RegisterLogin
Skillshike
  • Home
  • Courses
  • About Us
  • CS Library
  • Blog
  • Contact Us

CodeIgniter 4

Complete CodeIgniter 4 with Admin Application Development

User Avatar
Online Web Tutor
CodeIgniter 4
(0 review)
$49.00 $4.00
Skillshike – Complete CodeIgniter 4 with Admin Application Development
  • Overview
  • Curriculum
  • Instructor
  • Reviews

Complete Guide in the Development of CodeIgniter 4 Framework Using MySQL

Description

We will learn the complete idea to develop a Complete CodeIgniter 4 Framework with Bootstrap Admin Panel. No Experience in CodeIgniter programming required, you can learn from scratch. Learn practical skills of Development in CodeIgniter 4 with mysql database driver.

Begin your journey of CodeIgniter 4 Development with MySQL database driver here and create a CRUD based Admin Panel from it.

If you have just decided to learn Complete CodeIgniter 4 then you have made the right choice, so take a breath. Development in CodeIgniter is very easy to learn which means that you will be through the basics and on to writing standard code in a very short time.

This course is a step by step guide through the CodeIgniter 4 development with MySQL programming language.

  1. Understanding complete architecture to handle CodeIgniter 4 Framework with MySQL.
  2. CodeIgniter Framework development each concept is easily explained in details.
  3. Covered each topics in well prepared theory with video session.
  4. Video lectures are well structured to get complete idea about CodeIgniter Framework development guide.
  5. Learn Bake Console commands inside this course with all steps in detailed concept.
  6. Course brings the capability to handle CodeIgniter projects as well as to develop new projects in CodeIgniter.
  7. Covered all basics to advance topics in detail.
  8. Beginners to advance topics with full video sessions.
  9. Covered advance topics like ORM, View Cells/Parser, Spark, Migrations, Seeders etc in easy way.
  10. Course provides the best skill to make Standalone Web Developer for CodeIgniter Framework.

This course is for every level. For beginners, it will be very perfect to enroll and learn development in very easy steps with detailed concept.

What you’ll learn

  • Complete Course of CodeIgniter 4 Framework development from Beginners to Advance level
  • Understanding complete architecture to handle CodeIgniter 4 Framework with MySQL.
  • Course provides the best skill to make Standalone Web Developer for CodeIgniter Framework.
  • CodeIgniter with Easy and Detailed with theory & video sessions
  • CodeIgniter Advance topics are well structures to learn in easy way.
  • CodeIgniter advance sessions over View Cells, Parser, Services, Spark, Migrations, Seeders and many more easily explained
  • Bootstrap Admin Panel Development using CodeIgniter 4

Requirements

  • Beginner concept of PHP
  • Little concept about MVC Pattern
  • MySQL basics to handle database

Who this course is for:

  • Beginner CodeIgniter Framework developers
  • PHP Framework lovers
  • CodeIgniter Beginners/Expert level student curious to learn web development

money back guarantee skillshike online learning platform

Course Features

  • Lectures 92
  • Quizzes 0
  • Duration 15h 54m
  • Skill level All levels
  • Language English
  • Students 127
  • Certificate Yes
  • Assessments Yes
CoursesCodeIgniter 4Complete CodeIgniter 4 with Admin Application Development
  • Course Overview & Demonstration
    3
    • Lecture1.1
      What is CodeIgniter Framework? 07 min
    • Lecture1.2
      Course Modules List 10 min
    • Lecture1.3
      Sample Admin Application review 09 min
  • CodeIgniter Framework Basics
    6
    • Lecture2.1
      Code Editor Settings & Manual Installation 08 min
    • Lecture2.2
      Composer Installation & Compare with Manual Installation 11 min
    • Lecture2.3
      Launch Local Development Server 07 min
    • Lecture2.4
      Framework Folder Architecture 17 min
    • Lecture2.5
      About Environment Variables (env) 07 min
    • Lecture2.6
      Default Controller, Route & View 11 min
  • Controller & View Concept
    9
    • Lecture3.1
      What is Controller and how can we declare? 10 min
    • Lecture3.2
      What is a View File & How can we load? 09 min
    • Lecture3.3
      Passing Dynamic values from Controller to View 07 min
    • Lecture3.4
      Conditional Blocks & Loops in Views 08 min
    • Lecture3.5
      Loading Multiple Views 10 min
    • Lecture3.6
      Create & Load Layout 14 min
    • Lecture3.7
      Load Global & Specific Assets to Layout 15 min
    • Lecture3.8
      Include Partials to Layout 07 min
    • Lecture3.9
      Settings of Developer Environment .env 07 min
  • Understanding Routes Configurations
    6
    • Lecture4.1
      About Closures Routes 08 min
    • Lecture4.2
      Available Route Methods 18 min
    • Lecture4.3
      Configure Namespaces in Routes 09 min
    • Lecture4.4
      Settings of Named Routes 08 min
    • Lecture4.5
      About Parameterized Routes & it’s rules 13 min
    • Lecture4.6
      Query String Parameters of Routes 07 min
  • Working with Database Basics - Raw Query
    4
    • Lecture5.1
      Database Configuration & Run First Query 15 min
    • Lecture5.2
      Raw Query – Insert, Update & Delete Methods 17 min
    • Lecture5.3
      Raw Query – Get Data Format Methods 08 min
    • Lecture5.4
      Raw Query – Query Helper Methods 10 min
  • Database - Query Builder Class
    6
    • Lecture6.1
      Query Builder Class – Overview & Simple Get Method 07 min
    • Lecture6.2
      Query Builder Class – Adding “where” Conditions 08 min
    • Lecture6.3
      Query Builder Class – Insert Data To Table 09 min
    • Lecture6.4
      Query Builder Class – Update Table Data Row 06 min
    • Lecture6.5
      Query Builder Class – Delete Operations of Table 09 min
    • Lecture6.6
      Query Builder Class – Joins in MySql 19 min
  • Database - Models
    4
    • Lecture7.1
      Models – Overview ( Create & Load ) 11 min
    • Lecture7.2
      Models – Configurations of Member variables 09 min
    • Lecture7.3
      Models – Find Methods ( Data Selection ) 09 min
    • Lecture7.4
      Models – Insert, Update & Delete Operations 11 min
  • Database - Models with Entities
    5
    • Lecture8.1
      Entity – Overview & Basics with Model 16 min
    • Lecture8.2
      Entity – Data Map Feature 11 min
    • Lecture8.3
      Entity – Set Mutators Feature 10 min
    • Lecture8.4
      Entity – Set Accessors Feature 07 min
    • Lecture8.5
      Entity – Virtual Properties 06 min
  • CodeIgniter Helpers
    7
    • Lecture9.1
      Form Helper #1 16 min
    • Lecture9.2
      Form Helper #2 12 min
    • Lecture9.3
      Session Helper- Set & Get Flash Message 11 min
    • Lecture9.4
      Cookie Helper 11 min
    • Lecture9.5
      HTML Helper 10 min
    • Lecture9.6
      URL Helper 08 min
    • Lecture9.7
      Custom – User Defined Helper 12 min
  • CodeIgniter Services/Libraries
    9
    • Lecture10.1
      Service – CURL Request 11 min
    • Lecture10.2
      Service – Pager 10 min
    • Lecture10.3
      Service – Session 10 min
    • Lecture10.4
      Library – File Upload 13 min
    • Lecture10.5
      Service – About Basic Form Validation #1 13 min
    • Lecture10.6
      Service – More Rules of Validation #2 09 min
    • Lecture10.7
      Service – User Custom Messages & Single Field Error 10 min
    • Lecture10.8
      Create Custom Rule #1 15 min
    • Lecture10.9
      Create Custom Rule #2 11 min
  • Manage Database - Forge & Spark
    4
    • Lecture11.1
      Understanding Database Forge 16 min
    • Lecture11.2
      Database Migrations & It’s Commands 16 min
    • Lecture11.3
      Database Seeder & it’s Command 11 min
    • Lecture11.4
      Spark – Understanding Routes 06 min
  • Bootstrap Admin Panel Development
    28
    • Lecture12.1
      Download Framework & Admin Theme 08 min
    • Lecture12.2
      Controllers & Routes Settings 11 min
    • Lecture12.3
      Create Application Migrations #1 08 min
    • Lecture12.4
      Working with Migrations #2 16 min
    • Lecture12.5
      Configure Application Models 05:24 06 min
    • Lecture12.6
      Create & Seed User Data 05 min
    • Lecture12.7
      Todo Manager – Login Page Layout 16 min
    • Lecture12.8
      Todo Manager – Register Page Layout 12 min
    • Lecture12.9
      Todo Manager – Validation Registration Form Data 12 min
    • Lecture12.10
      Todo Manager – Save Register User Data 16 min
    • Lecture12.11
      Todo Manager – Login Validation 12 min
    • Lecture12.12
      Todo Manager – User Redirection & Route Protection 12 min
    • Lecture12.13
      Todo Manager – Create Admin Layout 15 min
    • Lecture12.14
      Todo Manager – Customizing Admin Sidebar 10 min
    • Lecture12.15
      Todo Manager (Layout) – Customizing Dashboard & Adding Methods 13 min
    • Lecture12.16
      Todo Manager (Layout) – Add Category 12 min
    • Lecture12.17
      Todo Manager (Layout) – List Category 14 min
    • Lecture12.18
      Todo Manager (Layout) – Add Blog 13 min
    • Lecture12.19
      Todo Manager (Layout) – List Blog 07 min
    • Lecture12.20
      Validation – Add Category Page 10 min
    • Lecture12.21
      Create & Save Category to Database table 07 min
    • Lecture12.22
      List Category to DataTable 10 min
    • Lecture12.23
      Delete Category Row from Table 10 min
    • Lecture12.24
      Render Category & Validations of Blog Page 12 min
    • Lecture12.25
      Create & Save Blog to Database 13 min
    • Lecture12.26
      List Blogs to DataTable 12 min
    • Lecture12.27
      Delete Blog From List 10 min
    • Lecture12.28
      Logout Function, Read Session & Updating Dashboard Cards 12 min
  • Thanks
    1
    • Lecture13.1
      Thanks Giving Video 04 min
author avatar
Online Web Tutor

Reviews

Average Rating

0
0 rating

Detailed Rating

5
0%
4
0%
3
0%
2
0%
1
0%
  • Overview
  • Curriculum
  • Instructor
  • Reviews
$49.00 $4.00
  • Share:

You May Like

PHP & MySQLi REST API Development Using JWT Authentication
Online Web Tutor

PHP & MySQLi REST API Development Using JWT Authentication

349
0
$49.00$4.00
Learn PHP & MySQLi Object Oriented CRUD Application
Online Web Tutor

Learn PHP & MySQLi Object Oriented CRUD Application

291
0
$49.00$3.00
Learn PHP & MySQLi CRUD Application Using Ajax
Online Web Tutor

Learn PHP & MySQLi CRUD Application Using Ajax

362
0
$49.00$3.00
Learn PHP & MySQLi CRUD Application Using Ajax (Hindi)
Online Web Tutor

Learn PHP & MySQLi CRUD Application Using Ajax (Hindi)

171
0
$49.00$3.00
Learn PHP & MySQLi Object Oriented CRUD Application (Hindi)
Online Web Tutor

Learn PHP & MySQLi Object Oriented CRUD Application (Hindi)

431
0
$49.00$3.00

Categories

  • CakePHP
  • CodeIgniter 3
  • CodeIgniter 4
  • Laravel 8
  • Node Js
  • PHP

Latest Courses

PHP & MySQLi REST API Development Using JWT Authentication

PHP & MySQLi REST API Development Using JWT Authentication

$49.00 $4.00
Learn PHP & MySQLi Object Oriented CRUD Application

Learn PHP & MySQLi Object Oriented CRUD Application

$49.00 $3.00
Learn PHP & MySQLi CRUD Application Using Ajax

Learn PHP & MySQLi CRUD Application Using Ajax

$49.00 $3.00
Learn PHP & MySQLi CRUD Application Using Ajax (Hindi)

Learn PHP & MySQLi CRUD Application Using Ajax (Hindi)

$49.00 $3.00
Learn PHP & MySQLi Object Oriented CRUD Application (Hindi)

Learn PHP & MySQLi Object Oriented CRUD Application (Hindi)

$49.00 $3.00
CodeIgniter 4 APIs Development Using Shield Authentication

CodeIgniter 4 APIs Development Using Shield Authentication

$49.00 $4.00
CakePHP 4 API Development with JWT Authentication Tutorials

CakePHP 4 API Development with JWT Authentication Tutorials

$49.00 $4.00
Learn Complete CakePHP 4 Plugin Development Tutorials

Learn Complete CakePHP 4 Plugin Development Tutorials

$49.00 $4.00

Skillshike - Best learning platform at lowest price

skillshike@gmail.com

Online Web Tutor

Categories

  • CakePHP
  • CodeIgniter 3
  • CodeIgniter 4
  • Laravel 8
  • Node Js
  • PHP

Useful Links

  • Blog
  • About Us
  • Courses
  • Contact Us
  • More Information

Social Links

Like at Facebook

Find us on Youtube

Tweet on Twitter

Add To LinkedIn

© Skillshike 2023, Developed by Online Web Tutor.

  • Contact Us
  • Disclaimer
  • Privacy Policy

Login with your site account

Lost your password?

Not a member yet? Register now

Register a new account

Are you a member? Login now

Modal title

Message modal