Subject: | Nicely made class, simple for use. |
Summary: | Package rating comment |
Messages: | 2 |
Author: | Frank108 |
Date: | 2011-11-15 08:27:29 |
Update: | 2011-11-15 08:30:23 |
|
|
|
Frank108 rated this package as follows:
Utility: | Good |
Consistency: | Good |
Documentation: | Good |
Examples: | Good |
|
Frank108 - 2011-11-15 08:27:29
Nicely made class, simple for use.
Very good job!
Frank108 - 2011-11-15 08:30:24 - In reply to message 1 from Frank108
Nicely made class, simple for use.
Very good job!
One little detail, on the line 13 of the class as-diagram.php
is by default:
var $imgpath = '/img/'; // place all 'diagram' images in this "folder";
If using directory img as relative path from the class, the path shall be:
var $imgpath = 'img/';
All the best,
Frank
|