You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I've used Phalcon micro for a couple of months, and now I want to switch to something more RESTful, and I found this repo https://github.com/cmoore4/phalcon-rest
I've declared database parameters in config.ini
[database]
adapter = Mysql
host = localhost
username = test
password = test
name = test
Hi everyone, I've used Phalcon micro for a couple of months, and now I want to switch to something more RESTful, and I found this repo https://github.com/cmoore4/phalcon-rest
I've declared database parameters in config.ini
I've set the di to connect to db
Class Princesses.php in is models folder
When I tried to add this line
What is the problem here?
Thank you very much. Any help is appreciated!
The text was updated successfully, but these errors were encountered: