ZZEE PHPExe Samples
For those who need MySQL but don't want to install MySQL server on clients
computers, there is a drop-in replacement FSQL, which along with fsqlMysql.php file,
redefining MySQL functions via FSQL calls, creates a complete solution
for easy switching from MySQL to FSQL.
FSQL download,
fsqlMysql.php download.
This sample demonstrates how the following works in ZZEE PHPExe:
- Google GData API and Youtube API
- Flash
- Zend Framework
- PHP sessions
The code was compiled as taken from Zend website without any modifications.
Download source code,
download compiled application.
PMWiki
stores Wiki contents into plain files. This sample demonstrates how
both internal compiled namespace and filesystem are used to deal with templates,
information storage, and also how to make a personal Wiki as Windows exe.
Only two lines of code were modified to adopt the original code to
be compiled with ZZEE PHPExe 2.
Download source code,
download compiled application.