The release "default," does not exist for plugin "sfRandomImagesPlugin".
Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.0.0beta
|
MIT license |
1.0.0beta
|
17/03/2008 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.0.0beta
|
MIT license |
1.0.0beta
|
17/03/2008 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.0beta
|
MIT license |
1.0.0beta
|
17/03/2008 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.0.0beta
|
MIT license |
1.0.0beta
|
17/03/2008 |
Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.0.0beta
|
MIT license |
1.0.0beta
|
17/03/2008 |
| Name |
Channel |
Version |
| sfRandomImagesPlugin |
pear.symfony-project.com |
0.0.1- |
Changelog for release 1.0.0 - 17/03/2008
Not available
Other releases
Release 1.0.0 - 17/03/2008
Not available
sfRandomImages plugin
sfRandomImagesPlugin provide a helper to show random imagens from a folder.
Installation
Install the plugin
$ symfony plugin-install http://plugins.symfony-project.com/sfRandomImagesPlugin
Edit your config/settings.yml
all:
.settings:
enabled_modules: sfRandomImagesPlugin
Add to your config/app.yml (these values are default)
all:
randomimg:
dir: random # the directory to search for images (this is under /images)
extension: jpg # the extension of the files
Clear your cache
$symfony cc
Usage
Considering you have already created the web/images/random/ folder
WARNING: The file names must be 0.jpg, 1.jpg , 2,jpg , 3.jpg...
Versions
0.0.1 => First version