Application Development and Emerging Technology
(MidQ-1, 2, Midterm)
Question text
Question text
Question text
Question text
Matching Type. Choose the correct answer from the selection.
Organization that sponsors CI | |
Function that fetch the data as a multi-dimentional array | |
Variables that can be accessed anywhere on the web application because it is stored on the browser session | |
Function that fetch the data as a single row array | |
variables are session variables that expires with a given time limit. | |
It can be said as the entry point of application. | |
File that will automatically route the index.php next to the Controller | |
What function can be used to access session variables on webpages? | |
You can display the error 404 page by using what function | |
Method will execute codes once the class is created or instantiated. |
Question text
Question text
Question text
Question text
bcc($bcc, $limit)
Question text
Question text
Question text
message($message)
Question text
Question text
Question text
Matching Type. Choose the correct answer from the selection provided.
methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases | |
formatted result of database queries and contain useful data for decision making and analysis | |
variables that store values but it can only contain strings and numbers | |
functions that accepts input parameters and returns an HTML input form element. | |
are templates for reports | |
returns a string containing any server messages, email header and the email message. | |
used as a function library that we can just load to the controller or view. | |
is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy. | |
It is very useful on web forms security against online bots, crawlers and spammers. | |
Name the configuration file needed to set helper | |
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands | |
encrypted email as a key | |
runs a back-end database query and displays the information in organized and informational manner | |
function returns the auto incremented or last inserted id from the query | |
SSPR stands for |
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question 22
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Matching Type. Choose the correct answer from the selection provided.
variables that store values but it can only contain strings and numbers | |
function returns the auto incremented or last inserted id from the query | |
returns a string containing any server messages, email header and the email message. | |
methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases | |
formatted result of database queries and contain useful data for decision making and analysis | |
Name the configuration file needed to set helper | |
used as a function library that we can just load to the controller or view. | |
is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy. | |
SSPR stands for | |
runs a back-end database query and displays the information in organized and informational manner | |
functions that accepts input parameters and returns an HTML input form element. | |
encrypted email as a key | |
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands | |
are templates for reports | |
It is very useful on web forms security against online bots, crawlers and spammers. |
Question text
The $to parameter can be an email address string, a comma delimited email addresses string or an array containing email addresses strings.
Question text
When you no longer need the session variable you have set, you can remove it
by using $this->session->unset_userdata()
Question text
We can load the email class by:
declaring $this-> retrieve->library(‘email’);
Question text
You can declare your own session variable on the $_SESSION superglobal.
Question text
In order to use and access session variables on webpages, we must put the session_start()
Question text
1The Control Append function of the URL helper returns the $config[‘base_url’] value defined on application/config/config.php.
Question text
Sessions in native PHP are the “superglobal” variables that can not be accessed anywhere on the web application because it is stored on the browser session. Can f
Question text
Flashinfo are session variables that are only available until the next request.
Question text
SSL is defined as any process or technology that allows users who forgot their password authenticate their account and reset their passwords without falling the help des
Question text
$this->session->set_userdata() is also used to set or change an existing session variable value