PHP Classes

Nicely made class, simple for use.

Recommend this page to a friend!

      Bar chart drawing  >  All threads  >  Nicely made class, simple for use.  >  (Un) Subscribe thread alerts  
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

  1. Nicely made class, simple for use.   Reply   Report abuse  
Picture of Frank108 Frank108 - 2011-11-15 08:27:29
Nicely made class, simple for use.
Very good job!

  2. Re: Nicely made class, simple for use.   Reply   Report abuse  
Picture of Frank108 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