↧
Kohana 3 (KO3) PHP Framework with Nginx (and PHP-FPM)
The Kohana manual (or for 3.0) gives the following configuration for doing clean url rewriting with Nginx: location / { index index.php index.html index.htm; try_files $uri index.php; } location =...
View ArticleLogging to Syslog with Kohana 3
By default, the Kohana PHP Framework logs errors to files in the application/logs directory, separated into directories and files for each year, month and day (eg: application/logs/2011/03/16.php). To...
View ArticleBook Review: Sphinx Search Beginner’s Guide
Packtpub were kind enough to send me a copy of their new book, Sphinx Search Beginner’s Guide to review. The book is written by Abbas Ali who is currently working as Chief Operating Officer and...
View Article