
Search In
Cake php provide inbuilt pagination we can use this by using Paginator Helper. To use pagination first we need to use Paginator Component
public $components = array('Paginator','Auth');
now add the below code in your controller here i am using pagi
PHP script is used in a HTML form to allow users for uploading a file from a folder or server. Whenever user do so initially the file is in the temporary directory after it will relocated into the target destination. The uploaded file could be anythi
While working with API you comes with different and new words so first you need to make sure what these words mean then you start working on it.
Beacon is one of that word that is used while making API and applications in programming.
 
While displaying data in the google map you have scenarios where you want to do it in the customized manner.
public string ConvertDataTabletoString()
{
DataTable dt = new DataTable();
using (SqlConnection con =
While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .
Only var is available in the javascript that is treated as the common dat
In this web journal, I'll demonstrate to you generally accepted methods to bring the information from the database and showing the got information in the drop down. I do have a database named CakePHP and in that database I have one table named pr
Hello Readers,
This plugin allows you to show a little popup in your app. It is great way to show a non interfering notification.
Features :
We can choose the direction where to show the toast (i.e Top, Bottom, Left, Right).
We can also choose
What is Value Converter in WPF?
Value converter is a class which translates/converts a value from the source type and provide output as target type and vice-versa. It is used at the time of data binding with the UI element in WPF. These classes impl
With Google play services v9 we can easily sign in with google in our apps, now we have GoogleSignInOptions builder that is used to configure Google sign in api.
GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT
In this blog, I am going to explain how to make a simple to-do list with the help of jQuery. The to-do list which we are going to create will contain an input box and an add button, so when we put our task to the input box and click the add button th
