codeigniter

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter was created by EllisLab, and is now a project of the British Columbia Institute of Technology. This tutorial has been prepared for developers who would like to learn the art of developing websites using CodeIgniter. It provides a complete understanding of this framework. Before you start proceeding with this tutorial, we assume that you are already exposed to HTML, Core PHP, and Advance PHP. If you know PHP well, then CodeIgniter will make your task easier. It has a very rich set of libraries and helpers. By using CodeIgniter, you will save a lot of time, if you are developing a website from scratch. Not only that, a website built in it secure too, as it has the ability to prevent various attacks that take place through websites.

how to CodeIgniter 4 TCPDF Integration- php

CodeIgniter 4 TCPDF Integration – create pdf page in CodeIgniter 4

CodeIgniter 4 TCPDF Integration – create pdf page in CodeIgniter 4 In this post we will show you how to CodeIgniter 4 TCPDF Integration, TCPDF is PHP class for producing pdf documents.Here we will learn TCPDF incorporation with CodeIgniter 4. we will utilize taking after stride for TCPDF coordination with CodeIgniter 4. Sometimes, we require …

CodeIgniter 4 TCPDF Integration – create pdf page in CodeIgniter 4 Read More »

Remove index.php from url in codeigniter

Remove index.php from url in codeigniter index.php is default the framework routes in CodeIgniter. In this following code we will show you how to remove index.php from url using .htaccess file. https://onlinecode.org/index.php/remove-index/ to https://onlinecode.org/remove-index/ to Follow this step for index.php remove form url. Steps To index.php Remove :- Step :- 1) Go to application/config and …

Remove index.php from url in codeigniter Read More »

codeigniter anchor_popup – Function anchor_popup in codeigniter

codeigniter anchor_popup – Function anchor_popup in codeigniter In this post we will show you codeigniter anchor_popup , hear for codeigniter anchor_popup we will give you demo and example for implement. codeigniter anchor_popup Parameters: $title (string) – Anchor title $attributes (mixed) – HTML attributes $uri (string) – URI string Returns: Pop-up hyperlink Return type: string Nearly …

codeigniter anchor_popup – Function anchor_popup in codeigniter Read More »

codeigniter ajax Upload file – Upload file with ajax in codeigniter

codeigniter ajax Upload file – how to Upload file with ajax in codeigniter codeigniter ajax Upload file – In this tutorial we provide information about Upload multiple files with ajax using codeigniter. in this tutorial we provide code to Upload multiple files using axaj without page redirection. this code is very easy to understand and …

codeigniter ajax Upload file – Upload file with ajax in codeigniter Read More »

CodeIgniter Ajax Driven Editable Table – CodeIgniter

CodeIgniter Ajax Driven Editable Table – CodeIgniter In this post we will show you CodeIgniter Ajax Driven Editable Table, hear for CodeIgniter Ajax Driven Editable Table we will give you demo and example for implement. The contenteditable attribute is one in every of the new most useful addition in HTML5. these days we have a …

CodeIgniter Ajax Driven Editable Table – CodeIgniter Read More »

Ajax live search table generation using codeigniter

Ajax live search table generation using codeigniter In this post we will show you Ajax live search table generation using codeigniter, hear for Ajax live search table generation using codeigniter we will give you demo and example for implement. we will show how to make an Ajax live search table generation using codeigniter and jquery …

Ajax live search table generation using codeigniter Read More »

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US