25
August

Reasons why Codeigniter is popular

The following are the reasons why codeigniter is one of the famous frameworks:
1. MVC Architecture: MVC is model, view and controller architecture. Almost all frameworks are based upon this. If the large websites or applications are not followed by this pattern then it ends up with unmanageable spaghetti code. MVC offers nice code separations and make things clean. Some frameworks force you to do work from books but CI use MVC that makes a sense.

25
August

24
August

Responsive Web Designing

Responsive Web Designing simply uses HTML and CSS to automatically hide, resize, shrink or enlarge the content to fit on screen and make it look good on every device.

16
August

PHP OOPS | OOPS Concept In PHP | OOPS in Jalandhar

Object Oriented Programing is a programming style in which it is customary to group all of the variables and functions of a particular topic into a single class.

14
August

Codeigniter | Learn Codeigniter | Feature of Code Igniter

Codeigniter is a framework which is used to develop websites using PHP