|
< ...
yii-attachment-behavior
... image path is found in the DB
//'fallback_image' => 'images/sample_image.gif',
'path' => "uploads/:model/:id.:ext",
'processors' => array( ... your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some ...
|