[fw-general] Custom Validate Message doesn¹t show up correctly

2007-10-14 Thread Nayana Hettiarachchi
in the $_templateMessage I also tried doing the following and it also didn¹t work, $this-_createMessage(self::NOT_EQUAL, $value['password'] . Not Equal to . $value['password2']); Before the call to _error(); Regards Nayana -- Nayana Hettiarachchi [EMAIL PROTECTED] Sent using the Microsoft

[fw-general] Re: Custom Validate Message doesn¹t show up correctly

2007-10-14 Thread Nayana Hettiarachchi
Sorry some how my previous email lost all the newlines in code, On 10/14/07 7:26 PM, Nayana Hettiarachchi [EMAIL PROTECTED] wrote: Hi, I have written a custom validate Class class StringEqual extends Zend_Validate_Abstract { const NOT_EQUAL = string; protected

[fw-general] usage of Zend_Db_Table_Row

2007-07-11 Thread Nayana Hettiarachchi
') ); } I apologize beforehand if I am asking something that has already been answered, I tried to search across the mailing list and did not see any relevant hits. Nayana Hettiarachchi