[wp-hackers] plugin frameworks...

Mike Walsh mpwalsh8 at gmail.com
Fri Jan 22 12:58:18 UTC 2010


On Thu, Jan 21, 2010 at 2:04 PM, Davit Barbakadze <jayarjo at gmail.com> wrote:

> Does anyone here use them actually? Some may simplify plugin
> development somehow, by at least providing good file/directory
> structure or even some kind of mvc framework.
>
I had used phpHtmlLib (phpthmllib.newsblob.com) for a couple projects before
I started using WordPress and had really become dependent on the Form
Processor.  When I started working on a plugin to manage our local swim
team, I knew it would require a lot of forms and there a few widgets I
wanted to use so I adapted the PHP 4 compatible thread of phpHtmlLib to be a
WordPress plugin.

In some ways it qualifies as a plugin framework as it provides a whole slew
of base classes that can be used in other plugins.  There is obviously some
functionality that goes unused but I'll trade that for the ease of building
and processing forms.

If you are interested in looking at the phpHtmlLib WordPress plugin, you can
download it here:

http://www.wp-swimteam.org/wp-content/plugins/download-monitor/download.php?id=8

Mike

--
Mike Walsh - mpwalsh at gmail.com


More information about the wp-hackers mailing list