Skip to content

Learn Programming with Real Apps

Learn Programming with Real Apps

  • Home
  • .NET
    • ASP.NET Core MVC
    • ASP.NET Core Web API
    • Entity Framework Core
    • ASP.NET MVC
    • ASP.NET Core Razor Pages
    • ASP.NET Web API
    • Entity Framework
    • C#
  • Java
    • Spring Framework
      • Spring MVC
      • Spring Boot Data JPA
      • Spring Boot MongoDB
      • Spring Boot JDBC
      • Spring Boot Hibernate
      • Spring Data MongoDB
      • Spring JMS
      • Spring Rest API
    • JSF Framework
    • Struts Framework
    • JSP-Servlet
    • Hibernate
    • Java XML
    • JDBC
    • Java Restful Web Services
    • Java
  • Full Stack
    • Angular
    • React
      • React TypeScript
      • React Functional Components
      • ReactJS
    • ExpressJS
    • NestJS
    • MongoDB
    • ECMAScript
    • HTML, CSS, JavaScript
      • HTML 5
  • PHP & MySQL
    • PHP
    • Laravel Framework
    • CodeIgniter Framework
  • Mobile
    • Dart
    • Flutter
    • Android
  • Golang
    • Golang
    • GORM
    • Golang and MySQL
    • Golang and MongoDB
    • Golang RESTful Web API
    • Microservices
Main Menu

CodeIgniter Framework

CodeIgniter Framework

Ajax in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Ajax in CodeIgniter 4 Read More
CodeIgniter Framework

Login Form with Session in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Login Form with Session in CodeIgniter 4 Read More
CodeIgniter Framework

Session in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Session in CodeIgniter 4 Read More
CodeIgniter Framework

Redirect in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Redirect in CodeIgniter 4 Read More
CodeIgniter Framework

Custom Validation Rule in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Custom Validation Rule in CodeIgniter 4 Read More
CodeIgniter Framework

Form Validation in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Form Validation in CodeIgniter 4 Read More
CodeIgniter Framework

Multiple Files Upload in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Multiple Files Upload in CodeIgniter 4 Read More
CodeIgniter Framework

Single File Upload in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Single File Upload in CodeIgniter 4 Read More
CodeIgniter Framework

URI Segments in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

URI Segments in CodeIgniter 4 Read More
CodeIgniter Framework

Routes in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Routes in CodeIgniter 4 Read More
CodeIgniter Framework

Pass Data from Controller to View in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Pass Data from Controller to View in CodeIgniter 4 Read More
CodeIgniter Framework

Pass Objects List from Controller to View in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Pass Objects List from Controller to View in CodeIgniter 4 Read More
CodeIgniter Framework

Pass Object from Controller to View in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Pass Object from Controller to View in CodeIgniter 4 Read More
CodeIgniter Framework

Use Images, CSS and JavaScript in CodeIgniter 4

Download and Install CodeIgniter 4 Download the latest version of CodeIgniter 4 and unzip source code to new folder named LearnCodeIgniter4WithRealApps Cut index.php and htaccess files in public folder to …

Use Images, CSS and JavaScript in CodeIgniter 4 Read More
CodeIgniter Framework

URL Parameters in CodeIgniter Framework

AutoLoad Helper In CodeIgniter Project, Open autoload.php file in config folder. Add url helper to helper config as below: $autoload[‘helper’] = array(‘url’); Set BASE URL In CodeIgniter Project, Open config.php …

URL Parameters in CodeIgniter Framework Read More
CodeIgniter Framework

Use Images, CSS and JavaScript in CodeIgniter Framework

Create Assets Folder Create new folder named assets in root project. In this folder, create new folders as below: Images Folder Create new folder named images in assets folder. Copy …

Use Images, CSS and JavaScript in CodeIgniter Framework Read More
CodeIgniter Framework

Remove index.php from URL in CodeIgniter Framework

Create .htaccess Create .htaccess file in root folder of project as below: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] Set BASE URL In CodeIgniter Project, …

Remove index.php from URL in CodeIgniter Framework Read More
CodeIgniter Framework

Use Table Library in CodeIgniter Framework

