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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
devhotmail
Forum Newbie
Posts: 1
Joined: Fri Apr 11, 2008 5:40 am

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

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

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

Post 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.
Post Reply