In today’s article we are going to learn some new stuff about codeIgniter 4 that how we can set a session and how we can…
CodeIgniter
Directory Structure In CodeIgniter 4 | CodeIgniter4
CodeIgniter 4 is the latest version right now. Because codeIgniter4 is completely different from its previous versions. CodeIgniter 4 completely have changed it’s directory structure….
Introduction To CodeIgniter 4 | CodeIgniter4
From today we are going to learn about CodeIgniter 4 which is completely different from it’s previous versions. CodeIgniter 4 comes with it’s different look…
How to Create Custom Commands in CodeIgniter
Hii, Welcome to larachamp. A website where you can browse some interesting stuff about PHP , Laravel and Codeigniter as well. Today is topic is…
Connect Multiple Databases In CodeIgniter
Today, we are going to learn how we can connect multiple databases in CodeIgniter. Basically, In this tutorial we will see how we can handle…
How to Generate Pdf in PHP CodeIgniter
how to generate the pdf but my idea of showing the stuff will be different. What I’ll do is, I’ll use a text editor to type something and simple I’ll show you how we would have a pdf after submit
How To Create Migration In CodeIgniter 4
Migrations makes easy to create tables in database and which helps to handle tables programmatically and obviously you don’t need to learn about SQL statements to build a table. As I said when you do work with a team then you can easily modify tables and play with the database