All posts filed under Development
Complete working example of table relationships
August 01, 2006
Due to popular demand (well one person) I have added a complete working example of the table relationships framework, ready to be dropped into a CI applicatons folder. The files can be downloaded from the following link;
Files for table relationships
The zip file contains the ... [more]
Table Relationships in CI
July 31, 2006
For those of you who work with the PHP framework, Code Igniter, Glossopteris has been working on an addition to the framework that will allow for complex table inter-relationships to be assigned and simple CRUD actions to be completed. This is a pretty close mirror to the model class ... [more]