The Comedy of Errors

Comparing #4 with #5

Revision #5 was created by fsb fsb on Dec 8, 2011, 1:38:58 PM.

enums

Content

[...]
then try

```php
array('count', 'numeric', 'integerOnly'=>true),
```
and only then look it up: 'numerical'.

 
 
 
Rules for enums
 
---------------
 
 
In the model rules() method put:
 
 
```php 
array('format', 'range', 'in' => array('html', 'rss2', 'atom', 'json', 'xml')),
 
```
 
then later remind yourself that Yii is not SQL.