How to set up the Zend Framework Command Line Tool on Mac OS X

Now that the Zend Framework ships with a command line tool, it’s even easier to get started programming with the Zend Framework. In this tutorial, I will show you how to set up the command line tool for use on Mac OS X.

Getting started with Zend_Test – Step 1: Setting up PEAR on Mac OS X 10.5 (Leopard)

Question: How do I get started using Zend_Test? What is the process necessary to start using Zend_Test for testing my Zend Framework application?

Answer: Zend_Test extends PHPUnit. Therefore, we need to start by installing PHPUnit. The easiest way to install PHPUnit is by installing PEAR. Therefore…you get the idea. We need PEAR. I’ll walk you through the process I took to install PEAR on Mac OS X 10.5 (Leopard).

How to set up Mac OS X 10.5 for Web Development

Q: How do I set up PHP, Apache, MySQL, and Virtual Hosts on my Mac OS X 10.5?
A: That’s a good question! I’ve installed Apache, PHP, PEAR, Virtual Hosts, but haven’t had any luck with getting MySQL up and running. If you figure it out…please let me know!! Right now I’m using MAMP. Not the [...]

Contact Form