20 May 2009 ~ 0 Comments

Quick and Easy Way to Create Model Class in PHP

Ever experienced a boring and time-consuming task where you have to create a new class for your model object: declaring list of variables and creating the getter and setter functions? “Always” is my answer. Imagine if you have a long list of variables. “Shoot! NOT AGAIN” may be the first exclamation came out from you. [...]

Continue Reading

05 May 2009 ~ 0 Comments

Read Remote Content or File using Zend

Today I was looking around for sample to read a remote file in PHP or even better using Zend. Well there are quite a few good samples that demonstrate the use of native PHP functions: fopen, file_get_contents, or curl but I hardly find examples using Zend. Perhaps it’s just not my luck. But the good [...]

Continue Reading

Tags: , , ,

25 April 2009 ~ 0 Comments

Display Excerpt in WordPress

Displaying excerpt on your blog especially on your front page is preferable since it provides a fast loading time for your readers, especially those who would like to skim through your posts but not to wait for the front page to load some long and undesirable posts. Not only that, if you use Google Analytics [...]

Continue Reading

23 April 2009 ~ 0 Comments

Start SOAP with Zend Framework

SOAP? Hang on.. This is not the soap you probably first think of from your daily life. This is the SOAP in Information Technology term. Sorry but don’t mean to discriminate anyone out there ;)

Continue Reading