View Single Post
  #1 (permalink)  
Old 04-11-2008, 01:42 PM
magiadirossini's Avatar
magiadirossini magiadirossini is offline
Junior Member
 
Join Date: Apr 2008
Location: Liguria - Italy - S.Margherita
Posts: 8
Cool Ibm - Understanding Zend Framework part 5

I just succesfully followed the learning activity of pdf creation depicted in article.
During the study I updated also the examples at version 1.50 (not easy job)
Here attached the result of my job.
In the structure of my working installation zend library is under the root
and the modules are in root\understanding_zend ( as per zip ).

The savedentries table structure must be updated as
Code:
Listing 21. Adding a new column to the table
ALTER TABLE `savedentries` ADD `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY;
//for code to lesson from 1 to 4 se my previous post
code is in index post that resumes all my post about this activity (thanks to Elemental for more space)
Gianni
__________________
il rosso

Last edited by magiadirossini : 04-24-2008 at 11:21 AM.
Reply With Quote