guides for writing php libraries?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-05-07T23:03:11Z Indexed on 2010/05/07 23:08 UTC
Read the original article Hit count: 116

Filed under:
|

i have studied design patterns and want to use them to code an open source library (not an application).

but i have never coded a library before and don't know where should i include files, should i have a bootstrap file that loads everything or should every class load their own classes they are dependent on etc.

are there any tutorials for writing libraries in php from start to finnish?

thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about library