Wgralem biblioteke Zend wersja 0.9.1
i w kodzie mam:
<?php include 'Zend.php'; Zend::loadClass('Zend_Config'); ?>
to błąd jest taki
Notice: Zend::loadClass deprecated since 0.9.0, use Zend_Loader::loadClass() instead in ...../library/Zend.php on line 76
jesli w kodzie mam
<?php include 'Zend.php'; Zend_Loader::loadClass('Zend_Config'); ?>
to błąd jest taki:
Class 'Zend_Loader' not found in /home/................../index.php on line 13
W czym jest problem

dobra

wystarczylo zalaczyc przez require_once klase Loader

wiecej samodzielnosc
