Skip to content

IT Notes

IT Notes

  • Home
  • Privacy Policy
  • Sample Page
    • Home
    • Interview Questions
    • Codeigniter Interview Questions
Codeigniter Interview Questions

Explain views in CodeIgniter.

View folder contains all the markup files like header, footer, sidebar, etc. They can be reused by embedding them anywhere in controller file. They can't call directly, and they have…

Codeigniter Interview Questions

How can you connect models to a database manually?

To connect database manually use following syntax, $this->load->database();  

Codeigniter Interview Questions

How can you add or load a model in CodeIgniter?

To load models in controller functions, use the following function: $this->load->model('ModelName');   If in case your model file is located in sub-directory of the model folder, then you have to mention…

Codeigniter Interview Questions

Explain model in CodeIgniter.

Model's responsibility is to handle all data logic and representation and load data in the views. It is stored in application/models folder. The basic structure of a model file Here,…

Codeigniter Interview Questions

Explain MVC in CodeIgniter.

CodeIgniter framework is based on MVC pattern. MVC is a software that gives you a separate logical view from the presentation view. Due to this, a web page contains minimal…

Codeigniter Interview Questions

Explain CodeIgniter architecture.

From a technical point of view, CodeIgniter is dynamically instantiation (light-weighted), loosely coupled (components rely very less on each other) and has a component singularity (each class and functions are…

Codeigniter Interview Questions

Explain the folder structure of CodeIgniter.

If you download and unzip CodeIgniter, you get the following file structure/folder structure: Application cache Config Controllers core errors helpers hooks language libraries logs models third-party views system core database…

Codeigniter Interview Questions

What are the most prominent features of CodeIgniter?

A list of most prominent features of CodeIgniter: It is an open source framework and free to use. It is extremely light weighted. It is based on the Model View…

Codeigniter Interview Questions

What is CodeIgniter?

CodeIgniter is an open source and powerful framework used for developing web applications on PHP. It is loosely based on MVC pattern and similar to Cake PHP. CodeIgniter contains libraries,…

Recent Posts

  • What is Blade?
  • What are the features of Laravel?
  • What is Laravel?
  • Explain the for keyword
  • Explain the enum keyword

Recent Comments

No comments to show.

Archives

  • June 2025
  • November 2024
  • August 2024
  • July 2024
  • April 2024
  • September 2023
  • May 2023

Categories

  • Android Interview Questions
  • Angular JS interview Questions
  • C Programming
  • C Programs
  • C++ Programming
  • Codeigniter Interview Questions
  • Computer Network
  • CSS Interview Questions
  • HTML Interview Questions
  • Java
  • Java Interview Questions
  • Javascript Interview Questions
  • jQuery interview Questions
  • Laravel Interview Questions
  • Mobile Application Development
  • MySQL Interview Questions
  • PHP
  • PHP Interview Questions
  • Python
  • Python Interview Questions
  • React JS Interview Questions
  • Software Engineering
  • System Analysis and Design (SAAD)
  • Uncategorized
  • Vtiger CRM

You Missed

Laravel Interview Questions

What is Blade?

Laravel Interview Questions

What are the features of Laravel?

Laravel Interview Questions

What is Laravel?

C Programming

Explain the for keyword

IT Notes

Copyright © All rights reserved | Blogus by Themeansar.