Basic
Test
Model Test
Ebook
Quiz 1 : CodeIgniter Basic
Quiz 2: CodeIgniter - Model, View, Controller
Index
CodeIgniter Home
Basic
93
Models
4
Validation
7
Schools
Ebook
Question:
Which one is correct callback function ?
A
callback_
B
_callback
C
_callback_
Note:
Not available
Show answer
Show Note
Report
Question:
Which syntax is correct about TRUE,FALSE and NULL?
A
if($active == true)<br />$zero = null;<br />function test($test = false)
B
if($active == true) $zero = NULL; function test($test = FALSE)
C
if($active == TRUE) $zero = NULL; function test($test = FALSE)
D
if($active = TRUE) $zero = NULL; function test($test = FALSE)
Note:
Not available
Show answer
Show Note
Report
Question:
If we use closing tag in php file any controller or views then result may show _____.
A
PHP errors
B
warnings
C
even blank pages
D
All
Note:
Not available
Show answer
Show Note
Report
Question:
Which code is true for loading a helper?
A
$this->load_helper('form');
B
$this->load->helper('form');
C
$this->load->helper(array('form'));
D
$this->load->helpar('form');
Note:
Not available
Show answer
Show Note
Report
Question:
To load library which function is used?
A
$this->load->library('name');
B
$this->load->librery('name');
C
$this->load->load_library('name');
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
_____ files are a collection of functions in a particular group.
A
Plugin
B
Helper
C
Libraries
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
How we can load multiple helpers?
A
$this->load->helper('form','url','cookie');
B
$this->load->helper(array('form','url','cookie'));
C
$this->load->helper->'form','url','cookie';
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Codeigniter session is simply an array containing the following data
A
Session ID
B
User’s IP address
C
first activity timestamp
Note:
Not available
Show answer
Show Note
Report
Question:
In codeigniter URI stands for
A
Uniform Resource Identifires
B
Unit Resource Identifires
C
Uniform Resource Identity
Note:
Not available
Show answer
Show Note
Report
Question:
The URl is built on segments.
A
true
B
false
Note:
Not available
Show answer
Show Note
Report
First
Prev
4
5
6
7
8
Next
Last
/10
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd