[virtualcommons-svn] Checked In - Checked Out
Status: Beta
Brought to you by:
alllee
From: seema t. <see...@gm...> - 2010-06-17 23:41:43
|
Hello, Started work at 11:30am Checking out at 4:30pm After discussing with Allen about the PHP frameworks. 1) Created a simple ER diagram in Visio which contains 3 entities Game, Experimenter, Participant 2) Started exploring Zend framework Resources - 1) http://framework.zend.com/manual/en/learning.quickstart.html 2) http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf Learn about the Zend framework - 1) Does not have ORM like Hibernate which take care of transactions, session factory - data management need to do manually. 2) Easy to install and configure once you have Apache and PHP 3) Need to create Controllers, Model and Views from command line using zf command.... 4) Should know the convention for creating Controllers, Model and Views manually Seema |