Posted by casey on January 28, 2011 at 2:04am
Seeking co-maintainers!
This module allows the admin account (user 1) to add fields, filters and sorts to views which use PHP code. It also supports additional accounts when the core PHP Filter module is enabled.
This is the successor of Views Custom Field for both D6 and D7. The D6 version supports both Views 2 and Views 3.
Note
While this module allows you to directly use PHP inside views which may be useful for quick and easy solutions, it is highly advisable to use regular handlers and plugins when available (or even to create one yourself).
Available handlers
- Area
- An (header/footer/empty) area which output is constructed by the administrator using PHP.
- Field
- A field which value and/or output is constructed by the administrator using PHP. Click-sort is also available and accepts a number of predefined sort algorithms or custom PHP.
- Filter
- A filter based on custom PHP code; use PHP to filter out any row.
- Sort
- A sort based on custom PHP code; use PHP to sort the result of a view.
Available plugins
- Access
- Access control based on custom PHP code; use PHP to determine whether a user has access to a view.
- Cache
- Cache control based on custom PHP code; use PHP to determine whether a view's (result/output) cache is still fresh.
Downloads
Project Information
- Maintenance status: Seeking co-maintainer(s)
- Development status: Maintenance fixes only
- Module categories: Views
- Reported installs: 32449 sites currently report using this module. View usage statistics.
- Downloads: 85,546
- Last modified: February 28, 2013