We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon 1.0+PHP 5.4.13+WIN7+IIS7

class IndexController extends \Phalcon\Mvc\Controller { public function indexAction() { echo "<h1>Hello</h1>"; } } How to change output but needn't restart iis.



98.9k

Phalcon does not cache PHP files, maybe this related to a bytecode cache like APC, XCache, eAccelerator, etc, check which one of these you are using



12.8k