Page 1 of 1

Need help,anyone can tell me logic in Math_Finance->payment

Posted: Fri Apr 11, 2008 5:45 am
by devhotmail
Hi
Our agency use Math_Finance->payment from php to caculate monthly payment, but My boss want me do in Java, so ....

I am trying to dig out source code of Math_Finance->payment,just no idea

Could anyone give me suggestion where to get this or How to call this function in Java

Thank you very much

Re: Need help,anyone can tell me logic in Math_Finance->payment

Posted: Fri Apr 11, 2008 9:09 am
by Chris Corbyn
That class must either be a PEAR class or one that another developer has custom written since it's not an inbuilt PHP class. Have you searched the codebase for "class Math_Finance" ?

EDIT | I have to question your boss' reasoning for deciding to rewrite the code in Java.