-
Notifications
You must be signed in to change notification settings - Fork 55
Home
scribu edited this page Sep 23, 2011
·
31 revisions
Welcome to the scb Framework wiki!
To get a quick start on using the framework, see the example plugin on WordPress.org.
The framework contains the following classes:
- scbForms - form generator
- scbOptions - option handling
- scbAdminPage - admin page creation
- scbBoxesPage - admin page with meta boxes
- scbWidget - widget creation
- scbCron - wp-cron handling
- scbTable - database table creation
- scbHooks - automatic filter binding
- scbUtil - useful functions