Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have asked a question about installing some complex PHP API code ... I'm baffled by exactly how this is done in PHP, and how everyone seems to know how to do it and not bother to explain?

Does PHP even have Modules the way I understand them or is this just like Perl 4 when we would have to do include '/path/to/lib-www.pl'; in order to get extra functionality?

Here's my question

I'm asking because you might be able to answer (either here or there), you might be able to help me map how this is done in PHP to how it's done in Perl, or you might just be interested.

  • Comment on OT: Question about PHP "Modules" I asked on SO, you might be interested
  • Download Code

Replies are listed 'Best First'.
Re: OT: Question about PHP "Modules" I asked on SO, you might be interested
by Anonymous Monk on Sep 22, 2015 at 00:17 UTC