=== RedFruits: PHP API for wordpress development === Contributors: thewordpresscart team Donate link: https://www.paypal.com/cgi-bin/ Tags: API, form, development, plugins, widget Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 0.1 A Wordpress plugin that allow Wordpress developers forget the HTML code. Redfruits is a PHP API for wordpress development. It allows developers to create plugins for wordpress and not to write any HTML code. It's Object Oriented and it's used by many plugins, for example TheWordpressCart and the TWPCTree. == Description == *Redfruits* is a PHP API for wordpress development. It allows developers to create plugins for wordpress and not to write any HTML code. It's Object Oriented and it's used by many plugins, for example: TheWordpressCart and the TWPCTree. Visit http://redfruits.wordpress.com to find info about this powerful plugin == Installation == 1. Upload `RedFruits` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Why was this plugin created? = When a developer has to write a wordpress form, need to know the html and css used by wordpress. With Redfruits, the developers only have to write PHP code, and the Redfruits' renders objects create the HTML code. == How do I set it up? == Copy and Activate it. == Screenshots == == Changelog == **Version 1.1** * ADLabel is now a Container. * ADSimpleRender has been cleaned and updated * ADContainer now allos to add an array of components **Version 1.0** * Plugin launch