
Search In
online pharmacies best canadian pharmacy online pharmacy canadian pharmacies
online pharmacy online pharmacies canada canadian pharmacy free shipping canadian pharmacy
canadian pharmacies canadian pharmacy online pharmacies canada canadian pharmacy free shipping
online pharmacy best canadian pharmacy online pharmacies canadian online pharmacy
It is used with the like operator to compare the values of the type similar.
It support two wildcards type
1. The percent sign (%)- It match to one or more character.
2. The underscore (_)- It match to one character.
The percent sign repr
A JavaScript variable is simply a name of storage location. There are two types of variables in JavaScript : local variable and global variable.
There are some rules while declaring a JavaScript variable:.
1)Name must start with a letter (a to z or
Variable Name Standard in Android
This is the standard regime to follow in your coding when you define any variable.
1.Non public, non static field should starts wih m.
2.Static fields name should starts with s.
3. Other fields should starts wi
Php functions that starts with double underscore are called magic methods.These functions are not stand alone functions and are defined inside class. Php will call these functions from background means behind the scenes. It is not directly called by
PHP functions that start with a double underscore “__” , are called magic functions in PHP.
__construct()
__destruct()
__call() __callStatic() __get() __set() __isset() __unset() __sleep() __wakeup() __toString() __invoke() __set_state() __clone(
Hello Reader's ,
Hope you are doing good today.
Today in my blog, I am going to explain about the inflector in CakePHP3.
inflector is a many utility classes which takes a string and can manipulate it to handle word variations.
Example: inf