This class can be used to generate PHP code to show MySQL results in a Flex application.
It can generate a Flex application definition for retrieving results of a MySQL query and displaying in a data grid presented using Flex.
The class can also generate the PHP code script that runs on the server side to execute and retrieve the MySQL results.
| File |
Role |
Description |
Crud |
Class |
Class used to connect and query database |
flexGen |
Class |
This is the class that generates the flex and php code to interact with your database. |
FlexCode |
Screen |
Flex mxml code generated by the flexGen Package |
sample |
customers.php |
Example |
A sample file with the php script generated with flexGen |
customers.sql |
Conf. |
Dump file generated by PHPMyAdmin fot the sample |
sample.mxml |
Example |
MXML file sample of the sample Flex application |
sample.swf |
Output |
Sample flex application |
index.php |
Data |
Form sample to use with the flexGen class |
Readme |
Doc. |
A simple readme file showing some information about the package |
gen |
Appl. |
Example of how to use this package |