↧
Creating RSVP in PHP/MySQL w/ Zend Framework
This post is to share the php/zend framework code I used to create an rsvp for my wedding site. I’m not going into all the details since that would take too long ;p but all the code is available if you...
View ArticleCaching using PHP/Zend_Cache and MySQL
I like the definition used in Wikipedia: “a cache is a temporary storage area where often accessed data can be stored for quick access”. The idea is to get ‘often accessed data’ from a database and...
View Article