phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Tables.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract class Tables extends BaseEnum {
8 const COLUMNS="columns", SORT_ALPHABET_ASCENDING="sort alphabet ascending", SORT_ALPHABET_DESCENDING="sort alphabet descending", SORT_ASCENDING="sort ascending", SORT_CONTENT_ASCENDING="sort content ascending", SORT_CONTENT_DESCENDING="sort content descending", SORT_DESCENDING="sort descending", SORT="sort", SORT_NUMERIC_ASCENDING="sort numeric ascending", SORT_NUMERIC_DESCENDING="sort numeric descending", TABLE="table";
9}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11