ESpaceHolder ¶
It is a Yii Framework extension, so you'll need a running Yii install to use it. (you'll also need internet access!)
It will (hopefully) make it easier to use http://placehold.it
Installation ¶
Step 1) extract the content under protected/extensions (make sure it's called espaceholder)
Step 2) call it in a view like:
// a default (but useless) 50x50 box
$this->widget( 'ext.espaceholder.ESpaceHolder' );
// something more useful
$this->widget(
'ext.espaceholder.ESpaceHolder',
array(
'size' => '250', // you can also do 300x250
'text' => 'Yii ROCKS!',
'htmlOptions' => array( 'title' => 'test image' )
)
);
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.