From looking at your code, it seems that your class
is quite extensive and through. I've been looking for
something similar to the CGI.pm from Perl for PHP
and this might be it.
Two Things.
(1)
Desperately needs a small page of sample code
to help get us started. I have no idea which class I
need to call to get everything running or if I have to
call each class as I need it?
In Perl, it would be "$q = new CGI;" how does it
work with this class(es)?
For example how to I create a textfield? (I read your
documentation, which tells me about the textfield
class, but not how to use it.)
(2)
Needs to be consolidated into one or two
comprehensive classes. Too daunghting to have
100s of classes, particularly if we have to call each
one seperately. (This might be my general
misunderstanding of how to use your classes.)
Logged In: YES
user_id=144388
Actually, 100s of classes is really the best way to do it.
Mostly it's so extremephp is maintainability reasons and
project organization. I would find it really really hard
to turn all the code into 1 or 2 classes. Look at how Java
and similar languages have their classes libraries and
frameworks. Good OO programs don't have 1 or 2 classes, so
I think this is a misunderstanding
As for the examples, we don't have any time to write any so
we are looking for other people to contribute. Right now I
am writing a book and I am working on several projects.
It's hard to work on this project right now.