-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I am working on the architecture of a new ZF application and have am
questioning which module is responsible for assigning permissions to the
ACL.
I have an Auth module that manages the ACL for the application. The Auth
module exposes an Authoriz
I am using the file front end and the
Zend_Cache_Backend_ZendServer_ShMem back end. When I try to load
something that is not already in the cache it throws an exception.
This is because the file front end does a test first and the test
method in the zend server backend throws an exception if _fetch
Hi folks,
I'm trying to get
Name:
in my view, but I get
Name:
instead. Problem is br tag which is not XHTML valid.
I have set $view->doctype('XHTML1_STRICT'); also.
My code is:
$text2 = new Zend_Form_Element_Text(array('id' => 'EncryptionSize' .
$suffix, 'name' => 'EncryptionSize', 'va
marcelloraffaele wrote:
I would ask if someone know if exists some Template theme for MVC in Zend
Framework. I'm using MVC and my result are very good. I prefer create all my
site and don't use for example cms like joomla. But i loose a lot of time to
implment my view.
The view is really somet
Hi Rob,
Did you try rendering the element out of context to see if it works on
its own?
drm / Gerard
Brooks, Rob A wrote:
I’m pretty confused about this element …
My form code:
$career = new Zend_Form_Element_MultiCheckbox('career_name');
$career->setLabel('Careers');
$career->setMultiO
This is my function
public function indexAction()
{
$this->view->render('C:/wamp/www/77workshop/application/modules/cp/views/default/login/index.phtml');
}
And i get the following error:
Fatal error: Uncaught exception 'Zend_View_Exception' with
message 'script 'login.phtml' not found
-- marcelloraffaele wrote
(on Saturday, 20 June 2009, 01:01 AM -0700):
>
> A lot of time i have to deploy admin pages for manage data and do dataentry.
> I would like to ask if is possible in Zend Framework to manage this problem
> with a particular design pattern.
> I think that this function ca
A lot of time i have to deploy admin pages for manage data and do dataentry.
I would like to ask if is possible in Zend Framework to manage this problem
with a particular design pattern.
I think that this function can be very util in a lot of cases.
Thank you
RM
--
View this message in context: