Michelangelo van Dam
commented on
Introduction to Zend FrameworkThe reason why I don’t use the auto load feature in my slides is to indicate the components that are being used. Of course you can enable auto loading and tweak other features as well, but that’s a matter of personal taste.2 years ago
Michelangelo van Dam
commented on
Zend Form TutorialIn slide 6 I said it was for Zend Framework 1.5 and higher, this means that you need to verify (Zend/Version.php) if you’re using the right version.
If this is the case, walk through my list of questions here:
- is the location of your Zend Framework library set in the include path ?
- Have you set a "require_once ’Zend/From.php’ or you have it autoloaded ?
- Are you working on multiple servers (for load balancing) ?
Try to answer these questions to see if something is missing. If you still can’t find a solution to it, contact me using the e-mail mentioned on slide 2.
Cheers,
Michelangelo2 years ago
Comments