Skip to content
AlexFloppy edited this page Jan 27, 2015 · 4 revisions

Description

Used for work with static pages: displaying, editing using dashboard crud.

Entity

  • id - entity primary key
  • title - title page
  • alias - unique alias for SEO URL
  • text - page text
  • keywords - meta keywords
  • description - meta description
  • created - created timestamp
  • updated - last updated timestamp
  • authorId - last edited user id

Usage

Each existing static page can by reached by routing:

http://site.url/[alias].html

Clone this wiki locally