5099 Posts in 1519 Topics by 1116 members
| Go to End | ||
| Author | Topic: | 2488 Views |
-
Re: Extending core classes (like Security)

15 February 2012 at 2:04am
Of course, I should have done the following to add a fallback to the default Form.ss if CustomLoginForm.ss is not present:
$content .= $forms[0]->renderWith(
array(
'CustomLoginForm',
'Form'
)
);Still, this is hacking into the core. There must be a better solution?
| 2488 Views | ||
| Go to Top |

