news

[email protected] (Pablo DallOglio) Thu, 09 Aug 2001 11:08:15 -0300
Newsgroups php.gtk
Message-ID <[email protected]>
http://php-corg.codigoaberto.org.br

please, click on English Version
PHP-Class Organizer - A small PHP-GTK application.

Abstract
======
      PHP ClassOrganizer is an application developed using PHP-GTK (A
PHP extension with visual
resurces from GTK).
      The goal is give a nice vision for the classes of the project
during its development.
      It's basic functions is load a text file pré-formatted with
classes and its struct. Later the struct
of the classes are printed on the screen with individual colors for the
diferent elements (properties,
methods, etc)
      PHP-CORG is able to read XML files that follows ISO-8859-1
standard and convert to its
format. ISO-8859-1 XML are files that contain classes documentation.
Follows file samples with
classes documentation of PHP-GTK.

Pablo Dall'Oglio

Sample file of PHP-GTK ... format:  element>name>description
class>User>System users
parent>People>
constructor>User(name:string)
property>id:integer>
property>name:string>
property>phone:string>
method>getName()>Gets Name
method>getPhone()>Gets Phone
event>OnClick()>Occurs when the uses click