Skip to content

Commit

Permalink
Adding jqueryEngineHelper stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 9, 2009
1 parent 100fdc1 commit cf05827
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cake/libs/view/helpers/jquery_engine.php
@@ -0,0 +1,30 @@
<?php
/**
* jQuery Engine Helper for JsHelper
*
* Provides jQuery specific Javascript for JsHelper.
*
* PHP versions 4 and 5
*
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
* Copyright 2006-2008, Cake Software Foundation, Inc.
* 1785 E. Sahara Avenue, Suite 490-204
* Las Vegas, Nevada 89104
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @filesource
* @copyright Copyright 2006-2008, Cake Software Foundation, Inc.
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
* @package cake
* @subpackage cake.
* @version
* @modifiedby
* @lastmodified
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
class jqueryEngineHelper extends AppHelper {

}
?>

0 comments on commit cf05827

Please sign in to comment.