Page 1 of 1

PHP CSV Importer

Posted: Mon Jan 21, 2008 5:47 pm
by claws
hi forum..

have you people gone through the source code of "PHP CSV Importer".
its very differently written(of course lanugage used is php, but the architecture is completely different)
for the very first time i am seeing this type of code.
though i faced difficulty in understanding that architecture.
i am half way done.

i am very impressed with that style of coding.
1. can any one tell me its pros and cons?
2. How to code in that style? I can't even uderstand how did the author think about it?
and lastly
3. any kind of comments?

Re: PHP CSV Importer

Posted: Mon Jan 21, 2008 6:03 pm
by Christopher
You did not provide a link or code examples so it is hard for people to comment. I found the site, but you need to signip to download the software apparently. Accepting uploads of CSV is pretty easy in PHP.

Re: PHP CSV Importer

Posted: Mon Jan 21, 2008 6:17 pm
by alex.barylski
Importing CSV is pretty trivial most of the time...what kind of features would a third party class offer me over manually?