[fw-general] Zend_Session setId

2007-07-05 Thread phareous
I am trying to write a web services API for my company using XML RPC. What I am doing is having the first call be a login function, which returns a token. From then on, every call will include the token which will load up the session and info without having to do the login again. My problem is tr

[fw-general] Zend_Validate, Custom Messages in Chains

2007-07-02 Thread phareous
How can I set custom error messages when doing a validator chain? I was trying something like this, but I just get an error that setMessages is an undefined method in Zend_Validate $validatorChain = new Zend_Validate(); $validatorChain ->addValidator(new Zend_Validate_NotEmpty(),t