Posts Tagged ‘class
JTable and composed primary key
JTable on 1.5 and 1.6 actually doesn’t support to have multiple keys as Primary Key. It doesn’t help when it’s time to make more complex database design. So I decided to make a parallel class to JTable to use any number of of column as Primary key (PK) that you need.
Continue reading “JTable and composed primary key” »
Phenix_File_Parser_Csv
If you need a CSV parser in PHP, this class is for you.
You can download the class from the repository of PhenixApp project : Phenix_File_Parser_Csv
Continue reading “Phenix_File_Parser_Csv” »

