» Details |
---|
|
» Comment |
/** * Text_Figlet constructor. Does nothing right now, just calls * parent constuctor. * * @access public */ function Text_Figlet() { return true; } mm, that code is not needed :) Same as Jan, issues like var $Font; when it should be var $font; and if without curly braces used. Other than that it's good :) |