Browse Source

Added even more asset documentation.

Taylor Otwell 13 years ago
parent
commit
59dab32caa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      system/asset.php

+ 3 - 0
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');
 	 * </code>
 	 *
 	 * @param  string            $container