Page 1 of 1

need help: A question about using PHP 'module'

Posted: Fri Oct 16, 2009 3:04 pm
by ecoli01
Dear friends,

We know that in perl programming, we can use modules (freely download from CPan), just like classes in C, by simply using those modules, users can do relatively complicate jobs.

I am wondering are there any free modules that can be used directly in PHP scripts? If so, where can I find them?

Thanks in advance.

Re: need help: A question about using PHP 'module'

Posted: Fri Oct 16, 2009 3:21 pm
by requinix
PHP already has a bunch of stuff built-in. The stuff that isn't is available through extensions (which come with PHP or the PECL). Even more stuff is available via PEAR.

And if somehow you still can't find it, Google is your friend.