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.)
|
nelliza111
Junior Member
Posts: 3
Joined: Apr 2012 |
|
||
04-26-2012 09:49 PM |
|
ZiNgA BuRgA
|
|
||
06-18-2012 05:34 PM |
|
RateU
Administrator
Posts: 2,350
Joined: Mar 2010 |
|
||
06-19-2012 07:48 AM |
|
ZiNgA BuRgA
|
|
||
06-19-2012 06:35 PM |
|
RateU
Administrator
Posts: 2,350
Joined: Mar 2010 |
|
||
06-20-2012 05:13 AM |
|
RateU
Administrator
Posts: 2,350
Joined: Mar 2010 |
|
||
06-25-2012 06:02 AM |
|
ZiNgA BuRgA
|
|
||
06-25-2012 09:44 AM |
|
Sama34
|
|
||
08-25-2012 04:09 AM |
|
ZiNgA BuRgA
|
|
||
08-25-2012 11:29 AM |
|
Victor
Junior Member
Posts: 6
Joined: Aug 2012 |
|
||
09-03-2012 04:34 AM |
|
« Next Oldest | Next Newest »
|