Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

[SmartyValidate] registering class methods

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons
View previous topic :: View next topic  
Author Message
JasonK
Smarty n00b


Joined: 03 Jun 2007
Posts: 1

PostPosted: Sun Jun 03, 2007 8:11 pm    Post subject: [SmartyValidate] registering class methods Reply with quote

I'm having a problem registering a class method with SmartyValidate.
Should something like this work?
Code:

class myClass {
   function myFunc() {
      return true;
   }
}
$myObj =& new myClass;

SmartyValidate::register_object('obj', $myObj);
SmartyValidate::register_criteria('isValidPassword','obj->myFunc');
SmartyValidate::register_validator('crntpw_valid', 'crntpw', 'isValidPassword');


I get the following error:
SmartyValidate: [is_valid] method 'myFunc' is not valid for object 'obj'.

Any help would be appreciated!
Back to top
View user's profile Send private message
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Mon Jun 04, 2007 5:13 am    Post subject: Reply with quote

it seems that myFunc is not a valid method of the class?
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP