Archive for the 'Zend Framework' 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

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

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

Beautify Zend Framework project error pages

Thanks to Udo Schochtert (http://www.psiop.ch/), I become aware of this really nice Agavi style error handler. I basically followed http://www.iezzi.ch/archives/397 to get most of it going. However there are 2 little glitches I want to point out.

If you follow http://www.iezzi.ch/archives/397, most likely you’ll forget, or not even aware of this (Thanks to Udo again, he [...]

4 February 2010 at 23:20 - Comments
undertruck
@Jim Li: Could you please help me on this http://stackoverflow.com/questions/2224787/netbeans-6-8-xdebug-gives-error-can-not-debug-missing-index-file-index-php-in-z ?
9 February 10 at 08:08
@undertruck Please check out my latest post on xdebug, Zend Framework and Netbeans. Please let me know if you have ...
9 February 10 at 09:24

Authentication service

This is a followup to my previous post “ZF Authentication using Doctrine“. After posting my implementation of using a ZendX doctrine auth adapter. I got some feedback from Jon Lebensold from ZendCasts. The issue raised is that my implementation makes the controller fat, which is considered as a bad practice. I cannot agree more on [...]

26 January 2010 at 20:22 - Comments
Martín
Hi, yes I saw what @dave found, I will try tomorrow. Greetings and thank you.
3 February 10 at 08:23
Martín
Hi @jim, I probe what @dave found and everything is ok, the problem was in that line. Thank you !!!
4 February 10 at 02:59