When I try to load it some error occurs that prevents the rest of the page from loading.
My file basically looks like this:
What am I doing wrong?
PHP Errors:
Fatal error: Class 'Zend\Form\Fieldset' not found in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/contest-guess-image/Zend/Form/Form.php on line 24
My file basically looks like this:
Code:
use Zend\Form\Form;
include 'Zend/Form/Form.php';
$form = new Form();
// Page Content
What am I doing wrong?
PHP Errors:
Fatal error: Class 'Zend\Form\Fieldset' not found in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/contest-guess-image/Zend/Form/Form.php on line 24