Hi, There are many open source projects out there in PHP. I just wanted to know how to do template design with PHP? For example, wordpress can be extended by writing plugins. If i have to design a forum or blogger, how would i start to design which can be extended?
WordPress is a bad example, as it's not really doing what you think it's doing. WordPress plugins work by actually modifying files on the server, either automatically or by having you manually editing them. Not really a templatespecific approach.