
Search In
Here I am writing the way to call cloud method from the code.
Below is the method in the parse cloud.
Parse.Cloud.define("testing_method", function(request, response) {
var textMsg = "Testing 1 2 3";
var jsonObject = {
"answerMsg": textMsg
Hello Readers Four associations types used in cakePHP is explained here in a short and simple way. Hope this will be helpful to all.
belongTo:
If table movie has a field that refrences table director, then table movie "belongTo" tabl
We use $location service or $window to redirect to a new URL. $location exposes the URL to the browsers address bar and makes it available to the application. It reflects the changes either side ,i.e. synchronizes the changes and maintains it between
Prepared Statement is the feature which allows us to write a set of sql statement in which some fields values are unspecified. The unspecified field are labeled with the question mark as "?".
for example :
INSERT INTO TABLENAM
ROW_NUMBER()
This function is used to assign a unique id to each row returned by the sql query fired.
RANK()
This function is similar to ROW_NUMBER() with the only difference it leaves a gap between the groups i.e this function assi
IPv6 - Addressing Modes
In the computer network terminology, the addressing modes refer to he process of hosting an valid IP address in the network.
IPV6 can provides various types of addressing for the host.
IPv4 Reserved Addresses
There are some IPV4 address that can be used in the internet. These are special address and meant for the special purpose.
Private IP Addresses
The IP address have thre
Rank()
This function assigns a row id to each row returned by the sql query fired. It provides distinct row id to distinct values, similar values have similar row id, the next row id is calculated as number of occurrence of previous r
Beta testing includes sending the product to beta test sites outside the testing environment for real world exposure. Numerous people have run over beta testing in real life circumstances – it could have been anything for one of your
Opening files
fopen() function is used to open the file. It require two arguement first the name and the other the mode.
the different mode are
r- open for read only
r+- open file for read and writing
w- open file for writing
w+- open file for
