Difference between #2 and #3 of
How to create front and admin side login form

Revision #3 has been created by vibhaJadwani on Jul 19, 2012, 10:15:14 AM with the memo:

link changed
« previous (#2)

Changes

Title unchanged

How to create front and admin side login form

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

login admin front LoginForm UserIdentity

Content changed

[...]
--------
As a beginner once you setup default yii project, next step will be how to change this static login form to dynamic, i.e. username and password comes from database.

Default setup:
-----
[I am using [this article...](http://www.yiiframework.com/wiki/63/organize-directories-for-applications-with-front-end-and-back-end-using-webapplicationend-behavior "this tutorial") to manage project directory structure for front and admin. Thanks Andy for this WIKI. Follow all the steps and you will have separate front and admin panels like:

- http://localhost/index.php // Front End
- http://localhost/backend.php // Admin Panel

I am using 2 different models to handle front and admin user database.
[...]
4 0
15 followers
Viewed: 99 803 times
Version: 1.1
Category: How-tos
Written by: vibhaJadwani
Last updated by: vibhaJadwani
Created on: Jul 19, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history