Adding documentation note about $options['q'] Refs #357

This commit is contained in:
mark_story 2009-11-24 11:57:56 -05:00
parent 72c0e2ca5a
commit 58446e0785

View file

@ -582,7 +582,7 @@ class JavascriptHelper extends AppHelper {
* - postfix - Appends the string to the returned data. Default is ''
* - stringKeys - A list of array keys to be treated as a string.
* - quoteKeys - If false treats $stringKeys as a list of keys **not** to be quoted. Default is true.
* - q - The type of quote to use. Default is "'"
* - q - The type of quote to use. Default is '"'. This option only affects the keys, not the values.
*
* @param array $data Data to be converted
* @param array $options Set of options: block, prefix, postfix, stringKeys, quoteKeys, q