RE: [PHP] building a large-scale application using oop

2003-03-16 Thread daniel
have a look at my class , i had to do it from scratch as pear db + mdb have too much weight and needed a faster app, being that its going to be on a mysql database only, i send my login variables to a connect function, and those login variables i store in a file outside the web directory http://el

Re: [PHP] building a large-scale application using oop

2003-03-16 Thread Charles Kline
Not sure how to answer your question as I am real new to PHP, but you may want to look at PEAR if you have not done so. I know there are libraries that folks have been talking about recently that handle just these sorts of things. If you don't use them - you may find your answers by looking at

[PHP] building a large-scale application using oop

2003-03-16 Thread raulrod
Hi, I am currently working on transforming a rather large software package to oop. I do have a few years of experience with php, but just started to use oop. One of the first question that arose was how to handle configuration vars. These should ideally be stored in a file: Now, I have to acces