kevin sakhuja wrote on Saturday 14th of January 2012:Paresh, can you please explain it better what you are trying to do.
Asset::js( array('jquery.js', script.js') );
Harro Verton wrote on Monday 16th of January 2012:Yes, read the documentation. The syntax isAsset( array('jquery.js', script.js') );
Also, don't use Fuel\Core\Asset, use \Asset. Never access core classes directly. All of them are aliased to the global namespace to allow class extensions in your application.
It looks like you're new here. If you want to get involved, click one of these buttons!