Rev 193 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 193 | Rev 200 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | *
|
22 | *
|
23 | * @see View::__construct()
|
23 | * @see View::__construct()
|
24 | */
|
24 | */
|
25 | public function __construct ($template) |
25 | public function __construct ($template) |
26 | {
|
26 | {
|
27 | parent::__construct('application/layouts/index/index.phtml'); |
27 | parent::__construct('layouts/index/index.phtml'); |
28 | 28 | ||
29 | require_once 'Zend/Loader/StandardAutoloader.php'; |
29 | require_once 'Zend/Loader/StandardAutoloader.php'; |
30 | $loader = new Zend\Loader\StandardAutoloader(array('autoregister_zf' => true)); |
30 | $loader = new Zend\Loader\StandardAutoloader(array('autoregister_zf' => true)); |
31 | $loader->register(); |
31 | $loader->register(); |
32 | 32 |