blogs/backend/blogs/add.html |
Blogs\Add |
Name |
Type |
Description |
blog |
Blog
|
Single (empty) Blog record
|
|
Add a new record. Assigns an empty record to the template. |
blogs/backend/blogs/edit.html |
Blogs\Edit |
Name |
Type |
Description |
blog |
Blog
|
Retrieved Blog record
|
|
Retrieve a single record and display the edit page for the record |
blogs/backend/blogs/manage.html |
Blogs\Manage |
|
Retrieve available records and assign them to the template for editing. |
blogs/backend/comments/add.html |
Comments\Add |
Name |
Type |
Description |
comment |
Comment
|
Single (empty) Comment record
|
|
Add a new record. Assigns an empty record to the template. |
blogs/backend/comments/edit.html |
Comments\Edit |
Name |
Type |
Description |
comment |
Comment
|
Retrieved Comment record
|
|
Retrieve a single record and display the edit page for the record |
blogs/backend/comments/manage.html |
Comments\Manage |
|
Retrieve available records and assign them to the template for editing. |
blogs/backend/posts/add.html |
Posts\Add |
Name |
Type |
Description |
post |
Post
|
Single (empty) Post record
|
|
Add a new record. Assigns an empty record to the template. |
blogs/backend/posts/edit.html |
Posts\Edit |
Name |
Type |
Description |
post |
Post
|
Retrieved Post record
|
|
Retrieve a single record and display the edit page for the record |
blogs/backend/posts/manage.html |
Posts\Manage |
|
Retrieve available records and assign them to the template for editing. |