First You can create the user table in your database :
For example :
CREATE TABLE `users` (
`id` int(11) NOT NULL auto_increment,
`login` varchar(20) NOT NULL,
`password` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
)
Second you can create the thtml file in the view folder the path is /view/users/register.thtml
Third you can create the users_controller.php
Path is /controllers/users_controller.php
class UsersController extends AppController
{
var $name= 'Users';
var $helpers = array('Html','Javascript');
function register()
{
$this->set('data',NULL);
if(isset($this->data)){
$this->User->save($this->data);
$this->redirect('users/register');
}
}
function edituser($id=NULL)
{
$data = $this->User->findById($id);
$this->set('data',$data);
if(isset($this->data)){
if($this->User->save($this->data))
$this->redirect('users/edituser/'.$id);
}
$this->render('register');
}
}
?>
Finally You can create the model user.php
path is /models/user.php
Class User extends AppModel{
var $name = 'User';
}
?>
Saturday, March 29, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
A great place to find amazing Coach bags and other Coach Hamptons products is through online shopping. There are several stores online that carry many designer names for much less than retail. You can save tons of money if you go to places that sell Coach Legacy for discounted prices. In store, the Coach Luggage cost $498.00. You can get a Coach Ergo handbag for $100 through online auctions.
Two different types of YTRAPPER JOHN MD players require a different setup to be mounted in your YTRAPPER JOHN MD DVD vehicle. An all in one model can be mounted between the front two seats and usually requires the use of YTRAPPER JOHN MD DVD COLLECTION or lift to keep it in place and visible at eye level.
When you think of Hogan scarpe , what is the first thing that comes to mind? That's right, you are probably thinking about sports apparel. That is because Hogan scarpe donna has done a very good job of promoting its brand. We often seen sports celebrities, sponsored by hogan donna , performing on national sports events and displaying the Hogan scarpe uomo logo prominently on their sports wear.
Post a Comment