You are on page 1of 5

Method that accepts 'secondary recipients' that receives the mail just to keep them

informed . cc($cc)

is_uniques form validation rule checks if the input is unique from the table. True

Method that accepts the email's body or content. message($message)

It is any process or technology that allows users who forgot their passwords
authenticate and reset the passwords of their account. Self-service password reset

Registration is an activity of deleting user information on the database. False

Account registration can be approved through activation link sent from user's email or
by an admin approval. True

matches form validation rule checks 3 fields that should have an equal or same value.
False
Form helper class helps us by returning formatted HTML form elements. False

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()

An input required to verify the user's record existence in order to reset his/her
email address
HTML is a requirement in Code igniter- true

Method that accepts the email's title or heading text - subject($subject)

 Version of PHP that introduces the use of superglobals. 4.1.0-

Query Builder or Active Record pattern in CI replaces the traditional query string in php
coding TRUE-

PHP version that uses void return type, class constant visibility modifiers, null types 7.1

Php Data Objects-PDO stands for Personal Data Objects

 functions to help you build your form easier and faster CodeIgniter

stands for Uniform Resource Identifier URI

Uniform Resource Locator URL


variables are just like session variables except flashdata

Controller is also knows as the data access layer. False

Data Access Layer or Persistence Layer of the MVC Layered Architecture. Model

will be loaded by the controller passing the returned data from the model. View

Version of PHP that uses namespace support late static binding. 5.3.0

Element represents a control that presents a menu of options. HTML select

PHP 3 was released in 1998. True

URI is the historical name that serve as persistent, location-independent identifiers


allowing the simple mapping of namespaces into a single URN namespace- false
CI uses Model-Viewable-Controller architecture-TRUE
CI, basically contains 4 main folders Application, System, User, Help Guide- false
The third URI Segment- Parameter
Method that triggers the sending of email –send
The function or ci code to show or call the client-side "non-existing page" error- 404
We should subject a user for approval on registration. True
The function or ci code to load a view.- . $this->load->view
Database Normalization is the process of organizing records to minimize redundancy.
True
is_unique requires table and field name as parameter. True
A variable declared outside a function.- Global
URI stands for Uniform Resource Identity-false
will be loaded by the controller passing the returned data from the model- View
You can display the error 404 page by using what function- show 404
What function can be used to access session variables on webpages? Session Start
Function that fetch the data as a multi-dimentional array- row array
Variables that can be accessed anywhere on the web application because it is stored
on the browser session- supersession
It can be said as the entry point of application- controller
File that will automatically route the index.php next to the Controller- .htaccess
Organization that sponsors CI- Ellislab
Method will execute codes once the class is created or instantiated- Construct
variables are session variables that expires with a given time limit. –Tempdata
Function that fetch the data as a single row array-result array
It is a URI Component that locates the path or address.- Web Address
PHP development began in 1995.- false
$this->db->insert_id() inserts an id in the database True
The default file extension for PHP file is ".php" True
Method that accepts recipients that are not visible to the other recipients
bcc($bcc, $limit)
The first URI segment- controller
Method that accepts the recipient's email address -to($to)
CI file directory where the database configuration settings and database groups is
found. Application/config/database.php
CI method or code to set a rule in form validation. $this->form_validation->set_rules()
Method that accepts the sender's email address from($from, $name, $return_email)
bcc stands for Black Carbon Copy-false-Blind Carbon Copy
This command is used to show selected element(s)- .show()
MaterializeCSS class prefix for mobile devices.- .s
.A grid layout that adapts or resize columns depending on the device screen size
Adaptive fluid or Responsive grid layout
A materializeCSS class that extends up to 100% of the browser's width to hold page
container-fluid grid
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 to create a sliding down transition within a given time on a
selected element- .slideDown(interval)
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 creates a sliding up transition within a given time on a selected
element- .slideUp(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 produce a fading in effect within a given time on a selected
element - .fadeIn(interval)
MaterializeCSS class prefix for desktop or larger devices- l1
MaterializeCSS class prefix for tablet devices.- .m
This command is used to produce a fading out effect within a given time on a selected
element- .fadeOut(interval)
This command is used to hide selected element(s)- .hide()
This command is used to toggle, switch or alternate the selected item's visibility: show
and hide- .toggle()
This command is used to get or set values from and to a non-input element like divs.-
.text()
Self-survey password reset (SSPR) is defined as any process or technology that allows
users who forgot their password authenticate their account and reset their passwords
without calling the help desk.- True
This command is used to get or set values from and to an input element particularly
textboxes- .val()
A grid layout that is used for static website designs because it has fixed/distributed
column sizes.- Fixed layout
It is the horizontal dimension of the grid system that separate page contents line after
line.-rows
SSPR stands for –Self Service Password Reset
encrypted email as a key- md5
It is very useful on web forms security against online bots, crawlers and spammers. captcha

You might also like