Top "Phalcon" questions

Phalcon is an open source, full stack framework for PHP.

Error building : fatal error: pcre.h: No such file or directory

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.10
Laravel or Phalcon for a heavy-traffic site

I come from a Codeigniter background. I've used it for three years and really like it. It's simplicity is great. …

php laravel phalcon
Phalcon redirection and forwarding

Do I understand correctly that after doing $this->dispatcher->forward() or $this->response->redirect() I need …

phalcon
How to run RAW SQL query in PhalconPHP

I try to get result from this query $sql = " SET @col = NULL; SET @sql = NULL; Select Group_Concat(Distinct Concat( …

php mysql crosstab phalcon
Compiling Phalcon - Virtual memory exhausted: Cannot allocate memory

When I try to compile Phalcon, I get an error: virtual memory exhausted: Cannot allocate memory I am running the …

memory gcc phalcon
IDE autocomplete for PhalconPHP

Is there exist any kind of skeleton for PhalconPHP framework, which I can use in my Netbeans IDE for autocompletion …

php netbeans ide phalcon
Phalcon execute sql query in the model

Currently I decided to look at Phalcon php as an alternate php framework to Codeigniter. I followed the tutorials on …

php mysql sql phalcon
Get raw sql from Phalcon query builder

Is it possible to extract raw sql query from the query builder instance in Phalcon? Something like this? $queryBuilder = new …

phalcon
How to setup a 404 page in Phalcon

How can I set a 404 page in Phalcon to be displayed when a controller/action does not exist?

php http-status-code-404 phalcon volt
Volt directory can't be written

The error I am getting is Warning: Phalcon\Mvc\View\Engine\Volt\Compiler::compileFile(../app/views/index/index.phtml.php): …

php phalcon volt