WOOP-DE-DO...

---John Holmes...

----- Original Message -----
From: "shi ziye" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 9:39 AM
Subject: Re: [PHP] New generation of PHP Program, reaction to ASP.NET


> I want hackers to help me to finish the whole project!!!
> It is only the begining. and it will change our web programing method
> Goto www.shiziye.net/woop to see more!
> Mail to [EMAIL PROTECTED] if you want to help me.
>
> >Is there a question in here somewhere? What do you need help with?
> >
> >---John Holmes...
> >
> >----- Original Message -----
> >From: "shi ziye" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Tuesday, November 19, 2002 9:20 AM
> >Subject: [PHP] New generation of PHP Program, reaction to ASP.NET
> >
> >
> > > WOOP (Web Object Of Php)
> > > Have you write PHP program like this ?
> > >
> > > // begin
> > > class TForm extends System_UI_Form
> > > {
> > > function init()
> > > {
> > > $this->label1 = & new System_UI_Label("label1", &$this);
> > > $this->button1 = & new System_UI_Button("button1", &$this);
> > > $this->button2 = & new System_UI_Button("button2", &$this);
> > >
> > > $this->label1->caption = "23";
> > >
> > > $this->button1->caption = "number+1";
> > > $this->button1->onclick = "button1click";
> > >
> > > $this->button2->caption = "number-1";
> > > $this->button2->onclick = "button2click";
> > > }
> > >
> > > function button1click()
> > > {
> > > $this->label1->caption++;
> > > }
> > >
> > >
> > > function button2click()
> > > {
> > > $this->label1->caption--;
> > > }
> > > }
> > >
> > > $form1 = & new TForm("form1");
> > > $form1->init();
> > >
> > > //end
> > >
> > > to see the result of this program
> > > Goto http://www.shiziye.net/woop
> > >
> > > I need your help to finish this system together!!!
> > >
> > >
> > >
> > > _________________________________________________________________
> > > 免费下载 MSN Explorer:  http://explorer.msn.com/lccn/
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
>
>
> _________________________________________________________________
> 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/lccn/
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to