Tagged Questions

0
votes
0answers
11 views

How should I structure my database for an ACL type system?

I am creating an application (using the Zend Framework) that will involve some sort of database driven ACL system. However, I'm having trouble visualizing how to create the databas …
0
votes
3answers
26 views

Remove Cookies from JS or CSS files

Bizarrely my javascript and css files have cookies (says Firebug). I use Zend Framework and I think it has to do with it. Could I change the .htaccess that CSS or JS files don't li …
1
vote
4answers
42 views

Zend Framework - layout best practices for ‘includes’

I'm pretty new to Zend.. I'm just wondering how to model my site's layout/structure. My site will have an user profile section, admin section, and the generic the default view of t …
1
vote
2answers
26 views

How to set an error message on a zend form element using AJAX?

I have a form where a user can create an account. The username column is unique in the database. If a user tries to create an account with a duplicate username, it throws an except …
1
vote
1answer
30 views

Passing parameters using a Zend Framework redirect without appending to URL

In our application, we have certain scenarios where we'd like to perform a redirect and pass a long string to the next controller/action. I'm familiar with both of these: $this-&g …
1
vote
5answers
67 views

Best practice for HTML escaping user-supplied data with PHP (and ZF)

Note: I'm using Zend Framework, but I think most of this applies to PHP coding in general. I'm trying to choose a strategy for writing views scripts, possibly with the help of a t …
0
votes
1answer
19 views

Get values from controller to form

Hi there, I'm using the PHP Zend Framework. How can I get the values from the controller sent by: $infoForm=array( // I get these values from a DB 'idCity' => $idCity , 'idRest …
0
votes
1answer
31 views

How do I dynamically change a controller in Zend Framework?

I'm halfway through a CMS where the URL is an SEO friendly name based on a page title. There is a need for one section to use a specific controller. So for example: test.com/page1 …
0
votes
1answer
29 views

The best way to render a Zend_Form with existing markup

Hello! I want to use Zend_Form because of its validation and filters etc. But the markup for forms is already done. Even worse, it isn't very standardized, so writing my custom dec …
0
votes
6answers
71 views

Serve a large file via Zend Framework

In our application, authentication is handled via set of Controller Plugins that validate the user etc. I want to serve a large (video) file only to authenticated users- the obvio …
3
votes
4answers
40 views

Does form processing code need to be abstracted? (Zend_Form)

In Zend Frameworks tutorials, I can see form processing code like if ($request->isPost()) { $formData = $request->getPost(); $code = $request->ge …
0
votes
2answers
35 views

Controller folders and the new Autoloader in Zend Framework

After introduction of Autoloader, I started to port existing ZF app. The immediate error was that IndexController was extended by BaseController, which is now cannot be found, alth …
0
votes
1answer
13 views

How to disable a form element in a Zend Form?

I want to display a Zend Form with one of the elements shown as disabled. I'm setting the value so the user can see it, but I want to disable it so the user can't edit it. This may …
1
vote
1answer
38 views

Fallback route with Zend Framwork

Hello! I'm having some difficulties while trying to understand the whole zend routing concept. My scenario is to have a fallback controller for my small cms app. I've already imple …
0
votes
2answers
17 views

Phone Number Validator/Filter using jQuery or Zend Form?

I'm thinking about adding some validation/filtering to the phone number field of my Zend Framework application. Not sure if this is something I should do or not. I thought it migh …

1 2 3 4 5 71 next
15 30 50 per page