fixed example for register_object

This commit is contained in:
messju
2003-08-07 20:05:26 +00:00
parent a5586c3d0a
commit 75e3dde5f0

View File

@@ -2004,7 +2004,7 @@ When reloading the page you will notice that both dates differ. One is "dynamic"
<?php <?php
// the object // the object
class My_Object() { class My_Object {
function meth1($params, &$smarty_obj) { function meth1($params, &$smarty_obj) {
return "this is my meth1"; return "this is my meth1";
} }