
Search In
Remember me is the functionality that people usually see in the sign in page of the website.
What it does it keep your session continue by saving the cookies.
We can save cookies and add the remember me functionality to sign in.
We have to add the
Hello readers, today I guide you to "Add custom column to multisite sites listing screen".
In case you are running multiple sites, then you get sites listing site showing all the sites on that network. Often there might need to show
Hello Reader's ,
Hope your are doing good today.
Today we will discuss about Drag-and-drop functionality in the website. Nowadays it is very useful graphical feature where you can drag images from one location to another location. Drag and drop
Hello Readers
In php there are many different ways to get the data from one page to another page in php.
Using session by passing values between pages: This is the one of the method to get the data from one page to another page in php and this is
Along with the mac cosmetics othe mac cosmeticsr makeup recycling programs mentioned above, Aveda has a great program called Recycle Caps.It can be worn day or night, and has the mac cosmetics ability to be easily customized to suit your destination.
Flowing on from REST API in joomla 3.4 with SLIM Framework PART 1 it's time to to use the real power of Slim Framework. In this second part of tutorial series , we will use SLIM Framework in Joomla way of style to create powerful API.
As we learned
A Login Form that uses cakephp auth component to login and logout and access is denied if user is not authorized.
step 1: users database table.
First create users table in your database:
CREATE TABLE users (
`id` INT UNSIGNED AUTO_INCRE
Hi reader's,
If you have done enough work with the technologies like PHP then you can switch to Angular Js. Using Angular Js is quick and fast to compile than PHP. If you want to fetch Mysql records now a days you can perform same task by u
In every project we have minimum 2 sections. First is User Section and second is Admin Section and In our routes we want to put authentication check each time when page is loaded.
I can easily explain this by using simple example.
Route::group(arra
Helpers is a classes which contains presentation logic that is shared between many views,layouts and elements.
First need to create helper file which must be stored inside app/Helper/EntriesHelper.php
App::uses('AppHelper', 'View/Helper');
class M
