X
X
XenK2015-10-21 21:30:34
Phalcon
XenK, 2015-10-21 21:30:34

Enter data into Phalcon database?

It is necessary to enter data about the registered user in the created database.
Model code:

class Users extends \Phalcon\Mvc\Model
{

}

Controller code:
...
$user = new Users();

$user->nickname = 'Vanya';
$user->telephone = '89999999999';

What's wrong here?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question