- In what order are module bootstraps executed?
- Coding for plugins vs. Plugin etc.?
- Slide 34 mod 1 - camelCase vs. camel-case; MixedCase vs. mixed-case
- Are there preformance considerations doing forms that way? (zend_config)
- How does ZF know where to find my resource class?
- Any examples of writing to db from AJAX?
- How do you get a database adapter instance from a resource plugin?
- Why should you implement all 4 verbs in rest controller?
- I am just wondering how to override the default frontcontroller?
- What is the purpose of "jsId" in autocomplete? Why does autocomplete still work if ids don't match?
- How do you set and retrieve flash messenger messages?
- Built-in PHP functions are not recognized in ZS in the VM. How do I fix this?
- How does Zend_Locale get its info on the browser? If it is in the scope of Zend_Application, it's clear
- Where in the API docs are preset constants for zend_locate_format?
- What does ZS "clean" do?
- When setting-up a mock's expectations for passed parameters (ie $mock->with(...)), is there a constraint for 'the same object'? (I need to check, that the mocked method got a specific object as a parameter.) There is an 'equalTo' constraint, but it is not suitable for objects, if I am not mistaken? Unfortunately assertSame is not available as a constraint for with() when using a mock. Any suggestions?
- Why can't I see Zend_Loader_Autoloader::getInstance(); anywhere in our VM's wikiapp.complete or wikiapp.work? By default, is Zend_Controller_Front instantiated automatically by Zend_Application?
- We do not need to execute instantiating the Front Controller in code, and only use Zend_Controller_Front::getInstance() if we want to register a plugin or access some property or method of the Front Controller, right?
- Why didn't we have to $front->setControllerDirectory('/path/to/plugins') or $front->dispatch();?
- How can we know the complete possibilities from the application.ini file?
TO DO: Add Search