3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 586 Views |
-
<% If function($param) %>

10 July 2009 at 2:40am
Why this doesn't work in a template:
<% if isSubmitted($Email) %>I have this function in the controller:
class PageSomething_Controller extends Page_Controller {
public function isSubmitted($x) { }and I have $Email in the CMS:
class PageSomething extends Page {
static $db = array( 'Email' => 'Text',
);
| 586 Views | ||
|
Page:
1
|
Go to Top |

