WP MVC
Installation
Installing Example Plugins
Tutorial
Create the Plugin
Create the Database Table
Create the Models Views and Controllers
Creating Plugins
Generating Code
Creating Database Tables
Models
Saving Data
create
save
update
update_all
insert
Retrieving Data
find
find_one
find_by_id
find_by_*
find_one_by_*
paginate
count
max
min
sum
average
Deleting Data
delete
delete_all
Validations
Associations
Belongs To
Has Many
Has and Belongs To Many
Dependent Associations
Model Attributes
table
database
includes
order
display_field
primary_key
selects
per_page
hide_menu
Model Methods
after_find
after_save
to_url
Controllers
Controller Methods
set
set_object
set_objects
set_pagination
load_helper
load_model
load_models
redirect
flash
create_or_save
Controller Attributes
before
after
default_searchable_fields
default_search_joins
default_columns
Views
Layouts
Specifying a Layout
Views Within Views
Using Helpers
View Methods
pagination
render_view
Helpers
Creating Helpers
Core Helpers
HTML
Form
Form Tags
Functions
is_mvc_page
mvc_model
mvc_public_url
mvc_admin_url
mvc_css_url
mvc_js_url
mvc_render_to_string
mvc_get_plugins
Routing
Pretty URLs
Utilities
Inflector
Inflector Methods
Adding Rules To Inflector
Configuration
Debug
AdminPages
Wordpress Data Integration
Models For Wordpress Tables
Synchronizing Models With Posts
No Associated Custom Post Type
Default Custom Post Type
Customized Custom Post Type
Quick Settings Pages
Download
Contact
Source
Powered by
JDoc
render_view
See
Views Within Views
.