• Home
  • Courses
  • About Us
  • Blog
  • Contact Us

Have any question?

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

CodeIgniter 4

CodeIgniter 4 Framework with Bootstrap Admin App

User Avatar
Online Web Tutor
CodeIgniter 4
(0 review)
$25.00 $5.00
CodeIgniter 4 Framework with Bootstrap Admin App
  • Overview
  • Curriculum
  • Instructor
  • Reviews

Complete Guide for the CodeIgniter 4.x Framework Development Using MySQL

Description

Inside this course students / developers are going to learn about complete guide for

  1. Understanding complete architecture to handle CodeIgniter 4.x 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.

What you’ll learn

  • Complete Course of CodeIgniter 4.x Framework development from Beginners to Advance level
  • Understanding complete architecture to handle CodeIgniter 4.x 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 121
  • Certificate Yes
  • Assessments Yes
CoursesCodeIgniter 4CodeIgniter 4 Framework with Bootstrap Admin App
  • 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 30 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
$25.00 $5.00
  • Share:

You May Like

Learn CakePHP 4 Plugin Development Tutorial
Online Web Tutor

Learn CakePHP 4 Plugin Development Tutorial

0
0
$25.00$5.00
Learn CakePHP 4 CRUD Application Using Ajax
Online Web Tutor

Learn CakePHP 4 CRUD Application Using Ajax

45
0
$25.00$5.00
Learn CodeIgniter 4 Spark CLI Tutorial
Online Web Tutor

Learn CodeIgniter 4 Spark CLI Tutorial

52
0
$25.00$5.00
CodeIgniter 4 API Development Tutorial
Online Web Tutor

CodeIgniter 4 API Development Tutorial

115
0
$25.00$5.00
Laravel 8 API Development Tutorial Step by Step
Online Web Tutor

Laravel 8 API Development Tutorial Step by Step

89
0
$25.00$5.00

Categories

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

Latest Courses

Learn CakePHP 4 Plugin Development Tutorial

Learn CakePHP 4 Plugin Development Tutorial

$25.00 $5.00
Learn CakePHP 4 CRUD Application Using Ajax

Learn CakePHP 4 CRUD Application Using Ajax

$25.00 $5.00
Learn CodeIgniter 4 Spark CLI Tutorial

Learn CodeIgniter 4 Spark CLI Tutorial

$25.00 $5.00
CodeIgniter 4 API Development Tutorial

CodeIgniter 4 API Development Tutorial

$25.00 $5.00
CodeIgniter 4 Framework with Bootstrap Admin App

CodeIgniter 4 Framework with Bootstrap Admin App

$25.00 $5.00
Laravel 8 API Development Tutorial Step by Step

Laravel 8 API Development Tutorial Step by Step

$25.00 $5.00
Admin Panel Development – CodeIgniter 3 Framework

Admin Panel Development – CodeIgniter 3 Framework

$25.00 $5.00
CodeIgniter 4 HMVC Beginners To Advance Tutorial

CodeIgniter 4 HMVC Beginners To Advance Tutorial

$25.00 $5.00

Skillshike - Best learning platform at lowest price

skillshike@gmail.com

Online Web Tutor

Categories

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

Useful Links

  • Blog
  • About Us
  • Courses
  • Contact Us

Social Links

Like at Facebook

Find us Youtube

Tweet on Twitter

© Skillshike 2022, 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