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.)
|
ZiNgA BuRgA
|
|
||
09-03-2012 09:43 AM |
|
Victor
Junior Member
Posts: 6
Joined: Aug 2012 |
|
||
09-04-2012 05:39 AM |
|
ZiNgA BuRgA
|
|
||
11-18-2012 08:17 PM |
|
ahstanford
Junior Member
Posts: 5
Joined: Apr 2010 |
|
||
12-12-2012 06:04 AM |
|
RateU
Administrator
Posts: 2,350
Joined: Mar 2010 |
|
||
12-12-2012 06:08 AM |
|
ahstanford
Junior Member
Posts: 5
Joined: Apr 2010 |
|
||
12-12-2012 07:02 AM |
|
charafweb
Junior Member
Posts: 12
Joined: Jan 2013 |
|
||
01-31-2013 03:34 AM |
|
ZiNgA BuRgA
|
|
||
01-31-2013 09:25 AM |
|
charafweb
Junior Member
Posts: 12
Joined: Jan 2013 |
|
||
01-31-2013 07:18 PM |
|
ZiNgA BuRgA
|
|
||
02-01-2013 09:29 AM |
|
« Next Oldest | Next Newest »
|