Part 09 Codeigniter 4 Tutorial Series in Urdu/Hindi: Working with Databases With Query Builder Class

243 views

Published by Learning Shala

Web Development

Published on 30 August, 2020
Category :

Codeigniter, Web Development

About :

Hello Friends,
Welcome to Part 09 of the Codeigniter 4 Tutorial Series in Urdu/Hindi Today in this Codeigniter 4 video tutorial, we are going to learn to work with databases with Query Builder Class.

CodeIgniter comes with a full-featured and very fast abstracted database class that supports both traditional structures and Query Builder patterns. The database functions offer clear, simple syntax.

CodeIgniter gives you access to a Query Builder class. This pattern allows information to be retrieved, inserted, and updated in your database with minimal scripting. In some cases, only one or two lines of code are necessary to perform a database action. CodeIgniter does not require that each database table be its own class file. It instead provides a more simplified interface.

Beyond simplicity, a major benefit to using the Query Builder features is that it allows you to create database-independent applications since the query syntax is generated by each database adapter. It also allows for safer queries, since the values are escaped automatically by the system.

Playlist Videos
Related Videos