=== Click === Contributors: benallfree Tags: developer, library Requires at least: 3.1.2 Tested up to: 3.1.2 Stable tag: 1.0.0 Click is an MVC library for developers with advanced support for HAML, SASS, ActiveRecord, and other modern programming methodologies. == Description == Click makes it easy to implement an MVC pattern in WordPress. Your plugins will be more organized, stable, and standards-compliant. Features: * Dynamic loading of optional Click modules like HAML * Efficient overhead - if Click is not used, Click is not loaded * HTML tag builders * Controller base class * Clean organization of controllers and views * datetime functions * Debugging functions * File functions * Form builder functions * HTTP, HTML, Request, and URL helper functions * String manipulation * Support for HAML views * Web Services REST architecture == Installation == Click is installed as a _subfolder_ of your plugin, like this: cd wp-content/plugins/my_plugin svn checkout http://plugins.svn.wordpress.org/clicklib/trunk click Or, if you are using SVN for your project: cd wp-content/plugins/my_plugin mkdir callbacks mkdir views svn propset svn:externals 'click http://plugins.svn.wordpress.org/clicklib/trunk' . svn update Now, create your plugin PHP file as follows: wp-content/plugins/my_plugin/my_plugin.php