Mam taki problem:
Wgralem biblioteke Zend wersja 0.9.1
i w kodzie mam:
  1. <?php
  2. include 'Zend.php';
  3. Zend::loadClass('Zend_Config');
  4. ?>

to błąd jest taki
  1. Notice: Zend::loadClass deprecated since 0.9.0, use Zend_Loader::loadClass() instead in ...../library/Zend.php on line 76


jesli w kodzie mam

  1. <?php
  2. include 'Zend.php';
  3. Zend_Loader::loadClass('Zend_Config');
  4. ?>

to błąd jest taki:
  1. Class 'Zend_Loader' not found in /home/................../index.php on line 13


W czym jest problem questionmark.gif?

dobra smile.gif

wystarczylo zalaczyc przez require_once klase Loader smile.gif

wiecej samodzielnosc smile.gif