Ticket #272 (closed Feature Request: fixed)
Allow more PHP functions in validation class
| Reported by: | Maxximus | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | validation | Cc: |
Description
At this moment it's possible to use trim(), md5() and sha1() as a rule in validation. It would be nice to allow several other functions as well, like strtoupper(), ucfirst(), ucwords() etc.
At this moment it's not possible bcz. such a rule is treated as a result function, and will not alter the data field itself.
Change History
Note: See
TracTickets for help on using
tickets.
