CODEIGNITER QUIZ DESCRIPTION

Which variable name is incorrect?

$Textcorrect
B. $fcorrect
C. $user idcorrect
D. $text
E. $some-test-herecorrect

  • A , B, C,E

  • D

Which class is used to calculate the time between two points in your application ?

  • Profiling class

     

  • Security class

  • Benchmarking class

  • Non of above
     

Which of the follwoing will be treated as method in that URI?

  • Something Two
     

  • index.php

  • something one

  • None Of The Above

Benchmark can be added to model, view and controllers

  • True

  • false

_______ is an Application Development Framework - a toolkit - for people who build web sites using PHP.

  • Joomla
     

  • Zend

  • CodeIgniter

  • Wordpress

Which are false?

  • all Codeigniter class names should start with uppercase and rest of the name should be in lowercase.
     

  • you can remap function calls by using a function in your controller called _remap()

  • you can pass data to a view file by using the third parameter of the load->view function. and  view file cannot call other view files

Your custom controller should?

  • Extend the child controller
    B. Extend the superclass
    C. Extend the super controller
    D. Extend the parent controller
     

  • Extend the superclass

  • Extend the super controller

  • Extend the parent controller

The above URl is built on segments

  • True
     

  • False

Which class is used to calculate the time between two points in your application ?

  • Profiling class
     

  • Security class

  • Benchmarking class

  • Non of above

Which one will be treated as parameter in that URI?

  •  index.php
     

  • something one

  • something two

  • something three

 You can display the amount of memory used by the system by calling:

  • this->benchmark->memory use()
     

  • this->memory use()

  • this->benchmark->memory usage()

  • this->memory usage()

CodeIgniter is written in ........... language

  • Java
     

  • Python

  • PHP

  • Angular

What kind of link is this:

  • URIcorrect
     

  • QueryString

  • ftp link

  • Nonewrong

Which one is the business logic in codeigniter?

  • model
     

  • view

  • controller

  • helper

How many parameters are set_rules function ?

  • 4

  • 3

  • 2

  • 5

What are the different types of hook point in Codeigniter?

  • post_controller_constructor
     

  • pre_controller

  • post_sytem

  • All of these

Base URL can be changed from which configuration file?

  •  Database
     

  • Config

  • Routes

  • Autoload

Which one is the business logic in codeigniter?

  • View
     

  • Model

  • Controller

  • None Of The Above

Which is extremely useful and even though also optional ?

  • Model
     

  • View

  • Controller

  • Non of above

Which variable name is incorrect?
A. $Textcorrect
B. $fcorrect
C. $user idcorrect
D. $text
E. $some-test-herecorrect

 

  • A,B,C,E
     

  • D

Which one will be treated as method in that URI?

  • index.php
     

  • something one

  • something two

  • something three
     

What is codeigniter?

  • Java web application framework
     

  • PHP web application framework

  • Python web application framework

  • None Of The Above

Which one will control all the segments?

  • index.php
     

  • something one

  • something two

  • something three

In CI, the closing tag of PHP is optional.

  • True

  • False

Which key word is used callback function ?

  • _callback
     

  • callback_

  • callback

  • None of above

Which of the following ORM is supported by CodeIgniter Framework?

  • Gas
     

  • Doctrine

  • DataMapper

  • All of the above

 List features of Codeigniter?

  • Model View Controller support System
     

  • Extremely Light Weight

  • Full Featured database classes with compatibility to several platforms

  • All of these

Which function is use to set the value of form input box?

  •  Setvalue()
     

  • Set()

  • Set_value()

  • None of the above

Base URL can be changed from which configuration file:

  • database
     

  • config

  • routes

  • autoload

The above URl is built on segments

  • True
     

  • False