Using @property to autocomplete components and helpers in some IDEs. Also added @property to bake of controller and model. Fixes #103.

This commit is contained in:
Juan Basso 2011-07-31 20:28:35 -04:00
parent 7604763888
commit d84531d29c
11 changed files with 54 additions and 1 deletions

View file

@ -28,6 +28,8 @@ App::uses('Multibyte', 'I18n');
* given client-side library.
*
* @package Cake.View.Helper
* @property HtmlHelper $Html
* @property FormHelper $Form
*/
class JsHelper extends AppHelper {
/**