Mini Shell

Direktori : /home/brasafestival/www/old/bkp_2023/app/Plugin/Media/View/Helper/
Upload File :
Current File : /home/brasafestival/www/old/bkp_2023/app/Plugin/Media/View/Helper/ResizeHelper.php

<?PHP
class ResizeHelper extends AppHelper{
    
    public $helpers=array('Html');
    
    public function url($url=null,$width=100,$height=100) {
        if($url[0]=='/') $url=substr ($url, 1);
        return "/media/resize/{$width}x{$height}/$url";
    }
    
    public function image($url,$width=100,$height=100,$options=array()){
        $url=$this->url($url,$width,$height);
        return $this->Html->image($url,$options);
    }    
}

Zerion Mini Shell 1.0