Simple WordPress Framework

A simple framework that helps programmers build Plugins quickly using the standards, functions, and classes that exist in the WordPress API Manual.

Author:Leonardo Martinez (profile at wordpress.org)
WordPress version required:1.7.6
WordPress version tested:1.8.4
Plugin version:Beta 0.9.1
Added to WordPress repository:18-10-2009
Last updated:21-10-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.swpframework.com
Total downloads:1 791
plugin download
Click to start download

Simple WordPress Framework is a Plugin to help you create new Plugins. Even though this is first version (Beta) of Simple WordPress Framework, it is fully functional. It was designed using the standards and requirements specified in the WordPress Plugin API Manual and follows the correct programming structure, functions and procedures that are required to build a Plugin in WordPress. In every PHP file you will find notes and urls referring to WordPress API articles that are relevant to each topic.

What does this Plugin do?

  1. Helps new Plugin developers follow WordPress development standards.
  2. Provide documentation, and URL references to WordPress API in the code.
  3. Decreases the amount of time it takes to setup a new Plugin.

What Plugin features are supported?

  • Activation - Adding options, and new database tables.
  • Deactivation - Removing options and database tables created during activation.
  • Menus: New - Create a new menu with submenus, separate from the admin menus.
  • Options Page - A customized options page with additional CSS styles and samples of different <input> values (textarea, text, radio, checkbox, etc.)
  • Database Files - Manages the creation, updates, and removal of database files during activation, and deactivation.
  • Use of AJAX/jQuery/JavaScript Components:
    farbtastic - Color Picker which allows you to select a color in a palate.
    Facebox - Facebook-style lightbox which can display images, divs, or entire remote pages.
  • 500+ Icons - (16 x 16) and (32 x 32) icons can be viewed from the plugin's website.

Upcoming Features

  1. Menus: Administrative - Add submenus to existing administration menus (release date: 02/01/2010).
  2. Updates - Handles automatic updates of new releases (release date: 02/01/2010).
  3. List, View and Edit Database a Table - Allows you to add, remove, edit, view data from a new database file (release date: 02/01/2010).
  4. Multiple Language Support - Samples in English, Spanish, and French (release date: 03/01/2010).
  5. Plugin Icon Selection - User will be allowed to select the main icon used throughout the plugin from a collection of 500+ icons. (release date: 02/01/2010).

The changelog is a good place to start if you want to know what has changed since you last downloaded the Plugin. If you would like to download previous versions, you may do so by clicking on other versions.

If you are interested in helping improve the code, develop more features, or want to contribute to the documentation, please feel free to contact me.