PHP CodeIgniter for Absolute Beginners

PHP CodeIgniter for Absolute Beginners

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 5h 55m | 1.26 GB

Master the MVC Code Igniter framework from scratch

Learn CodeIgniter from scratch with this simple and easy to master course! Building dynamic websites is not an easy challenge and requires time and effort dedicated to coding every bit of the website, which is why anytime there is a new tool that promises to ease the woes of coding, developers always jump at the chance to try it. CodeIgniter is a simple open-source framework that makes it the coding tasks easier by providing a faster way to set up a PHP website from the ground-up. This tool with a small framework, ensures that developers can design websites that are light, fast and dynamic. So, for any developer that wants to become a server-side master, this is a tool that they should definitely have in their toolkit. But, it’s not always easy to find a course that is clear and concise and targets exactly what you are looking for! This is why we have designed this course with an aim to do just that. Using a no-fluff and clear approach at the topic at hand, this tutorial will breakdown CodeIgniter into simple and easy to learn videos. At the end of this course, you will have not only learnt the CodeIgniter framework, but you will actually be able to start building your own projects from scratch. In addition to knowledge, this course will also give you the practical hands-on experience and the confidence to start coding your own websites. While the theoretical will include numerous examples, at the end of the theoretical session, you will then actually practice what you learn by building a complete project from scratch with the framework.

The course will start at the very beginning with a detailed introduction into the CodeIgniter framework, from there moving on to installing the framework. From there you will become familiar with the framework, before you start tackling the basic functions and tools that make CodeIgniter special. While the theoretical will include numerous examples, at the end of the theoretical session, you will then actually practice what you learn by building a complete project from scratch with the framework.

What You Will Learn

  • Learn core concepts of MV and Code Igniter
  • Learn all about the CI structure and best practices
  • Build a real-world app along the course
  • Learn Real world web development
Table of Contents

01 Introduction
02 Introduction to CodeIgniter
03 Installation CodeIgniter
04 MVC Framework
05 Basics CodeIgniter
06 Models
07 Configuration in Codeigniter
08 CRUD Functionality (Introduction)
09 Creating a Database and Model
10 Controllers for CRUD functionality
11 Creating views for CRUD functionality
12 Checking the output and routing
13 Understanding Cookies and Sessions
14 Session Management
15 Cookie Management
16 Libraries CodeIgniter
17 Tempdata Codeigniter
18 FlashData Codeigniter
19 Page Caching
20 CodeIgniter Hooks
21 Security
22 Page Redirection
23 File Uploading
24 Error Handling
25 Email Configuration
26 Internalization CodeIgniter- Introduction
27 Internalization Output CodeIgniter
28 Helpers in CodeIgniter
29 Introduction to Software Project
30 Database Design
31 Scope of Project
32 Creation Login Mechanism
33 Dashboard with header and footer views
34 User Listing and logout mechanism