Archive for the 'PHP' Category

Zend Framework 1 and Doctrine 2 integration – modular setup

This is a follow up post to my previous “Zend Framework 1 and Doctrine 2 integration“. I’ve created a new branch on my Github project “zf1-doctrine2″. The “modular_setup” branch shows how we could setup Zend Framework with the modular approach, while still be able to use Doctrine 2 as the ORM for each module. Oh well, the [...]

20 June 2010 at 12:11 - Comments
lspee
At the moment your project is running on Doctrine 2.0.0 ALPHA 4, currently Doctrine 2.0.0 is at BETA 2. Are ...
3 August 10 at 23:35
I think you should be able to just drop the latest Doctrine into the library folder and it should just ...
3 August 10 at 23:49

Zend Framework 1 and Doctrine 2 integration

Doctrine 2 is in beta. It is for sure one of the most exciting things that caught my attention recently. As a Zend Framework user, I started looking into ways to integrate Doctrine 2 with Zend Framework (currently in version 1). The same as any other times, the solutions are already out there. The integration’s already been [...]

19 June 2010 at 14:18 - Comments
Bandirsen
Nice integration, thank you btw, how about creating a ZF-Doctrine 'integrator' forum, via IRC or google group maybe ?
19 July 10 at 23:57
The thing I believe is after ZF 2.0 comes out, I believe most of the current ZF - Doctrine integration ...
20 July 10 at 19:25

Compile APC for XAMPP on Snow Leopard

I’m using XAMPP as my local development environment on Snow Leopard. The XAMPP package does not include APC (Alternative PHP Cache). If we simply do a PECL install, you’ll find that PHP complains about the APC architecture. This happens because the XAMPP for OS X is 32 bit, and Snow Leopard is 64 bit, hence PECL [...]

4 May 2010 at 15:34 - Comments

Integrate Zend_Tool with Netbeans 6.9 beta

I’ve recently read a lot about Zend Framework (Zend_Tool) integration with Netbeans. Today I decided to download the Netbeans 6.9 beta and setup everything on my local development machine (OS X). Here is how I did it on OS X with XAMPP. First, I included Zend Framework library via a PEAR repository hosted on Google Code.

sudo pear [...]

27 April 2010 at 14:27 - Comments

Config phpUnderControl for ZF based applications

I recently reinstalled my MacBook Pro, and it proves that my earlier post on how to setup phpUnderCotnrol on Snow Leopard work well. I just followed the steps and phpUnderControl’s up and running again. Now, I want to go into the details a bit to show the configurations I have done to use phpUnderControl to do continuos [...]

22 March 2010 at 11:35 - Comments

Day 1 of learning Symfony

Long weekend. I’ll try to keep it short. I’m a Zend Framework devotee. However Symfony is always on my to-learn list. I’m finally motivated today to give it a crack. Not to deny, a potential job lead also plays an important part in this. I just spent the last 2 hours to download the library via SVN, [...]

7 March 2010 at 15:51 - Comments
Hayden, yes. I think you are right. Symfony is a very good choice for developing web apps. The reason I ...
11 June 10 at 10:53
Yes symfony is a wonderful framework that I love for its command line power . I don't think there is ...
17 June 10 at 04:59

Zend Framework on shared host

I came across an article made by Rob Allen (author of Zend Framework in Action) today. It gives us a very nice solution on how to host a Zend Framework project on a shared host. The issue with running Zend Framework based application on a shared host is that sometimes you simply do not have the [...]

9 February 2010 at 22:09 - Comments

Netbeans debugger with Zend Framework

Are you sick of doing var dumps on browser screens or error logs when you need to debug some errors? Have you seen the .Net guys step through their code line by line to figure out what went wrong? With PHP, you can do the same. Here’s how I do it. The IDE I use is [...]

8 February 2010 at 20:28 - Comments
undertruck
Perfect. This solved my problem. Thanks.
9 February 10 at 17:40
@undertruck glad to know you have your issue resolved
9 February 10 at 19:23

File include cache in Zend Framework

Another box of tissue gone … runny nose syndrome continues … still cannot type or think … Let me now blog something simple, but handy. Problem … Zend Framework uses many types of plugins, how do we efficiently tell the application where to find the plugin files? For example, when we use a view helper, should our [...]

7 February 2010 at 13:12 - Comments

Zend Framework integrate with Symfony DI Container

I want to integrate Symfony DI Container and Zend Framework together. It’s been put on the back burner for a while. After trashed a box of tissue because of my runny nose today, I finally got something up. And let me share it here. I’m not going to explain what dependency injection means, and how the [...]

6 February 2010 at 22:57 - Comments