25 Nov
Posted by Ganesh H S , Bangalore, India as zend framework
Zend loader is much similar to require_once, best usage is if we have to load a file based on the variable value.
<?php
require_once "Zend/Loader.php";
Zend_Loader::loadClass('Zend_Session');
Zend_Session::start();
?>
The above example, illustrates loading the zend session class and starting the session.
Here i am not going to discuss complete usage of zend loader, i will be explaining zend framework concepts to quick start with project.
Reference link:
http://framework.zend.com/manual/en/zend.loader.html
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
RSS feed for comments on this post · TrackBack URI
Leave a reply