Ppform is really a good tool-php desktop helper _ PHP Tutorial

Source: Internet
Author: User
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...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.