Hello, all!
Could anyone tell me a good online book or some tutorials on PHP OOP
programming? Something of an intermediate level like: homomorphic
hierarchies in PHP, building an class tree in PHP, etc. I mean, anyone could
create a class, where one could learn how to create it intelligent enough,
for it to be useful?
Thanks in advance,
root-boy 3 1332
Hi root-boy,
On Sun, 15 Feb 2004 16:48:01 +0200, "root-boy" <jh*@hot.ee> wrote: Hello, all!
Could anyone tell me a good online book or some tutorials on PHP OOP programming? Something of an intermediate level like: homomorphic hierarchies in PHP, building an class tree in PHP, etc. I mean, anyone could create a class, where one could learn how to create it intelligent enough, for it to be useful?
Check out "Design Patterns: Elements of Reusable Software" by Gamma et
al.
HTH, Jochen
--
Jochen Daum - Cabletalk Group Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces. http://sourceforge.net/projects/phpdbedittk/
Jochen Daum wrote: Hi root-boy,
On Sun, 15 Feb 2004 16:48:01 +0200, "root-boy" <jh*@hot.ee> wrote:
Hello, all!
Could anyone tell me a good online book or some tutorials on PHP OOP programming? Something of an intermediate level like: homomorphic hierarchies in PHP, building an class tree in PHP, etc. I mean, anyone could create a class, where one could learn how to create it intelligent enough, for it to be useful?
Check out "Design Patterns: Elements of Reusable Software" by Gamma et al.
I second this. Good texts about OO can be found here too : http://www.objectmentor.com/resources/ http://www.artima.com/articles/index.jsp http://ootips.org/ http://www.jot.fm/
Nothing PHP-specific, but what, OO is OO, whatever the language.
Bruno
Thank you Jochen and Bruno, for you help. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: dan glenn |
last post by:
(PHP 4.3.4) THIS IS DRIVING ME NUTS!
I have a website where I offer members their own bit of webspace to use and
am coding a very simple 'filemanager' that allows a user to upload, delete,
and...
|
by: Sarah Tanembaum |
last post by:
Beside its an opensource and supported by community, what's the fundamental
differences between PostgreSQL and those high-price commercial database (and
some are bloated such as Oracle) from...
|
by: Sarah Akers |
last post by:
GgF
----gL5cJ72EqiGIQ0SK65Rz
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<style type=3D"text/css">.eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TE=
|
by: Vanga Sasidhar |
last post by:
I have four computers.
One computer - Win XP
Two computers - Win 98
One computer - Win ME
I designed some pages in my computer having Win XP operating system. I
installed dot net...
|
by: Brad |
last post by:
I have a win2003 server workstation with multiple webs, each web has it's
own ip address. In VS2005, if I select to open an existing web site, select
Local IIS, the dialog correctly displays a...
|
by: yossi.kreinin |
last post by:
Hi!
There is a system where 0x0 is a valid address, but 0xffffffff isn't.
How can null pointers be treated by a compiler (besides the typical
"solution" of still using 0x0 for "null")?
-...
|
by: Rick |
last post by:
Hi,
Can anyone explain to me why the below fails to compile - seeing
otherA->f(); as a call to a inaccessible function, while otherB->f();
is ok?
It seems you can happily access protected...
|
by: Kurda Yon |
last post by:
Hi,
I found one example which defines the addition of two vectors as a
method of a class. It looks like that:
class Vector:
def __add__(self, other):
data =
for j in range(len(self.data)):...
|
by: dkyadav80 |
last post by:
<html>
///
here what shoud be java script for:
->when script run then not display all input text field only display selection field.
->when user select other value for institute only this...
|
by: jerrydigital |
last post by:
good evening,
I am trying to allow my users to enter in text if they don't find their option on my drop down menu. In the code below, I can get a text box to show up when I select 'Other' on the...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
| |