Here is a simple document about file system packages and functions in joomla.
It has almost all the functions which deals with file system in joomla way. Also
has an example of file uploading and reading !!
How_to_use_the_file system_package
Just to upload and display set of images
1. create a new folder using 'media manager' and upload set of images
2. write this code where you want them to get displayed
if(JFolder::exists($imagesfolderpath)){
$opimages=JFolder::files($imagesfolderpath, $filter = '.', $recurse, $fullpath , $exclude); // check above link for more info
}
foreach($opimages as $key=>$opimage){
--- display using image tag ---
}
Subscribe to:
Post Comments (Atom)
Design thinking at work (Book summary)
Key things to keep in mind The essence of design thinking, in many ways, involves identifying problems by seeing things that other peo...

-
Probably, you are reading this blog post though my Google buzz or twitter or my LinkedIn page. I am writing this blog in Google docs. I have...
-
Cake is a PHP web development framework which employs the MVC model. I will describe how to set it up on a win32-based machine. First insta...
No comments:
Post a Comment