Zend Framework Login: Preparing DatabaseTag: framework, zend, zend framework, authentication, Zend_Auth Category: PHP Frameworkpost: 22 Apr 2008 read: 3,212 Zend Framework Login System Step by Step Tutorial - Part 1: Login page is a important part for database application. In this tutorial series, we will talk how to create simple login system at Zend Framework. There are several possible scenario, but I will choose login with database. It means, we need database for store member data. We still use same database from previous practice. The database name is "zend". Now, create table for store members information. The table name is "users". You can use this query:
Now, try to insert sample member data for example:
Above, we insert a member with user name "admin". Actually, his password is admin. But, for security reason, we use MD5(), so that why, password is stored at database is 21232f297a57a5a743894a0e4a801fc3.
This is screenshot if we use phpMyAdmin.
|
| | Give Your Opinion | Recommend |
|


