Archive for the “php” category
Kohana 3.x Log Viewer module
by admin on November 30, 2011
Kohana Logs are a good way of debugging and monitoring application flow. It has various types of log writers for storing and showing logs. But the most commonly used one is the File Writer. One painful thing with this file (…)
The first Kohana book : Kohana 3.0 Beginner’s Guide
by admin on November 23, 2011
Packt has published the first book on Kohana “Kohana 3.0 Beginner’s Guide”.Here is my view on this book.
The book discussed all major aspects of a generic MVC web application. With “how to do”, it have good explanation of “how it works” about most of the things. As a target of step by step learning, it takes a sample web application that will allow users to create simple profiles, post messages for their friends, and manage their public page. Throughout the book, the reader will build this application by learning the Kohana way of MVC components, Routing, Helpers, Session handling, Modules, Database interaction, Templating etc. Also have details discussion of some important Modules and Helpers like HTML, URL, ORM, Auth, Validation etc.
phpXperts Seminar 2010 – the most exciting event of this year!
by admin on November 7, 2010
Yesterday, we had an excellent day at phpXperts seminar. We did 6.5 hour looong event with total 18 sessions. The participants were around 350 PHP lovers and many more from live webcast. At the end of day, it was a (…)
Setting up Database testing with Kohana UnitTest module
by admin on October 11, 2010
Kohana Unittest module has made testing in Kohana v3 easy and fun. Lysender wrote a cool, straight forward post about how to set it up and running. I’ll just talk here about how I have set up database testing with (…)
Taking Zend Framework workshop on Dec, 09
by admin on November 30, 2009
Bbjobs has arranged a workshop on “Zend framework fundamental” on December, 09 and invited us (me and Emran Hasan) to take it. We agreed happily. This is (so far I know) the first formal Zend Framework workshop in Bangladesh. The (…)
Book review: PHP Team Development
by admin on November 21, 2009
Three weeks ago, I was contacted by Packt publishing asking if I’d review their new book “PHP Team Development” by Samisa Abeysinghe. I agreed and received the book. But, after reading it, I was wondering about how to tell negative (…)
Simple PHP PDO Wrapper : light, static, easy
by admin on August 29, 2009
A few days ago, I was looking for a PDO wrapper to work with a small PHP application. I’ve searched around and found fractalizer’s PDO wrapper nearest to my purpose. Then I just wrote my wrapper on the shadow of (…)
Advanced bootstrapping : Configure your Zend Framework application for multiple host
by admin on February 3, 2009
This tutorial is intended to explain a way of bootstrapping Zend Framework based MVC application for multiple host/domains. Before starting, let me explain a bit about the situation when it’s needed. A web application goes through some stages when growing (…)
Image manipulation in Zend Framework using PHP Thumbnailer Class v2.0
by admin on September 12, 2008
In the huge set of library, Zend Framework have no options for manipulating image. There is a proposal for Zend_Image which aimed to provides easier image manipulation using GD. But the proposal was not considered. Bill Karwin of ZF said, (…)