[fw-general] Unit testing over a network

2010-01-03 Thread Mike A
Writing a ZF book here. For it I wondered what was a good way to carry out unit testing over a development team local network. Network structure - server: Windows machine with IIS removed and XAMPP Apache/MySQL install with PEAR, Xdebug and PHPUnit. Client machines can be anything. Access to

Re: [fw-general] Unit testing over a network

2010-01-03 Thread Pádraic Brady
I'm using whatever the latest PHPUnit is here from the pear.phpunit.de PEAR channel. Pádraic Brady http://blog.astrumfutura.com http://www.survivethedeepend.com OpenID Europe Foundation Irish Representative From: Mike A mik...@hotmail.co.uk To:

Re: [fw-general] Unit testing over a network

2010-01-03 Thread keith Pope
2010/1/3 Mike A mik...@hotmail.co.uk: Writing a ZF book here. For it I wondered what was a good way to carry out unit testing over a development team local network. I would look at phpundercontrol or other continuous integration server, this allows for builds to be automated and unit test

Re: [fw-general] zend_form escape help

2010-01-03 Thread monk.e.boy
monk.e.boy wrote: I fear i am being thick, but could someone help me with this code: OK, I was escaping the label, but not the description, so this fixes it: $goods_in_transit-getDecorator('Description')-setOption('escape', false); monk.e.boy -- View this message in context:

[fw-general] Zend_Cache_Page and gzip issues

2010-01-03 Thread takeshin
I created simple application resource, which uses php's gzencode function to compress response body. Everything works fine, but when I enable Zend_Cache_Page, I get strange characters before DOCTYPE: ���X�� and after /html tag: ��$nX�� How to solve this problem? Here is how I setup

[fw-general] Zend_Navigation rendering incorrect paths at the root level

2010-01-03 Thread Cameron
Hi guys, not sure if I'm doing something really stupid here, but I can't seem to work this out - essentially what is happening is that if I am at the root of my application then the action part of the config doesn't get added to the URL, but if I work my way down in to any of the controllers, then