Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Relation and Delete

$
0
0
i have a model Bussimess
here is the relation in Business model
'images' => array(self::HAS_MANY, 'BusinessImages','business_id'),

im using
$model=Business::model()->with('images')->findByPk($'id');
$model->image;

to load the image of a particular business.

how i delete a particular image using this relation.
is it possible to delete like this??
$model->image->delete()
.
thanks

Viewing all articles
Browse latest Browse all 18717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>