Search found 2 matches
- Wed Jan 24, 2007 2:32 pm
- Forum: PHP - Theory and Design
- Topic: Question about db code design, file organization, etc
- Replies: 3
- Views: 877
- Wed Jan 24, 2007 7:01 am
- Forum: PHP - Theory and Design
- Topic: Question about db code design, file organization, etc
- Replies: 3
- Views: 877
Question about db code design, file organization, etc
Right now I try to create an simple cms with php/mysql, and are struggling with comming up with good practises on how to do stuff. My coding preferences: I like to create classes, and put each class into their own file with the same name. I try not to make my classes to big, and not to small. Im a p...