Phalcon is an open source, full stack framework for PHP.
I'm just finished installing Ubuntu 13.10. I want try Phalcon, and when I build the source (phalcon.so), I have this …
php ubuntu build phalcon ubuntu-13.10I come from a Codeigniter background. I've used it for three years and really like it. It's simplicity is great. …
php laravel phalconDo I understand correctly that after doing $this->dispatcher->forward() or $this->response->redirect() I need …
phalconWhen I try to compile Phalcon, I get an error: virtual memory exhausted: Cannot allocate memory I am running the …
memory gcc phalconIs it possible to extract raw sql query from the query builder instance in Phalcon? Something like this? $queryBuilder = new …
phalconHow can I set a 404 page in Phalcon to be displayed when a controller/action does not exist?
php http-status-code-404 phalcon voltThe error I am getting is Warning: Phalcon\Mvc\View\Engine\Volt\Compiler::compileFile(../app/views/index/index.phtml.php): …
php phalcon volt