Hello!
I have a database and php classes and I'm not sure the best way I
should be retrieving the data.
as below, if 'other' (line 9) is stored in the database as an id of a
record in another table,
should my getData() method:
a. return the id as part of the MyObj object and whatever funct
-Original Message-
From: Phil Neeb [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 16, 2005 8:58 PM
> I've gone through the PHP Manual a few times now, reading about classes,
> but really, what's written there doesn't make a whole lot of sense to
> me. I know a lot, if not the vast ma
Greets,
I've gone through the PHP Manual a few times now, reading about classes,
but really, what's written there doesn't make a whole lot of sense to
me. I know a lot, if not the vast majority, of PHP programmers use
classes, so I was wondering if some of you could explain them to me.
What ar
I don't know if these will help you, but maybe take a look here:
phpclasses.org (code samples to read over)
hotscripts.com (complete programs to read over)
devshed.com (heard they had good articles, never really been there)
Jeremy
On Mon, 2003-10-06 at 07:13, Cameron Metzke wrote:
> Anybody know
Yep thanx guys they look really cool :), and yes your right google is my
friend lol, ive been looking for days on google with more search terms than
ever but i missed these 2. take care and again thanx :D
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
Anybody kno
[snip]
Anybody know of any real world php class tutorials?, so far ive read
ones
about building car and cake classes but i tend to learn better from
actually
follow a tutorial and building something though it and i done know jack
about building cars lol.
[/snip]
There is a reason for class "tutori
pear dude, check it out ..
> Anybody know of any real world php class tutorials?, so far ive read
> ones about building car and cake classes but i tend to learn better
> from actually follow a tutorial and building something though it and i
> done know jack about building cars lol.
>
> --
> PHP Ge
Anybody know of any real world php class tutorials?, so far ive read ones
about building car and cake classes but i tend to learn better from actually
follow a tutorial and building something though it and i done know jack
about building cars lol.
--
PHP General Mailing List (http://www.php.net/)
Hi!
Can anyone recommend me some entry-level php-classes tutorials, because
the php.net page about classes is not that helpful and difficult to
understand IMO.
Thanks in advance,
- Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2002 4:30 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP Classes and Sessions
What is the proper way to transfer class properties through-out my pages...
let's say i have a ShoppingCart Class and i have methods like
addToCart(id, qty) and deleteFromCart(id)
also i have properties like CartItems(&
What is the proper way to transfer class properties through-out my pages...
let's say i have a ShoppingCart Class and i have methods like
addToCart(id, qty) and deleteFromCart(id)
also i have properties like CartItems("id" => array(), "qty"=> array())
this is what i do...
//when the user enters
I know this has been discussed several times before, but the only actual
class I've found information on - tap internet - had a problem and cancelled
their class. I am willing to travel within the US to take a comprehensive
PHP and/or mySQL/PHP class, but I can't find one to take.
Could you plea
12 matches
Mail list logo