Click to See Complete Forum and Search --> : Packages (Total noob question)


veggieCoder
08-01-2008, 05:39 PM
What are packages in PHP? Are these basically libraries? Like a namespace or a dll?

Thanks much!

NogDog
08-01-2008, 06:49 PM
Technically, there is no such thing as a "package" in PHP. Practically speaking, multiple related classes grouped together in a directory or directory tree are often considered a "package". The PEAR repository (http://pear.php.net) uses a directory/file naming convention to provide a pseudo package functionality.