| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Readme.txt | 2012-06-13 | 817 Bytes | |
| cdesimple1.8.zip | 2012-06-13 | 29.3 kB | |
| Totals: 2 Items | 30.1 kB | 0 | |
Change log
1.) Changed Cubrid / cubrid to CUBRID as per specification
2.) Added more comprehensive error message on connection
3.) Changed pconnect to connect for CUBRID - CUBRID handles this differently from other database
4.) Added possibility to specify a port for a database engine, currently only CUBRID support
$dbpath = "host:database:port";
See the creation of a connection
5.) Fixed a bug on the database extraction for CUBRID, the column index was blank.
Additions for making development simpler - 3 NEW Functions
$CDE->select - makes HTML 5 drop downs or multiselect from SQL or input
$CDE->input - makes HTML 5 inputs
$CDE->switchid - makes a PHP and javascript funtion for using with switch statements
Examples for this for you to look at are under cdeinputexample.php