Phalcon is an open source, full stack framework for PHP.
Currently i have table with posts, each posts has an id. For a moment, only one posts exists, with id …
php model phalconI have read the volt documentation in phalcon page and i cant find any example for this... You can make …
php phalcon voltI'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 phalconI tried using LAST_INSERT_ID() when getting the last id of the autoincrement primary key column but I get …
php mysql phalconHow can be disabled layout rendering? For a moment i can detect that request is made via jQuery this way: …
php layout controller xmlhttprequest phalconHow can I set up a user defined function in Volt? For instance I want to call a function that …
php phalcon voltI have created a library that which will load a php file (which may contains users custom functions in it...) …
php phalconhow 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-routingIs it possible to use phalcon in cli applications to handle requests with argv parameters? I want to use argv …
php command-line-interface phalconIn Volt (the template engine for Phalcon) how can I get the number of elements in an array? I've tried …
arrays phalcon volt