Top "Phalcon" questions

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

Find entity by id column, \Phalcon\Mvc\Model::findFirst() gives incorrect result

Currently i have table with posts, each posts has an id. For a moment, only one posts exists, with id …

php model phalcon
numeric loop in volt

I have read the volt documentation in phalcon page and i cant find any example for this... You can make …

php phalcon volt
How to copy the CSS and JS files in vendor folder of composer to public?

I'm just starting to learn several PHP frameworks. The examples I tried all use composer, which I have not used …

php css laravel composer-php phalcon
How to get last insert id with Phalcon?

I tried using LAST_INSERT_ID() when getting the last id of the autoincrement primary key column but I get …

php mysql phalcon
How it's possible to disable rendering layout in case of xmlhttprequest in phalcon framework?

How can be disabled layout rendering? For a moment i can detect that request is made via jQuery this way: …

php layout controller xmlhttprequest phalcon
How can I set up a user defined function in Volt (Phalcon)

How can I set up a user defined function in Volt? For instance I want to call a function that …

php phalcon volt
Phalcon loading helper file library

I have created a library that which will load a php file (which may contains users custom functions in it...) …

php phalcon
Phalcon: not found page error handler

how to create 404 error page for manual bootstrap for example in this app ? http://album-o-rama.phalconphp.com/ i use this …

php phalcon phalcon-routing
Phalcon and cli applications

Is it possible to use phalcon in cli applications to handle requests with argv parameters? I want to use argv …

php command-line-interface phalcon
Get size of an array in Volt

In Volt (the template engine for Phalcon) how can I get the number of elements in an array? I've tried …

arrays phalcon volt