I am using this model for three different controllers:
Audio
Video
Document
to create new Audio and Video the above required fields are working fine but when in creating new Document I want the following list of required fields:
array('name, short_name, file_size', 'required'),
which is different from the above one, so for this i have added a scenario for this case like:
The except parameter works fine with Yii version 1.1.11 but this paramter doest not work with version 1.1.10, so I am still facing the same problem as mentioned in the above post.