Packages...

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
andre_c
Forum Contributor
Posts: 412
Joined: Sun Feb 29, 2004 6:49 pm
Location: Salt Lake City, Utah

Packages...

Post by andre_c »

Do you create packages for your classes?
if so, how?
I've been grouping them in different ways depending on the project but was wandering if there was a standard way of doing it on php.
If not, what do YOU do?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Currently i try to keep related classes in the same directory..

As soon as i find the time i will start using the pear way... That way i can easily install / upgrade them through the pear package manager

pear.php.net
contact_bogomil
Forum Newbie
Posts: 22
Joined: Mon May 27, 2002 8:13 am
Location: Sofia, Bulgaria
Contact:

re

Post by contact_bogomil »

Yes the best Way is to using PEAR logic. I am using different logic but this is for my internal projects only.

Regards
Bogomil
Post Reply