CodeIgniter
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 hook is called immediately after your Controller has been instantiated, but prior to any method calls being made?
A
pre_system
B
pre_controller
C
post_controller_constructor
D
post_controller
Note:
Not available
Show answer
Show Note
Report
Question:
Which hook is called immediately after your Controller is executed?
A
post_controller_constructor
B
post_controller
C
pre_controller
D
display_override
Note:
Not available
Show answer
Show Note
Report
Question:
How can you enable CodeIgniter's hook?
A
In config.php setting $config['enable_hooks']=TRUE;
B
In config.php setting $config['hooks']=TRUE;
C
In config.php setting $config['enable_hook']=1;
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which is not CodeIgniter helper function?
A
$this->load-helper('html'); doctype()
B
$this->load-helper('array'); element()
C
$this->load-helper('array'); rendom_element()
D
$this->load-helper('inflector'); singular()
E
$this->load-helper('inflector'); plural()
F
$this->load-helper('inflector'); camelize()
G
$this->load-helper('inflector'); underscore()
H
$this->load-helper('inflector'); humanize()
I
$this->load-helper('text'); highlight_code()
J
directory_map()
K
$this->load-helper('html'); html()
Note:
Not available
Show answer
Show Note
Report
First
Prev
9
10
11
Next
Last
/11
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd