Views PHP Filter
Based on Views issue #115947. The module adds a filter to your Views which can dynamically select a set of nodes to include or exclude from your filter chain by way of PHP snippets. Now your views can be customized in whatever way you want, without being limited to the existing filters and without having to write a new filter for functionality you may only have to use once.
A note on PHP troubleshooting:
Using raw PHP to filter can be a powerful tool, but it does presuppose certain things -- most notably, a solid understanding of PHP and a working knowledge of Drupal internals. Sadly, I can't address either of these in the issue queue, or I'd be spending all my time answering "how do you do XYZ with a PHP snippet?" questions. I will be happy to answer questions dealing specifically with this module as an issue -- but "how do you...?" questions are specific to your site, not to this module, and don't belong in the module issue queue and won't be addressed here. There are other resources which are more appropriate for troubleshooting your code. If you need help with your PHP code, you may want to try the forums; if you figure out some clever way to do something with a PHP snippet that you'd like to share with others, you may want to create a handbook page.
