Re: [PHP-DB] in-line function?

2003-07-21 Thread Donny Lee
Leif K-Brooks wrote: Ohhh.. sorry for that. it's quite simple, i'm wondering if we can have something like those in-line functions in C++: class someCLASS { var $varLength; // other stuff inline function length() { return $this->varLength; } } i expect it will make

Re: [PHP-DB] in-line function?

2003-07-21 Thread Leif K-Brooks
Donny Lee wrote: > Ohhh.. sorry for that. it's quite simple, i'm wondering if > we can have something like those in-line functions in C++: > > class someCLASS { > var $varLength; > // other stuff > > inline function length() { > return $this->varLength; > }

Re: [PHP-DB] in-line function?

2003-07-21 Thread Donny Lee
Matthew Horn wrote: > Donny wrote: >> can we make simple codes "in-line" instead of function >> calls? >> or, it makes no help in PHP? > Donny, can you please explain what you mean by this, perhaps > with a code sample? I am not really sure what you are asking. Ohhh.. sorry for that. it's qu

RE: [PHP-DB] in-line function?

2003-07-21 Thread Matthew Horn
Donny wrote: > can we make simple codes "in-line" instead of function > calls? > > or, it makes no help in PHP? Donny, can you please explain what you mean by this, perhaps with a code sample? I am not really sure what you are asking. Matthew Horn Principal Spielboy.com -- PHP Database Mai

[PHP-DB] in-line function?

2003-07-18 Thread Donny Lee
hi there, can we make simple codes "in-line" instead of function calls? or, it makes no help in PHP? -- // Donny -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php