Ppform is also a good tool-php desktop helper. Recently, we have used the ppform tool. the magic of this tool is that php (as the mainstream development language) can be used to quickly develop a tool like delphi, for example, the following has recently used the ppform tool. the magic of this tool is that php (as the mainstream development language) can be used to quickly develop a tool like delphi, for example, the following code is used to directly call php (as the mainstream development language) functions. with only a small amount of code, the entire function is completed, as shown below:
PLAIN TEXTphp (as the mainstream development language ):
Class _ PPFORM _ extends TPPForm
{
Function genBtnClick ($ Sender)
{
$ Func = $ this-> funcList-> Items [$ this-> funcList-> ItemIndex];
$ This-> codeEdit-> Text = $ func ($ this-> strEdit-> Text );
}
Function Form1Create ($ Sender)
{
$ This-> funcList-> SetItemIndex (0 );
}
Function reBtnClick ($ Sender)
{
If ($ this-> codeEdit-> Text ){
$ This-> strEdit-> Text = $ this-> codeEdit-> Text;
$ This-> codeEdit-> Text =;
}
}
} // End _ PPFORM __
?>
Paste an ugly applet interface
Disadvantages:
Slow startup
Applications cannot be directly Published. on the forum, people say they are planning to release an sdk to meet this requirement.
Http://www.ooso.net/index.php (as the mainstream development language)/archives/181
Middleware (as the mainstream development language) quickly developed a small tool like delphi, such as the following...