Open piavgh opened 9 years ago
In model directory file with class has name Princess.php, but class has name Princesses: ... use \PhalconRest\Exceptions\HTTPException;
class Princesses extends \Phalcon\Mvc\Model{ ... Rename class to Princess and check all references to this class in code.
hi please describ how to get data from mysql in this project i want to select data from my mysql db
can you help me????
can u help me and future user? i got same error.
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
What is the problem here?
Thank you very much. Any help is appreciated!