Re: [fw-general] Using Connection Mock with Zend_Test_PHPUnit_ControllerTestCase

2009-12-19 Thread dmitrybelyakov
Jake McGraw wrote: I'm digging into some TDD, and I've managed to convert all of my Models to use Zend_Test_PHPUnit_DatabaseTestCase and it works wonderfully. My question is, is there any way to integrate Connection Mocking, like that with my model testing to work within the

Re: [fw-general] Using Connection Mock with Zend_Test_PHPUn it_ControllerTestCase

2009-12-19 Thread Benjamin Eberlei
Hey Jake, take a look at this section in the Zend_Test manual, it describes how to integrate Database and Controller TestCases: http://framework.zend.com/manual/en/zend.test.phpunit.db.html#zend.test.phpunit.db.testing.controllerintegration On Sat, 19 Dec 2009 07:37:17 -0800 (PST),

[fw-general] OpenID problems with Google

2009-12-19 Thread takeshin
Does ZF support OpenID 2.0? How to authenticate with Google or Yahoo? Any examples? -- regards takeshin -- View this message in context: http://n4.nabble.com/OpenID-problems-with-Google-tp975508p975508.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] scaffolding / CRUD

2009-12-19 Thread till
Hey guys, I'm sitting here writing yet another set of screens to update a simple table. I googled this rather annoying problem a bit, but couldn't find anything. Has anyone created a scaffolding component for the ZF which works with recent versions (1.8+)? I'm looking for something like

Re: [fw-general] scaffolding / CRUD

2009-12-19 Thread Joó Ádám
Should not be that hard to extend Zend_Form to take a Zend_Db_Table param and initialize itself according to the fields. Á

Re: [fw-general] scaffolding / CRUD

2009-12-19 Thread Mon Zafra
Try this crud module I published some months ago: 1. Create a project in your docroot: zf create project foo 2. Modify vhost, rewrite settings, etc if needed. 3. mkdir foo/application/modules 4. cd foo/application/modules, export two modules from my googlecode repo: svn export