Application Development and Emerging Technology Source 345
Application Development and Emerging Technology Source 345
Application Development and Emerging Technology Source 345
$this->uri->segment
Answer PHP version that uses void return type, class constant visibility modifiers, null
types.
7.1
PHP is one of the most widely used and recognizable web technology used on the Internet.
True
The function or ci code to show or call the client-side "non-existing page" error
show_404()
The page that displays a message that the requested page was not found.
Error 404
Answer What functionality was added to PHP 5.1 as interface for accessing databases?
PDO
Answer Version of PHP that uses namespace support late static binding.
5.3
Element can be placed onto a web page in a pre-checked fashion by setting the checked attribute.
Checkbox
CI method or code that display/echo error messages when form_validation->run() returns false.
Validation_errors()
row_array() fetch the data as a single row and result_array() fetch the data as a multi-
dimensional array.
True
CI file directory where the database configuration settings and database groups is found.
Application/config/database.php
Define styles for your documents, including the design, layout and variations in display for
different devices and screen sizes.
CSS
Query Builder or Active Record pattern in CI replaces the traditional query string in php coding.
True
These are functions which are passed to another function and takes this "other function" as a
parameter.
Callbacks
True
CI uses Model-Viewable-Controller architecture
False
To load the view, the function is like this: $this->load->view('name');
True
is the process of redirecting or remapping a controller class or method.
routing
CI, basically contains 4 main folders Application, System, User, Help Guide
False
variables are just like session variables except it is only available on the next request.
Flashdata
URI is the historical name that serve as persistent, location-independent identifiers allowing the
simple mapping of namespaces into a single URN namespace
False
What do you call the 3rd, 4th segment of the URI?
Parameters
Controller is also knows as the data access layer.
False
HTML is a requirement in Code igniter
True
IDENTIFICATION: What do you call the 1st segment of the URI?
Controller
Meaning of URN
Uniform resource name
Data Access Layer or Persistence Layer of the MVC Layered Architecture.
Model
functions to help you build your form easier and faster.
Form helper
Meaning of URL.
Uniform resource locator
CodeIgniter is developed PHP.org
False
Segment is the process of redirecting or remapping a controller class or method.
False
are function that is passed to another function and takes this "other function" as a parameter
callbacks
will be loaded by the controller passing the returned data from the model.
False
Answer
It can be said as the entry point of application.
Controller
1
Variables that can be accessed anywhere on the web application Answer
because it is stored on the browser session superglobal
2
Answer
Organization that sponsors CI
Ellislab
3
Answer
You can display the error 404 page by using what function
show_404()
4
Answer
What function can be used to access session variables on webpages?
session_start()
5
Answer
Function that fetch the data as a multi-dimentional array
result_array()
6
Answer
variables are session variables that expires with a given time limit.
Tempdata
7
Answer
Method will execute codes once the class is created or instantiated.
__construct
8
Answer
Function that fetch the data as a single row array
row_array()
9
File that will automatically route the index.php next to the Controller Answer 10
Form helper class helps us by returning formatted HTML form elements.
True
Method that accepts 'secondary recipients' that receives the mail just to keep them informed
matches form validation rule checks 3 fields that should have an equal or same value.
False
It is any process or technology that allows users who forgot their passwords authenticate and reset
the passwords of their account
Forgot password
Method that accepts the recipient's email address
An input required to verify the user's record existence in order to reset his/her password.
Method that returns a string containing any server messages, email header and email message.
Method that returns a string containing any server messages, email header and email message.
False
Year that PHP was officially called Personal Home Page Tools. 1994
PHP runs on various platforms operating system such as apache and IIS. True
Andi Gutmans was the inventor of PHP. False
Can hold an unlimited number of characters, and the text renders in a fixed-width font. TextArea
Form Helper method or code to return an HTML radio input type form_radio()
CI file directory where the database configuration settings and database groups is found.
Application/config/database.php
Form Helper method or code to return an HTML password input type. form_password()
This allows us to collect data from the htm file and display to the php script. $_POST
Define styles for your documents, including the design, layout and variations in display for different
devices and screen sizes. CSS
What do you call the 3rd, 4th segment of the URI? parameters
Version of PHP that uses namespace support late static binding. PHP 5
functions to help you build your form easier and faster CodeIgniter
These are functions which are passed to another function and takes this "other function" as a
parameter. callbacks
Form Helper method or code to return an HTML checkbox input type. form_checkbox()
CI method or code that display/echo error messages when form_validation->run() returns false.
validation_errors()
Query Builder class method that inserts record on the database. $this->db->insert()
PHP version that uses void return type, class constant visibility modifiers, null types. PHP 4
It is a configuration file that is used for configuration of site-access issues, such as URL redirect, URL
shortening, Access-security control. .htaccess
PHP version that uses void return type, class constant visibility modifiers, null types. PHP 7.1
matches form validation rule checks 3 fields that should have an equal or same value False
An input required to verify the user's record existence in order to reset his/her password. email
address
We should subject a user for approval on registration. True
Method that accepts 'secondary recipients' that receives the mail just to keep them informed cc($cc)
Method that accepts recipients that are not visible to the other recipients bcc($bcc, $limit)
Method that accepts the sender's email address from($from, $name, $return_email)
Form helper class helps us by returning formatted HTML form elements. True
is_uniques form validation rule checks if the input is unique from the table. False
It is any process or technology that allows users who forgot their passwords authenticate and reset
the passwords of their account Forgot password
valid_email form validation rule is used to check if an e-mail is valid or not. True
Method that returns a string containing any server messages, email header and email message. $this-
>email->print_debugger()
SEARCH methods is very useful on getting pieces of data, one at a time particularly on multiple tables
and databases. False
$that->db->insert_id() function returns the auto incremented or last inserted id from the query. True
A Query is a formatted result of database queries and contain useful data for decision making and
analysis False
This command is used to get or set values from and to an input element particularly textboxes. val()
A structure made up of series of intersecting straight (vertical, horizontal and angular) or curved guide
lines used to structure content. Grid
This command is used creates a sliding up transition within a given time on a selected element
slideUp(interval)
This command is used to produce a fading out effect within a given time on a selected element
fadeOut(interval)
A materializeCSS class that provides a 70% space of the browser's full width and allows you to center
the content horizontally. Container
This command is used to toggle, switch or alternate the selected item's visibility: show and hide
toggle()
It is the horizontal dimension of the grid system that separate page contents line after line. Rows
This command is used to create a sliding down transition within a given time on a selected element
slideDown(interval)
This command is used to get or set values from and to a non-input element like divs. text()
grid layout that adapts or resize columns depending on the device screen size. Responsive
This command is used to create a sliding to the left transition within a given time on a selected
element slideLeft(interval)
A grid layout that is used for static website designs because it has fixed/distributed column sizes.
Fixed
It is the vertical dimension of the grid system that hold the actual page contents and is limited into 12s
per line. Columns
This command is used to produce a fading in effect within a given time on a selected element
fadeIn(interval)
A materializeCSS class that extends up to 100% of the browser's width to hold page contents.
container-fluid grid
jQuery is a java library that makes web scripting easier for us. True
AJAX engine is an XMLHttpRequest object and jQuery makes it a lot more easier for us because of its
AJAX development API. True
simply a new method that we use to extend jQuery's prototype object jQuery plugin
It is used to get or set values from and to an input element particularly textboxes. val()
We used the base_url() function to return our domain or application path True
It helps us enable sorting, pagination and search to our table data. DataTable jQuery plugin
DataTable jQuery plugin helps us enable sorting, pagination and search to our table data. True
$(document).ready() function calls if the browser contents has properly loaded its contents and is
browsing. True
Successful - this will be triggered upon the AJAX request and usually accepts the parameter response
response contains the loaded content from the URL requested. False
Name the university that created MaterialDesign CSS Carnegie Mellon University
CodeIgniter's Pagination class is very easy to use, but it is not 100% customizable, either dynamically
or via stored preferences. True
What do you call common functions or small snippets of code used in every or most Information
Systems helpers
In file upload the maximum size are set in _________ that the file can be. Set to zero for no limit
gigabytes
Which of the following has the correct syntax of active records. //this->db->select();
An upload helper method that returns an array containing all of the data related to the file you
uploaded. data
True
False