zend-controller Questions
3
Solved
How run zend framework action (inside index controller) by cron every 12 hours?
The case:
I have basic(no modules) zend project (1.11) that created by zf tool.
Inside main IndexController exist ...
Snack asked 29/6, 2011 at 11:19
3
Solved
I have a Controller that I want to use for ajax scripts to call and set session variables, get information, etc. How do I set it so that that particular controller doesn't use the default layout (s...
Culet asked 29/7, 2010 at 22:54
3
Solved
i'm trying to work out how i can stop zend or redirect zend to go to a different zend controller and action if a check within the boot strap fails.
for example a get variable does not exist or mor...
Patterman asked 26/10, 2010 at 14:12
4
I have a controller that passes input from a form into a model class to perform validation.
If the validation is successful I want to allow the flow to continue and render the default view associat...
Rubalcava asked 13/8, 2009 at 13:34
1
Solved
I'm trying to capture a URL parameter in my bootstrap file but after several attempts I'm not able to do it.
I've tried this but it does not work:
protected function _initGetLang() {
$frontContr...
Noodle asked 20/10, 2009 at 9:27
1
© 2022 - 2024 — McMap. All rights reserved.