From 59dab32caaf25d2bbf7b2a266203051226fa5f2a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Aug 2011 13:32:05 -0500 Subject: [PATCH] Added even more asset documentation. --- system/asset.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/asset.php b/system/asset.php index 5f4a634d..0ad16ade 100644 --- a/system/asset.php +++ b/system/asset.php @@ -26,6 +26,9 @@ class Asset { * * // Get the "footer" asset contanier * $container = Asset::container('footer'); + * + * // Add an asset to the "footer" container + * Asset::container('footer')->add('jquery', 'js/jquery.js'); * * * @param string $container