Hello,

In ZF1 you are free to write your own model. Maybe you need to create object 
representation of db table rows. to do this create classes for db tables that 
extends Zend_Db_Table_Abstract and then you can specify what class to use for 
table rows (a class that extends  Zend_Db_Table_Row), but you are free to 
create simple objects, services, etc...

You can do everything! :)

Inviato da iPhone

Il giorno 21/nov/2012, alle ore 01:09, Joseph Pond <[email protected]> ha 
scritto:

> Hello,
> 
> I'm intersted in learning Zend Framework 1.  I am currently a CS major who is
> trying to get a position with a company that uses ZF1 abundantly.
> 
> I have done a lot of studying of the page
> http://framework.zend.com/manual/1.12/en/manual.html.  That website is a great
> reference for ZF1; however, I'm just starting out with it.  I've learned how 
> to
> make a form, controller, and layout.  I'm still working on learning the model
> part of ZF1.  Putting it all together seems to be not working out well 
> either.  
> 
> I was wondering if you guys had any suggestions for good resources to assist 
> in
> my study of ZF1.  Books, websites, or even source code would all be welcome.
> 
> I have found that Magento and Pimcore both use ZF1, but they both seem to be 
> so
> large that it would be a whole other hurdle to learn them.  I think an example
> of a simple blog or CMS only using ZF1 would help me out a lot.
> 
> Thanks,
> 
> Joe
> 
> -- 
> List: [email protected]
> Info: http://framework.zend.com/archives
> Unsubscribe: [email protected]
> 
> 

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to