Skip to content

Commit c7dff62

Browse files
Updating tutorial
1 parent 27c4891 commit c7dff62

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

app/models/Users.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<?php
22

3-
class Users extends Phalcon\Mvc\Model
3+
use Phalcon\Mvc\Model;
4+
5+
class Users extends Model
46
{
57

8+
public $id;
9+
10+
public $name;
11+
12+
public $email;
13+
614
}

0 commit comments

Comments
 (0)