« Return to Thread: Concerns about Zend_Filter_Input

RE: Concerns about Zend_Filter_Input

by Bill Karwin from Zend :: Rate this Message:

Reply to Author | View in Thread

> -----Original Message-----
> From: Ed Finkler [mailto:coj@...]
>
> Let me reiterate my second question:
>
> "2) Will a similar replacement component, one that forces developers
to
> access user input via a filtering API, be included in the 1.0RC?"

No, there will not be such a component in ZF 1.0.

We're very close to our scheduled feature-freeze for Zend Framework 1.0
(March 15).  A solution to satisfy the use case you describe is not
going to be implemented by our deadline.

> Can any of the filter classes that are now part of the ZFW process
> arrays?  All of the usage cases I see are handling scalars.

Right, currently the Zend_Filter classes operate on scalars.  Using
these classes to apply filtering and validation to arrays or other
aggregations of data is left for the developer to do, in a manner
appropriate for his application.

We encourage proposals for solutions that utilize the Zend_Filter and
Zend_Validate classes, to apply filtering and validation to aggregations
of input data.  So far there has been discussion, but no design has been
formally proposed.

We will evaluate the proposals and a solution will be added in a future
release of Zend Framework (e.g. 1.1 or later).

Regards,
Bill Karwin

 « Return to Thread: Concerns about Zend_Filter_Input