Answer the question
In order to leave comments, you need to log in
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
{
}
...
$user = new Users();
$user->nickname = 'Vanya';
$user->telephone = '89999999999';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question