phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Wide.php
Go to the documentation of this file.
1 <?php
4 abstract class Wide extends BaseEnum {
5  const W1="one", W2="two", W3="three", W4="four",W5="five", W6="six", W7="seven", W8="eight",W9="nine",W10="ten",W11="eleven",W12="twelve",W13="thirteen",W14="fourteen",W15="fifteen",W16="sixteen";
6 }
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition: BaseEnum.php:11