doucie Posted April 12, 2007 Share Posted April 12, 2007 Hi All, I'm fairly new to all this php business so excuse my lack of knowledge. I work for a debt recovery company and I want to build a web based reporting system from an existing database(open edge). On the home page I'm thinking of having 'high level' figures, for example, how much cash collected, then being able to drill down for further detail eg. what clients we have collected the cash on. I'm thinking of creating functions to get each of the figures, storing in a variable and then displaying. We have lots of different clients and tons of different stats that we need to show. My question is what is the most effecient way of achieving this? Quote Link to comment Share on other sites More sharing options...
Liquid Fire Posted April 12, 2007 Share Posted April 12, 2007 If you are not famliar with OOP(Object Oriented Programming) then plase read up on it. It seems like you are not because you say you are going to just create function and variable for this. Now while that is possiable it is much more effecient to use Classes. Quote Link to comment Share on other sites More sharing options...
cyrixware Posted April 17, 2007 Share Posted April 17, 2007 using php and other webpage aplication can create your system. using php you can store your datas' as well as retrive and browse it through the browser. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.