0

I am looking for a Class Diagram for Zend Gdata. Zend_Gdata_Spreadsheets_SpreadsheetEntry object

I would like to know if there is a Class Diagram or is it called an Object Diagram, for this is.

Sled
  • 18,541
  • 27
  • 119
  • 168
Hellonearthis
  • 1,664
  • 1
  • 18
  • 26
  • After spending more time learning php I discovered that all I needed to do was use
     tags so the print_r gave me a formatted display in my browser.
    
    ?>
    print_r($object_to_display);
    ?>
    – Hellonearthis Jan 11 '10 at 03:54

1 Answers1

2

Since you can't find a diagram, you could try generating one using one of the following tools:

Kieran Hall
  • 2,637
  • 2
  • 24
  • 27
  • Nice Idea, just trying to work out how to use those tools, I have windows. php2xmi looks the easiest but still it confuses me. Might have to build a Linux virtual machine. – Hellonearthis Apr 24 '09 at 12:52