-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Tutorials
Setting Up a Virtual Host on WAMP
One of the biggest pains about developing on a local server setup like WAMP is that the root filepaths are different when you go live. To get around this I always set up a virtual host so that my development … Continue reading
Temporary Tables in Zend Framework
Use temporary tables when your sql queries are starting to do gymnastics. The following would go in your model:
Posted in Tutorials
Leave a comment