Php
cluesshop.com
SHop Online
Friday, 11 July 2014
function to ceate file url
Function to create file url in drupal 7
public static function getImagPath($imageid){
$image = file_load($imageid);
$imageurl = file_create_url($image->uri);
return $imageurl;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment