Does every single table in Zend have to map to its own Class?

nimeshpatel

New Member
I am not suggesting that all models are tables.What I am asking is whether every single table must also have its own class defined specifically for it when using Zend? Is there any way of getting away from this awkward boiler-plate coding. We're just starting to look into Zend (hoping to leave procedural PHP land!) and my colleague thinks this could end up being pretty time-consuming.Is this the reason for people using ORM solutions? Is there any other way around this?Thanks for your replies.
 
Back
Top