Ppform is really a good tool-php desktop helper

Source: Internet
Author: User
Ppform is really a good tool-php desktop helper, reading ppform is really a good tool-php desktop helper, recently used the ppform tool, the magic of this stuff is that you can use php to quickly develop a small tool like delphi. for example, the following is a little stuff that can directly call php functions, only use "> <LINKhref =" http

Recently, we have used the ppform tool. the magic of this tool is that we can use php to quickly develop a tool like delphi, for example, the following code is used to directly call the php function. The entire function is completed with only a small amount of code, as shown below:

Plain textphp:


 
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/archives/181

Related Article

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.