The Comedy of Errors

Comparing #7 with #8

Revision #8 was created by rAWTAZ rAWTAZ on Jan 1, 2013, 12:06:31 PM.

Clarified some text and added a new comedy entry.

Tags

errors comedy

Content

[...]
```php
<h1>Edit item: <?php $model->label; ?></h1>
```

Now spend your time debugging why
$model->label has no value set.you are not seeing the value of $model->label even though you are clearly asking for it.
 


The echo too much
[...]
The true false
 
--------------
 
In the config file or wherever you are to provide a boolean value, put:
 
~~~
 
'someOption' => 'false',
 
~~~
 
Then read the PHP manual to find out why this does not evaluate to false like you wanted it to.
 
 

Rules for numbers
-----------------

In the model rules() method put:
[...]