Create Database Create new database named learn_codeigniter_with_real_apps. This database have 1 table: Product table. — — Table structure for table `product` — CREATE TABLE `product` ( `id` int(11) NOT NULL …

Use Table Library in CodeIgniter Framework Read More
CodeIgniter Framework

Pass Objects List from Controller to View in CodeIgniter Framework

Create Assets Folder Create new folder named assets in root project. In this folder, create new folders as below: Images Folder Create new folder named images in assets folder. Copy …

Pass Objects List from Controller to View in CodeIgniter Framework Read More
CodeIgniter Framework

Pass Object from Controller to View in CodeIgniter Framework

Create Assets Folder Create new folder named assets in root project. In this folder, create new folders as below: Images Folder Create new folder named images in assets folder. Copy …

Pass Object from Controller to View in CodeIgniter Framework Read More
CodeIgniter Framework

Pass Data from Controller to View in CodeIgniter Framework

Set BASE URL In CodeIgniter Project, Open config.php file in config folder. Set value for base_url config as below: $config[‘base_url’] = ‘http://localhost:9092/LearnCodeIgniterWithRealApps/’; Create Controller Create new PHP file named demo.php …

Pass Data from Controller to View in CodeIgniter Framework Read More
CodeIgniter Framework

URI Segments in CodeIgniter Framework

AutoLoad Helpers In CodeIgniter Project, Open autoload.php file in config folder. Add url helper to helper config as below: $autoload[‘helper’] = array(‘url’); Set BASE URL In CodeIgniter Project, Open config.php …

URI Segments in CodeIgniter Framework Read More
CodeIgniter Framework

Ajax with Active Record in CodeIgniter Framework

Create Database Create new database named learn_codeigniter_with_real_apps. This database have 1 table: Product table. — — Table structure for table `product` — CREATE TABLE `product` ( `id` int(11) NOT NULL …

Ajax with Active Record in CodeIgniter Framework Read More
CodeIgniter Framework

Session in CodeIgniter Framework

Set BASE URL In CodeIgniter Project, Open config.php file in config folder. Set value for base_url config as below: $config[‘base_url’] = ‘http://localhost:9092/LearnCodeIgniterWithRealApps/’; Create Product Entity Create new PHP file named …

Session in CodeIgniter Framework Read More
CodeIgniter Framework

Single File Upload in CodeIgniter Framework

Create Assets Folder Create new folder named assets in root project. In this folder, create new folders as below: Images Folder Create new folder named images in assets folder. AutoLoad …

Single File Upload in CodeIgniter Framework Read More
CodeIgniter Framework

Use Pagination Library with Active Record in CodeIgniter Framework

Create Database Create new database named learn_codeigniter_with_real_apps. This database have 1 table: Product table. — — Table structure for table `product` — CREATE TABLE `product` ( `id` int(11) NOT NULL …

Use Pagination Library with Active Record in CodeIgniter Framework Read More
CodeIgniter Framework

Login Form with Session in CodeIgniter Framework

Set BASE URL In CodeIgniter Project, Open config.php file in config folder. Set value for base_url config as below: $config[‘base_url’] = ‘http://localhost:9092/LearnCodeIgniterWithRealApps/’; Create Account Model Create new PHP file named …

Login Form with Session in CodeIgniter Framework Read More
CodeIgniter Framework

Forms Validation in CodeIgniter Framework

AutoLoad Helpers In CodeIgniter Project, Open autoload.php file in config folder. Add form and url helper to helper config as below: $autoload[‘helper’] = array(‘form’, ‘url’); AutoLoad Libraries In CodeIgniter Project, …

Forms Validation in CodeIgniter Framework Read More
CodeIgniter Framework

Multiple Files Upload in CodeIgniter Framework

Create Assets Folder Create new folder named assets in root project. In this folder, create new folders as below: Images Folder Create new folder named images in assets folder. AutoLoad …

Multiple Files Upload in CodeIgniter Framework Read More
CodeIgniter Framework

Create Template in CodeIgniter Framework

AutoLoad Url Helper In CodeIgniter Project, Open autoload.php file in config folder. Add url helper to helper config as below: $autoload[‘helper’] = array(‘url’); Set BASE URL In CodeIgniter Project, Open …

Create Template in CodeIgniter Framework Read More

Posts pagination

Previous 1 2 3 Next

Latest Posts

Declare Variables with Dynamic Keyword in Dart

December 1, 2024December 1, 2024

Declare Variables with Var Keyword in Dart

December 1, 2024December 1, 2024

Declare Variables with Data Types in Dart

December 1, 2024December 1, 2024

Middleware in Laravel

July 21, 2022November 18, 2024

Shopping Cart with Session and Eloquent ORM in Laravel

July 19, 2022November 18, 2024

Multi Select AutoComplete Search from Database with Eloquent ORM in Laravel Framework

July 5, 2022November 18, 2024

Archives

  • December 2024 (3)
  • July 2022 (10)
  • June 2022 (57)
  • January 2022 (1)
  • December 2021 (11)
  • November 2021 (30)
  • October 2021 (8)
  • February 2021 (24)
  • January 2021 (38)
  • May 2020 (6)
  • April 2020 (17)
  • November 2019 (15)
  • September 2019 (47)
  • August 2019 (7)
  • July 2019 (35)
  • May 2019 (44)
  • April 2019 (62)
  • March 2019 (63)
  • January 2019 (6)
  • December 2018 (29)
  • November 2018 (93)
  • October 2018 (41)
  • September 2018 (76)
  • August 2018 (82)
  • July 2018 (92)
  • June 2018 (131)
  • May 2018 (5)
  • April 2018 (59)

Popular Tags

Aggregate in CodeIgniter ajax in codeigniter Ajax in Laravel Framework ASP.NET Core MVC Average in Eloquent ORM CodeIgniter Codeigniter Form Validation CodeIgniter Framework CodeIgniter Model and Entity Count in Eloquent ORM CrudRepository Interface in Spring Boot MongoDB Date in Eloquent ORM Declare Variables in dart Dynamic Type in C# Eloquent ORM Eloquent ORM in Laravel Eloquent ORM in Laravel Framework Equal Operator in Eloquent ORM Form Validation CodeIgniter GroupBy in Eloquent ORM Having in Eloquent ORM Laravel Ajax Laravel Session Laravel Validation limit in Eloquent ORM limit in mongodb Max in Eloquent ORM Min in Eloquent ORM MongoDB mongodb in spring boot MongoDB in Spring Data JPA ORM in CodeIgniter PagingAndSortingRepository in Spring Data JPA Passing data from controller to view in Laravel Query Builder Class in CodeIgniter Query Builder in CodeIgniter Relationship in Eloquent ORM in Laravel Framework Session in Laravel Framework Sort in Eloquent ORM sort in mongodb Spring Boot MongoDB sum in Eloquent ORM Transfer Data from Controller to View in Laravel Validation Rule in CodeIgniter Validation Rule in Laravel Framework

Copyright © 2025 learningprogramming.net