The Code You Will Love

Controller in CodeIgniter 4

Posted on: Wednesday February 8, 2023

Controller Create app/Controllers/Home.php and paste the controller code given below [crayon-6636987156919569676797/] [...]

Read More

Model in CodeIgniter 4

Posted on: Wednesday February 8, 2023

Here we are assuming that there is a controller method to submit a registration form. we had created a Database Connection and a table of ‘users’.   STEP 1: Create [...]

Read More

Form Validation in CodeIgniter 4

Posted on: Wednesday February 8, 2023

First, we have to load validation in the controller. [crayon-6636987158619163905329/] Create rules with labels: [crayon-6636987158622163634550/]   Run validation and get a response list of [...]

Read More

Database in CodeIgniter 4

Posted on: Wednesday February 8, 2023

We will cover 2 topics given below: – Database connection in CodeIgniter 4. – Database Access in controller or View. Database connection in CodeIgniter 4 Open app/Config/Database.php and [...]

Read More

CodeIgniter 4 Setup (Manual, without composer)

Posted on: Wednesday February 8, 2023

CodeIgniter 4.3.1 setup or installation without composer. Here we will see the complete setup of CodeIgniter 4 in localhost or hosting server without using composer. STEP 1: Download CodeIgniter 4 [...]

Read More

Number Pagination for WordPress Posts

Posted on: Friday January 13, 2023

If you want number pagination for the WP post loop you have to write the given code in the function.php file and use ‘<?php numeric_pagination(); ?>‘ in the template where you want [...]

Read More

Generate Proforma Invoice (FREE)

Posted on: Saturday January 7, 2023

It is Easy to generate Proforma Invoice Online, Just click and edit the detail and amount and then click on ‘Generate Invoice’, You will get a PDF File of your invoice.   Please [...]

Read More

Save Data to Excel/CSV Instead of MySQL

Posted on: Thursday January 5, 2023

If you want to save ‘Form’ data or any other data to ‘Excel/CSV’, you are on the right blog. Here we will save Form Data to a ‘CSV’ File instead of any Database, [...]

Read More

Shiprocket API in PHP CodeIgniter

Posted on: Tuesday January 3, 2023

Signup in Shiprocket Shiprocket API implementation in PHP is so easy, Here we will use CodeIgniter Framework, We will see two processes:   Courier to Customer To create order/Send a courier [...]

Read More

BlueDart Courier API Integration in PHP CodeIgniter

Posted on: Monday January 2, 2023

Here we will see how to integrate Bluedart Courier API so we can send products to our customers and pick products from the customer. we will Generate BlueDart WayBill also. In this tutorial, we are [...]

Read More
Translate »