
Search In
In CakePHP pagination is provided by a Component defined in the controller for making paginated queries much easier.
PaginatorHelper View is used for generating pagination links & buttons in a simpler way.
Setting up the Query:
Let us take
We can use jQuery UI to implement a tooltip in our pages. It contains a set of user interface interactions.Tooltip is used to show some additional information in the context of each field.
This is how you can use Jquery UI:
<!doctype html>
&
Moving objects on Mouse swipe is a very interesting way of getting user input , it is very different from traditional
approach of getting input from keyboard keys . It provids user with unique experience and makes user part of the game.
Below is th
AJAX request runs a RAW parameterized Postgres SQL Query after receiving request
Suppose we have a situation like that
Here's my situation
in my php view file, I make AJAX request to the server
The AJAX request is received and runs a RAW paramet
Sub query is one the important section of database query.There are n number of situation where we want to implement sub query to fetch the data from the table. In Laravel 4.x there is no specific keyword to perform any
sub query.To perform sub query
Namespaces plays an important feature of php. Namespaces are used to solve 2 major issues.
1) Authors of libraries
2) Applications encounter
Laravel 4.x also provide namespace to solve those issues.
The files are app/controllers/FilesControlle
There are n number of command in laravel 4.x which can help us to perform any action . In laravel 4.x we can rollback our php artisan command. The command to rollback to a specific migration state is
You can:
1)Rollback The Last Migration Operatio
There are n number of situation where we want to pass parameter in URL and use that parameter in our controller.That can be easily explain by using example:
There are few steps which I have implemented that are:
Step 1:First we will define our rou
Hello Readers,
By this blog, I am sharing some common functional test scenarios for the mobile devices. I hope these will help in the time of functional testing on the devices.
Some of these scenarios are mentioned below:-
Verify that all the neces
Javascript Date.setHours() method sets the hours for a specified date according to local time.
It set the hours, minutes, seconds, and milliseconds fields of a Date
date.setHours(hours)
date.setHours(hours, minutes)
date.setHours(hours, minutes, s
