Results 1 to 1 of 1

Thread: Ibm - Understanding Zend Framework part 5

  1. #1
    magiadirossini's Avatar
    magiadirossini is offline Junior Member
    Join Date
    Apr 2008
    Location
    Liguria - Italy - S.Margherita
    Posts
    9

    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
    Last edited by magiadirossini; 04-24-2008 at 11:21 AM.
    il rosso

Similar Threads

  1. IBM - Understanding the Zend Framework part 1-4
    By magiadirossini in forum Resources for Developers
    Replies: 4
    Last Post: 10-13-2008, 12:53 PM
  2. IBM - Undersanding Zend framework part-8
    By magiadirossini in forum Resources for Developers
    Replies: 0
    Last Post: 04-24-2008, 10:51 AM
  3. Upgrade code to ZF 1.5 of Ibm - understanding Zend framework tutorial
    By magiadirossini in forum Resources for Developers
    Replies: 0
    Last Post: 04-22-2008, 11:06 PM
  4. IBM Understanding Zend framework -part 7
    By magiadirossini in forum Resources for Developers
    Replies: 0
    Last Post: 04-20-2008, 09:44 AM
  5. IBM Understanding Zend framework -part 6
    By magiadirossini in forum Resources for Developers
    Replies: 0
    Last Post: 04-18-2008, 06:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •