
Search In
This tutorial will help you to learn how to implement pagination using cakephp framework
Requisite:
Create a database
Insert some data in the table
Controller say “UsersController” to write the logic.
Model for the Users table
View to display t
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
Baseball bats are the same way; despite the fact that have hit hundreds of balls prior to fibers for that hitting surface can expand and supply the pop you would prefer. This is a hard time pertaining to being spending money a leisure activity, havin
In one of my current project, I had to develop and integrate the IOS notification functionality in my server side C# code. I did some RnD for this and found below mentioned code to serve this purpose.
public void SendNotification(string deviceId, st
For doing password Reset and changing password we always have a thing whether to send the same old password or send a random password to the user.
For generating random password to the user we will create a code file that will generate
I've been working on a project and I'm stuck at how to display a certain info when I found the word. For example. I want to search the balance sheet data of January 2015 and it will display the rest of the info in the file when found the exac
To Integrate paypal in iOS App use the steps below:
1- Install Pod for paypal
platform :ios, '6.0'
pod 'PayPal-iOS-SDK'
2- #import <PayPalMobile.h> to your viewController.h and also set the delegate in .h @interface myPaymen
Many times, the web application goes slow down, after go live on a production server. There may be two reasons - hardware issues where you deployed the application or the CPU and memory usage are high due to not using resources efficiently inside you
Hello Readers,
Today's post is about Cordova device plugin that describes the device's hardware and software.
We need to install cordova device plugin via CLI:
$ cordova plugin add cordova-plugin-device
This plugin defines a global objec
As we all know Node.js is a single threaded application in which we will heavily use event and callback. Events modules allows you to emits and handle events. In node.js there are n number of in-built modules that has the ability to emit or broadcast