Hi guys, i am new to phalcon. when i try to create a new model with dev-tools, i got an error:
E:\phpenv\htdocs\wuzi_phalcon>phalcon model users
Phalcon DevTools (2.0.1)
PHP Fatal error: Call to undefined function Phalcon\Builder\real_path() in E:\p hpenv\htdocs\phalcon-devtools\scripts\Phalcon\Builder\Model.php on line 250
Fatal error: Call to undefined function Phalcon\Builder\real_path() in E:\phpenv \htdocs\phalcon-devtools\scripts\Phalcon\Builder\Model.php on line 250
How to fix this error? System: Win XP php: 5.4 (xampp) phalcon: 2.0.1 dev-tools:2.0.1
i have just created a new project, then created a new controller, then when i try to create a model, this error happened.
thanks for helps!