IRC CakePHP Channel

1

Introduction IRC (internet relay chat) is a text based chat system that is fast and yet powerful. Many online groups (as CakePHP) use it for semi-synchronous communication (unlike google groups, SO or asynchronous communication channels). I must admit that I…

CakePHP Tips

4

All new CakePHP tips collected over the last few weeks. Dispatcher execution order Tested on Cake2.3RC: APP/webroot/index.php CORE/bootstrap.php APP/Config/core.php APP/Config/bootstrap.php dispatchers defined in CORE bootstrap APP/Config/routes.php APP/Config/database.php controller and all the rest It is important to know that the dispatchers…