A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Author Archives: Wenbert Del Rosario

Zend Framework: Using Command Line Scripts

Thanks to David Caunt for this very useful article. The article shows us how to create command line scripts using Zend Framework components. This is very useful especially with the database stuff. <?php   // Define path to application directory … Continue reading

Posted in General | Tagged , , , | 1 Comment

How to Unit Test your Zend Framework Application

I am trying to learn Unit Testing using Zend Framework. I have set up a test application called LyZend in Github. Supposedly, the application should be able to display artists, albums, and tracks. The tests are found in: http://github.com/wenbert/lyzend/tree/master/tests/ I … Continue reading

Posted in General | Tagged , , | 5 Comments

Akra’s Zend Framework 1.10 Tutorial

From Akrabat’s blog: As a result, I have updated my Zend Framework tutorial so that it is completely current. The main change I made was to remove the _init methods in the Bootstrap as they are no longer needed. I … Continue reading

Posted in General | Tagged , , | Leave a comment

HTML5 Canvas Tutorial

The Paint Application from Mugtug.com is very impressive. It uses HTML5. Very responsive. I found it in HN and the hackers seemed to be impressed as well. Around the web, people are already talking about HTML5 and Canvas as a … Continue reading

Posted in General | Tagged , , | Leave a comment

An example of an Object-relational Mapper in PHP

Dennis Hotson posted in his blog a brief and good example of an ORM for PHP. What is an Object-relational Mapper? Data management tasks in object-oriented (OO) programming are typically implemented by manipulating objects that are almost always non-scalar values. … Continue reading

Posted in General | 3 Comments

A Quick Update

Hello All. Sorry for the few updates. I have not been doing any Zend Framework / PHP related work for over a month now. I am in Aurland, Norway for a training. I will be staying here for about three … Continue reading

Posted in General | Tagged | 2 Comments

Excel-like Javascript Grid Editors

Here is quick quote: A short list of my favorite JavaScript grid components. How many times did you hear users asking you: “something simple, a grid like excel”? When I was a VB programmer, oh yes, I have this dark … Continue reading

Posted in General | Leave a comment

Zend Framework: Accessing configuration data in application.ini

Lately, I haven’t been doing any Zend Framework related things. Although currently tied up with other stuff, I check the community from time to time. Today, I found this quick and useful tip from Akrabat. Akra talks about how you … Continue reading

Posted in General | 3 Comments

My free WordPress Theme: Warmth

I got bored and spent a few days creating a theme in WordPress. This is a quick release of the theme and I tested this in Firefox and Chrome. You can download it here. Nothing special except that I spent … Continue reading

Posted in General | Tagged , , | Leave a comment

I’m giving away 20 Google Wave invites!

I have 20 available Google Invites. Leave your email below. Format it to something like youremail[AT]gmail.com or something to avoid getting spammed. Just leave your email in the Email textbox when commenting First 20 legit emails will get the invites. … Continue reading

Posted in General | Tagged , | 27 Comments