1
brojo
objectorientation
  • 2004/1/12 8:35

  • brojo

  • Just popping in

  • Posts: 4

  • Since: 2003/12/18


Hallo everybody... (still working on my seminar)

Speaking about objectorientation.
Ok, in XOOPS we have objects that work together, that are sumed up in classes, but in which way does the html-files, other php-files images... fit in? Are the html-files (most of them are templates I guess) parameters for the classes (smarty e.g.) or sourcefiles, what about the images?? So is everything objectoriented?

What is with exception handling (heard PHP4 is not able to do that)?

2
Mithrandir
Re: objectorientation

in XOOPS we have objects working together to control the information flow in order to present a HTTP response with HTML output.

The html-files are passed to the Smarty object, which will compile it and perhaps cache the output and construct the HTML output. Images are included just like any other image in an HTML page.

Not everything is object oriented, but it's very close.

Exception handling? That's in PHP 5

Login

Who's Online

143 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 143


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits