equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_View |
16 * @package Zend_View |
17 * @subpackage Helper |
17 * @subpackage Helper |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @version $Id: Json.php 25091 2012-11-07 19:58:48Z rob $ |
19 * @version $Id$ |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
21 */ |
21 */ |
22 |
22 |
23 /** Zend_Json */ |
23 /** Zend_Json */ |
24 require_once 'Zend/Json.php'; |
24 require_once 'Zend/Json.php'; |
32 /** |
32 /** |
33 * Helper for simplifying JSON responses |
33 * Helper for simplifying JSON responses |
34 * |
34 * |
35 * @package Zend_View |
35 * @package Zend_View |
36 * @subpackage Helper |
36 * @subpackage Helper |
37 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
37 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
38 * @license http://framework.zend.com/license/new-bsd New BSD License |
38 * @license http://framework.zend.com/license/new-bsd New BSD License |
39 */ |
39 */ |
40 class Zend_View_Helper_Json extends Zend_View_Helper_Abstract |
40 class Zend_View_Helper_Json extends Zend_View_Helper_Abstract |
41 { |
41 { |
42 /** |
42 /** |