smisonline
Grünschnabel
hello,
i install on ubuntu an zendframework, add the path in the php.ini
include_path = ".:/usr/share/php/libzend-framework-php/Zend"
but the zend frameowrk
if (!class_exists('Zend')) {echo "nix da";}
if (!class_exists('Zend')) require_once 'Zend.php';
echo "Hallo Welt!";
?>
but othing is avaiable. what can be wrong?
i install on ubuntu an zendframework, add the path in the php.ini
include_path = ".:/usr/share/php/libzend-framework-php/Zend"
but the zend frameowrk
if (!class_exists('Zend')) {echo "nix da";}
if (!class_exists('Zend')) require_once 'Zend.php';
echo "Hallo Welt!";
?>
but othing is avaiable. what can be wrong?