Hi. I am kinda new to PHP and very new to Cake and OOP. I want to develop a simple interface to track investments in a company. The app would support a number of investors. I want the app to have a profile page for each investor that displays their info such as name, start date, initial investment and interest earned.
>From what I have read, it looks like I would need to develop a user module and a transaction module. The user module obviously would be where I stored all my user information. I thinking the transaction module would be where I store things like interest earned, account withdraws, etc. Also, I will need some authentication with this since it would be using sensitive data. Does that look about right? Do you think that I would need anything else to accomplish this programming task? Can someone help guide me through this project? Thanks. C Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
