|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#76
|
|||
|
|||
|
resolution...include_once
Use include_once instead of include or require :-)
|
|
#77
|
|||
|
|||
|
Re: Table example not applicable
I also would like to know how to populate this table with data...
Anyone? |
|
#78
|
|||
|
|||
|
Re: Yes, you really need class.
Someone mentioned earlier that classes make it easier to add functionality to someone else's code. It was pretty easy for me to add a doctype selector function to a copy of the PEAR::HTML_Page class, easier than I thought it would be.
|
|
#79
|
|||
|
|||
|
Back to class
Back To Class This brief article is the best explanation of OOP and PHP that I've ever seen. You can read the article here .
|
|
#80
|
|||
|
|||
|
Back To Class
Back To Class
October 05, 2000 - Classes and objects are powerful OOP concepts - and PHP4 supports them too. This article explains some basic OO entities (including classes, constructors and extensibility) with examples of a table builder and a guestbook. Please discuss this article in this thread. You can read the article here . |
|
#81
|
|||
|
|||
|
If you would like to see an article covering a particular topic, please post your request here.
|
|
#82
|
|||
|
|||
|
I am curious about how using OOP affects performance. I realize (from programming in C++) how it can make programming much simpler, but in C++, the program is optimized by the compiler. So there is little affect of performance.
Isn't PHP interprented line by line? Will have many complex objects slow down performance? |
![]() |
| Viewing: Dev Shed Forums > Other > Development Articles > Back To Class |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|