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.

Tag Archives: Zend_Tool

Note to Self: PHP shipped on Mac OSX is broken and old

I had to learn the hard way. On my Mac I have MAMP installed. MAMP great piece of software that installs Apache, MySQL and PHP. It makes everything easy. As of this post, the PHP included in MAMP is PHP … Continue reading

Posted in General | Tagged , , , , | 8 Comments

Making Zend_Tool work…

Try this: -bash-3.00$ ls -la /usr/local/lib | grep php drwxr-xr-x 14 root root 4096 May 13 10:17 php -rw-r–r– 1 root root 44292 May 12 16:51 php.ini Note that /usr/local/lib/ will vary on different systems. But I found my php … Continue reading

Posted in General | Tagged , | Leave a comment

Zend Framework Quickstart Problem

I am not sure if I am the only person in this world who could not make the Quickstart run! But I am having problems setting things up. Every time I do this, I get an error: -bash-3.00$ zf show … Continue reading

Posted in General | Tagged , | 2 Comments

Zend Framework: Akrabat’s Quick Start Tutorial

I got my first Zend Framework application working using Akrabat’s Tutorials. Today, I just found out that he has updated his Quickstart Tutorial — using ZF 1.8. The PDF can be downloaded here directly. And you can find some notes … Continue reading

Posted in General | Tagged , , , | 3 Comments

Zend Framework 1.8 Preview Release

It is probably all over the news now. Matthew just announced that ZF1.8 Preview Release over at twitter then at his blog. I am excited to test out Zend_Tool — probably in a few weeks time since I have new … Continue reading

Posted in General | Tagged , , | Leave a comment