
Search In
We can create a login function for logging in using cakePHP.
The login functionality can be added using the Auth component available in the cakePHP.
You do not need to create the session or check for encrypted password in the database as Auth compo
Workflow phases represents collection of Stages to represent project life cycle.
Example of phases are :
Create- Project information is captured in this phase.
Select- A subset of projects are selected in this phase.
Plan- An execution plan wil
With easy access to 3D printers, design software, and crowdfunding, inventors can easily create a prototype of their product. However, they need to select one of the following types first:
Presentation Prototype: This combines off-the-shelf compon
In this tutorial, we are going to discuss Bootstrapping in Angular application and also discuss the ng-app directive. When the document is loaded the ng-app directive will bind the Angular js functions with an application. Ng-app is the simplest attr
In this tutorial, we will know that how to implement animation on our custom view in android through a simple example using a Library AndroidViewAnimations. The Animation is a technique which can effect to any still view. In this tutorial, we w
Hello programmers,
First of all download the liferay bundle and plugin from here. Keep them in a directory say 'liferay7' in your home. I used Liferay 7 and MySQL 5.6. Liferay 7 uses MySQL 5.6+.
You may find some issues while set
iOS provides a richer way to express feelings via iMessages using various stickers. And most interestingly these stickers are not limited, one can build their own stickers too and submit it to iTunes stores like other apps.
Here I’m g
Hi all,
An app user has to login before navigating to the any screen. In our app user will enter username and password for login, so we need two textfield and a button two submit. so lets start and follow these steps.
1) First step is to create a n
A. Software testing Methods
Software testing methods are the methodologies that describe the ways in which we can test a particular software product in order to check whether the software is developed in a correct manner to fulfil the functionality
In the below example I have created Drawing Polyline and Markers along the tapped position in Google Map. ”Polyline is a list of points where line segment are drawn between consecutive point”. Here I have created fragment attribute in activity_main.