created on 03 Sep 2008, by Syndication, read more…
The PHP Toolkit for Pascal is now available for download.
With the Toolkit you can:
- Automatically convert Delphi or Lazarus forms (.dfm/.lfm) to PHP code (.php) that uses the open-source VCL for PHP class library. This is a simple way to preserve some of the forms' visual layout in a Web app.
- Configure Lazarus for use as a PHP IDE, including syntax checking of PHP and JavaScript code and jumping to syntax errors.
- Create PHP Extension libraries from Pascal code using units from PHP4Delphi and the Toolkit's ExtPZAPI unit. This is an easy way to add non-UI Pascal code to a PHP Web app. The Pascal library can be called by and call back to your PHP code. Supports Windows, OS X and Linux, so you're not limited to deploying your extensions on a Windows server.
The Toolkit home page for status and source code download is here:
http://web.fastermac.net/~MacPgmr/PhpTk/PhpTkStatus.html
A discussion forum is available here:
http://groups.google.com/group/phptk
Have fun!
-Phil