Some data loading classes/scripts

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
I've been messing around with the idea of how to 'intelligently' load data into a PHP class. With a bit of inspiration from Apache Camel and the use of annotations I came up with this test set.
Would be interesting to get others viewpoints on this - it's still a work in progress and as I develop it will evolve (I hope).
If you start with testLoad.php, it sort of gives you an idea of how it would look to an end developer. The test data classes are a simple Customer.php (with a few variations for CSV and XML).
Any feedback or suggestions would be interesting and I would be interested to see if people think this is a viable starting point.
 

Attachments

Back
Top