Zendcasts Forum

A community of developers who work with the Zend Framework and other enterprise PHP technologies

You are not logged in.

#1 2009-08-15 06:00:56

Jon Lebensold
Administrator
Registered: 2009-06-27
Posts: 279

Playing Nice with Zend

I find myself doing a lot of development that involves content management. I loathe writing CMS code and find myself trying to avoid it like the plague. I'm curious to know how you handle basic CRUD applications. Do you integrate Zend with Drupal / WordPress / CodeIgniter?

I'm a big fan of using Doctrine with Zend. Have anyone found any higher-level frameworks that play really nice with the Zend Framework?

Offline

#2 2009-09-29 09:33:09

HndrkWll
New member
Registered: 2009-09-28
Posts: 4

Re: Playing Nice with Zend

That's also a topic I thought about a couple days ago since there doesn't come an out of the box CRUD with zf.

Have you heard of this http://petala-azul.com/grid/ ? I didn't give it a try yet, but it could be nice for simple projects.

Offline

#3 2009-10-30 15:49:11

Jon
Administrator
Registered: 2009-06-27
Posts: 5

Re: Playing Nice with Zend

This is a great idea, however I think the execution still leaves the developer writing a lot of code. The Controller is full of business-specific code (e.g. columns, SQL, etc...) rather than it pulling the data from either an Entity or config, which is easier to maintain.

Offline

#4 2010-08-15 11:43:16

edward
New member
Registered: 2010-08-15
Posts: 1

Re: Playing Nice with Zend

I have been using Drupal quite a lot over the past year and it does offer a system for using Zend libraries (http://drupal.org/project/zend).

However the Drupal way of handling requests and serving content is so baked in that the Zend MVC Libraries don't really give you very much.

Offline

#5 2010-08-16 08:23:09

Jon Lebensold
Administrator
Registered: 2009-06-27
Posts: 279

Re: Playing Nice with Zend

Thanks for mentioning it Edward smile

Offline

Board footer

Powered by FluxBB