PHP CSV Importer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
claws
Forum Commoner
Posts: 73
Joined: Tue Jun 19, 2007 10:54 am

PHP CSV Importer

Post 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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP CSV Importer

Post 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.
(#10850)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: PHP CSV Importer

Post 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?
Post Reply