tutorials/books to create a plugin/module/library?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-04-22T20:42:45Z Indexed on 2010/04/27 11:23 UTC
Read the original article Hit count: 216

i wonder if there are tutorials/books explaining how you create a library/plugin/module for other to implement?

libraries/frameworks like solr, doctrine, codeigniter etc.

cause it seems that they follow the same pattern. having one "bootstrap" file to load configurations, other classes and so on.

i aim to understand the basics, so i can create a such library.

cause at the moment i want to code an address book that other can use. just include a bootstrap file and they are ready to use my classes (like Doctrine).

recommendations of sources to learn these things of stuff?

you experienced guys, how did you learn it?

thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about library