#About Generates the URL with parameters for the browser version does not consider the cache. Useful for Javascript and CSS. Applicable to local files.
#Installation
Put the application/helpers/assets_helper.php
to your application/helpers
folder.
- Require: PHP 5.3
#Benefits
Helper automatically cares about browser caching so it appends last modified time for local files to the end of the filename, e.g. my_file.js?tm=1314151490
#Usage
Helper currently offers assets_newer
function.
##assets_newer
<?php echo assets_newer($localUrl); ?>