
Search In
In CakePHP,"Auth" component provides Login functionality to authenticate a user.
You just Follow the below Steps to develop authenticate application in CakePHP.
Step-1. To Use 'Auth' in AppController, you have to create $components array
public
This post describes the major differences between CTE, temp table and table variables.
1) CTE
CTE stands for Common Table expressions. These are simple select queries and they do not create physical space in tempDB. Unlike temporary table there
Services in angular is the best way to put all your business logic.
Two of the ways of creating of services is- value and service. I am showing you how you can calculate area of a circle by passing any value of radius in the text box using .value an
In this post, I am gonna give an example to upload Images and store its file path in the database with the help of custom component.
Example:
Add this UploadComponent class in app/controller/component folder.
<?php
class UploadComponent e
Using below Layout code you can create a Radial Gradient, Here I have created a Gradient.xml layout by using shape and gradient property. By using GradientDrawer we can make smooth transition between two or three colors in liner, radial or sweep pat
JNDI DataSource Configuration
This blog is written with the aim to show JNDI DataSource configuration for a web container like tomcat.
JNDI stands for Java Naming and Directory Interface, a directory service provided for java-based client applicati
When user hits the BACK-Button on his android device, the keyboard disappears. How can I catch that event? In order to track softkeyboard is open or not, this tutorial is helpfull for you, and you will easily dissmiss the softkeyboard by pressing bac
Using below code I have created a load string array value from string.xml. String is a simple resource using the value provided in the name attribute. So we can combine string resources with other simple resourecs in the xml file. Below code will cle
Install mongodb on ubuntu
Hi friends,
Today I am going to give you a step-by-step guide of how to install mongodb on ubuntu server. The steps are:
First we need to import the mongodb public GPG key to verify the authenticity of distributor f
In the past year, We were using Javascript and jQuery for image slideshow(image Slider), But nowadays we can make slideshow easily with the help of HTML5. In this blog I am going to discuss about how to make slideshow in HTML5 with complete explanat
