CodeIgniter View

In this tutorial you will learn about the CodeIgniter View and its application with practical example.

What Is CodeIgniter View?

In MVC framework, the letter “V” stands for View. View is one of the key component in any Model-View-Controller(MVC) framework.Views are meant to hold the presentation logic in any codeigniter application. Views separates presentation logic from the application logic. A view file usually contains the information being presented to a user. View can be a complete web page or parts of page like header and footer.

Table Of Contents

In CodeIgniter, views are stored in application/views directory.

In this tutorial we have learn about the CodeIgniter View and its application with practical example. I hope you will like this tutorial.