I've downloaded and am now studying the Eclipse class libary. It looks
very elegant and well done. But as I am somewhat new to OO, I'd like
to see some example code. Documentation is thin, save that generated
by PHPdocs.
Can anyone show me some sample code? I'm mostly interested in how
other people set up their software - what objects call what objects?
What are other programmers doing in their web projects? Is it common
for people to mix OO and procedural code in their web projects? Those
who've gone the pure OO route, can I see the constructor for your main
object?
very elegant and well done. But as I am somewhat new to OO, I'd like
to see some example code. Documentation is thin, save that generated
by PHPdocs.
Can anyone show me some sample code? I'm mostly interested in how
other people set up their software - what objects call what objects?
What are other programmers doing in their web projects? Is it common
for people to mix OO and procedural code in their web projects? Those
who've gone the pure OO route, can I see the constructor for your main
object?
Comment