CC ($CC) True: Subject ($subject)
CC ($CC) True: Subject ($subject)
informed . cc($cc)
is_uniques form validation rule checks if the input is unique from the table. True
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
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
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
functions to help you build your form easier and faster CodeIgniter
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