Re: [PHP] OOP and Future of PHP

2001-04-26 Thread Yasuo Ohgaki
Sorry about sloppy reading. I misunderstood what he means :( It does not work. -- Yasuo Ohgaki - Original Message - From: "Steven Haryanto" <[EMAIL PROTECTED]> To: "Yasuo Ohgaki" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2

Re: [PHP] OOP and Future of PHP

2001-04-26 Thread Yasuo Ohgaki
> At 02:10 PM 4/26/2001 +0900, Yasuo Ohgaki wrote: > >"Steven Haryanto" <[EMAIL PROTECTED]> wrote in message > >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > At 4/25/2001 09:02 PM, Reuben D Budiardja wrote: > > > >*SNIP* > > > > > What I *really* like to see in PHP is: > > > > > > - NAMESPACE

Re: [PHP] OOP and Future of PHP

2001-04-26 Thread Andi Gutmans
At 02:10 PM 4/26/2001 +0900, Yasuo Ohgaki wrote: >"Steven Haryanto" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > At 4/25/2001 09:02 PM, Reuben D Budiardja wrote: > >*SNIP* > > > What I *really* like to see in PHP is: > > > > - NAMESPACE > > - TRACEBACK INF

Re: [PHP] OOP and Future of PHP

2001-04-26 Thread Steven Haryanto
At 4/26/2001 12:10 PM, Yasuo Ohgaki wrote: > > What I *really* like to see in PHP is: > > > > - NAMESPACE > > - TRACEBACK INFO > > - exception (try-except block) > > - $obj->method()->anotherMethod() > > - real destructor would be nice, but not extremely important for > >the time being, due to

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Yasuo Ohgaki
> > > Yasuo Ohgaki schrieb: > > I don't use GDB, but it seems it supports traceback. > > How about Zend Debugger? Does it support? Anyone? > > http://dd.cron.ru/dbg/ ? > > Ulf Thanks for correcting my typo, Ulf. GDB => DBG :) Yasuo Ohgaki -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Ulf Wendel
Yasuo Ohgaki schrieb: > I don't use GDB, but it seems it supports traceback. > How about Zend Debugger? Does it support? Anyone? http://dd.cron.ru/dbg/ ? Ulf -- Neu: PEAR Cache Erweiterung OutputCompression http://www.ulf-wendel.de/php/show_source.php?file=out_cache_com http://www.phpdoc.de

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Ulf Wendel
Rasmus Lerdorf schrieb: > > If anyone has any idea, or tricks to hide information in a variables or > > method in a class, or in other words, make a variable or method a private, > > I would really like to know. Thanks for any comments. > > PHP also doesn't have introspection, so there isn't a

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Yasuo Ohgaki
"Steven Haryanto" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 4/25/2001 09:02 PM, Reuben D Budiardja wrote: *SNIP* > What I *really* like to see in PHP is: > > - NAMESPACE > - TRACEBACK INFO > - exception (try-except block) > - $obj->method()->anotherMe

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Steven Haryanto
At 4/25/2001 09:02 PM, Reuben D Budiardja wrote: >The only thing that I feel lack of in PHP is the real Object >Oriented stuff, such as information hiding in the object in >classes i.e. private and public variables, methods/functions. > >This in a sene make it really difficult for developer to

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Rasmus Lerdorf
> The only thing that I feel lack of in PHP is the real Object Oriented > stuff, such as information hiding in the object in classes i.e. private and > public variables, methods/functions. > > This in a sene make it really difficult for developer to build an API for > other developers that is secu

[PHP] OOP and Future of PHP

2001-04-25 Thread Reuben D Budiardja
The only thing that I feel lack of in PHP is the real Object Oriented stuff, such as information hiding in the object in classes i.e. private and public variables, methods/functions. This in a sene make it really difficult for developer to build an API for other developers that is secure. I m