Template Conditionals
|
|
Author | Message |
This is essentially a more restrictive version of my PHP in Templates plugin. The restrictions aim to make this a "safe" plugin to use, that is, doesn't allow arbitrary PHP execution, but still gives the benefits of template conditionals.
You may notice that this still uses the "phptpl" name, and thus, is incompatible with the PHP in Templates plugin. Both plugins are very similar though. The differences between this and the other plugin are:
v1.0-1.3 of this plugin is based off v1.7 of PHP in Templates. As of v1.8, PHP 5.3 or later is required. This plugin can be used with the Admin Security plugin. "Safe expressions" This plugin implements "safe expression" checking; essentially, this does impose a bit of a performance hit, but, on the other hand, tries to ensure no "bad PHP" gets executed. For more information on what I consider to be a "safe expression", see my blog post here. For the purposes of this plugin, all valid PHP expressions are allowed, as long as they don't infringe on any of the following conditions:
(This post was last modified: 06-26-2023 10:42 PM by ZiNgA BuRgA.)
|
Marc A
Junior Member
Posts: 8
Joined: Feb 2015 |
|
||
03-18-2015 09:59 AM |
|
ZiNgA BuRgA
|
|
||
03-18-2015 05:03 PM |
|
Marc A
Junior Member
Posts: 8
Joined: Feb 2015 |
|
|||
03-19-2015 06:00 AM |
|
ZiNgA BuRgA
|
|
||
03-20-2015 01:15 PM |
|
Marc A
Junior Member
Posts: 8
Joined: Feb 2015 |
|
||
03-20-2015 11:11 PM |
|
ZiNgA BuRgA
|
|
||
03-21-2015 09:43 AM |
|
Marc A
Junior Member
Posts: 8
Joined: Feb 2015 |
|
||
03-21-2015 11:47 PM |
|
Sama34
|
|
||
03-22-2015 05:59 AM |
|
Marc A
Junior Member
Posts: 8
Joined: Feb 2015 |
|
||
03-22-2015 11:01 AM |
|
tempo
Junior Member
Posts: 30
Joined: Aug 2012 |
|
||
07-08-2015 05:01 AM |
|
« Next Oldest | Next Newest »
|