Presenting huge data to the end user in tablur form of data with pagination, search, ordering and etc is too diffcult to implement. jQuery is providing few plugins which helps to show data in the tablur form with pagination, search….. Read More >>>>
Continue Reading »CakePHP
Install CakePHP 3 using Composer
Installation of CakePHP 3 somewhat tricky/difficult for newbies. I will give you step by step instructions to install CakePHP 3 on your machine successfully, All you need to do is just follow this tutorial. Before starting CakePHP 3 installation step by….. Read More >>>>
Continue Reading »Facebook OAuth Login Using CakePHP
In this tutorial we are going to see how to implement facebook login in cakephp. In one of my previous tutorial I had implemented Facebook OAuth Login using PHP, where I had berifly explained Facebook app creation and integration. I….. Read More >>>>
Continue Reading »Login with Google Plus OAuth in CakePHP
In this tutorial we are going to see how to integrate Google Plus OAuth Login using CakePHP. I had already implemented Google OAuth Login Using PHP in one of my previous tutorial. Please refer that tutorials before continuing this further…… Read More >>>>
Continue Reading »Integrate Pixlr Online Photo Editor in Web Application/Website
In this tutorial we are going to integrate pixlr online photo editor in our web application or website. Pixlr is an free online photo editor tool, using this pixlr editor we can edit photos like in adobe photoshop. pixlr has….. Read More >>>>
Continue Reading »CakePHP Auth Component Login Tutorial
In this tutorial we are going to see user login and registration using CakePHP AuthComponent. Every php frameworks will have their own Auth component that will handle user authentcation and authorization functionality. All we need to is just include that….. Read More >>>>
Continue Reading »