[PHP] test

2002-11-19 Thread shi ziye
test post only

_
Ãâ·ÑÏÂÔØ MSN Explorer:  http://explorer.msn.com/lccn/


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




[PHP] New generation of PHP Program, reaction to ASP.NET

2002-11-19 Thread shi ziye
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




Re: [PHP] New generation of PHP Program, reaction to ASP.NET

2002-11-19 Thread shi ziye
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



[PHP] test

2002-11-19 Thread shi ziye
not sure how to post, sorry!

_
Ãâ·ÑÏÂÔØ MSN Explorer:  http://explorer.msn.com/lccn/


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




Re: [PHP] New generation of PHP Program, reaction to ASP.NET

2002-11-20 Thread shi ziye
Are you interested in this?!
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