Skip to content

DVXLab

Experiment with ease

  • Home
  • Codeigniter4
  • Golang
  • STM8
  • ESP32
  • About
  • Home
  • Codeigniter4
  • Golang
  • STM8
  • ESP32
  • About

Category: Codeigniter4

Codeigniter4

Custom pagination design with Codeigniter4

May 9, 2024May 9, 20240

Codeigniter4 has methods to implement custom pagination design as per our design requirements. We can customise the design and reuse the component across all pages …

Custom pagination design with Codeigniter4 Read More
Codeigniter4

How to implement pagination in Codeigniter4

May 9, 2024May 9, 20240

Codeigniter4 provides a pagination library that is simple to use. Let us consider an example. Below is a table structure in mysql . Now lets …

How to implement pagination in Codeigniter4 Read More
Codeigniter4

Codeigniter4 QueryBuilder example – getResultArray Vs getResult

May 9, 2024May 9, 20240

Codeigniter4 provides a query builder to form and execute complex queries. We often convert the query response to JSON or Object. CI4 provides inbuilt functions …

Codeigniter4 QueryBuilder example – getResultArray Vs getResult Read More
Codeigniter4

Insert into database using Codeigniter4 Model

May 7, 2024May 7, 20240

CI4 provides a lot of inbuilt functionalities that simplify handling the data between application and MySQL Database.Let us look at an example here. We will …

Insert into database using Codeigniter4 Model Read More
Codeigniter4

Simple Database connection in CI4 with select query example

May 7, 2024May 7, 20240

We can simply configure the database credentials in the file app/Config/Database.php as below. Edit the credentials as per your settings for database. This database is …

Simple Database connection in CI4 with select query example Read More
Codeigniter4

URI segment in Codeigniter4

May 3, 2024May 3, 20240

We can fetch parts of the url in Codeigniter4 using the getSegments() function. This is similar to CI3 call $this->uri->segment function but with a slight …

URI segment in Codeigniter4 Read More
Codeigniter4

Cookie helper in Codeigniter4

April 30, 2024April 30, 20240

CI4 has a helper for cookies management which contains some functions to implement the cookies. Let us see with an example. set_cookie function takes below …

Cookie helper in Codeigniter4 Read More
Codeigniter4

Array elements Grouping and Sorting in Codeigniter4

April 30, 2024April 30, 20240

CI4 provides in built array functions for grouping and sorting array elements to some extent. Lets us look at two functions here array_group_by and array_sort_by_multiple_keys …

Array elements Grouping and Sorting in Codeigniter4 Read More
Codeigniter4

Array Helpers Functions in Codeigniter 4

April 30, 2024April 30, 20240

CI4 provides in built helpers for arrays. This helps us avoid writing most of the logic using the traditional for loops or while loops. In …

Array Helpers Functions in Codeigniter 4 Read More
Codeigniter4

Webpage caching in Codeigniter 4

April 25, 2024April 25, 20240

Caching techniques in Codeigniter 4

Webpage caching in Codeigniter 4 Read More

Posts navigation

1 2 Next
Featured Video Play Icon

Getting started with stm8s103f3p6 low cost development board

May 9, 2020August 2, 2020

ESP32 SD Card TTGO T8

August 2, 2020August 2, 2020

Selenium WebSocket Message Capturing-Python

December 15, 2020December 15, 2020

DIY Arduino Esp8266 Open Source Wifi Car – eCar32

April 18, 2021June 5, 2021

How to setup Codeigniter4 on CentOS

June 5, 2021June 5, 2021

How to Run DeepSeek AI on Raspberry PI 5 – Step by Step Guide

May 14, 2025May 14, 2025

CH32V003 RISC-V Getting started

June 5, 2024June 6, 2024

Custom pagination design with Codeigniter4

May 9, 2024May 9, 2024

How to implement pagination in Codeigniter4

May 9, 2024May 9, 2024

Codeigniter4 QueryBuilder example – getResultArray Vs getResult

May 9, 2024May 9, 2024
No comments found.
arduino car array helpers caching CH32V003 ci4 CI4 in-built array functions ci4_mysql codeigniter codeigniter4 Csv custom validation esp8266 Export file validation FileUpload form golang helpers microservice RISCV STM8S103F3P6 validation Xml
2021-2023 DVXLab Tech Blog. Powered by WordPress and Bam.