Ale gdy chcę utworzyć obiekt klasy forms_Login to dostaje błąd że plik lub klasa w pliku nie istnieje.
Kod
[b]Fatal error[/b]: Uncaught exception 'Zend_Exception' with message 'File "Login.php" does not exist or class "forms_Login" was not found in the file' in /var/www/zend/library/Zend/Loader
plik Login.php
class forms_Login extends Zend_Form { public function __construct($options=null) { parent::__construct($options); } }