Not much, but at least it is a start towards helping...

Scott


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---
Index: .
===================================================================
--- .   (revision 3220)
+++ .   (working copy)
@@ -17,6 +17,11 @@
  * @version    SVN: $Id$
  */
 
+/**
+ * Loads the specified helpers
+ *
+ * @param string helper names
+ */
 function use_helper()
 {
   sfLoader::loadHelpers(func_get_args(), 
sfContext::getInstance()->getModuleName());

Reply via email to