Search found 6 matches

by ndnow
Fri Sep 01, 2006 10:22 am
Forum: PHP - Theory and Design
Topic: Inlude Path
Replies: 8
Views: 3316

I don't really understand what thoughts are going through your mind ndnow but I'll tell you how I manage including in my library in the hope that it might be relevent to your problem. Firstly its pretty much a given that a library will have to be installed in the include path. So what I have done i...
by ndnow
Thu Aug 31, 2006 1:59 pm
Forum: PHP - Theory and Design
Topic: Inlude Path
Replies: 8
Views: 3316

From my programming perspective it just doesn't seem very organized having to set something before use. But Im weighing all my options
and will most likely use it in the end but would like to know what options are out there and explore them.
by ndnow
Thu Aug 31, 2006 1:34 pm
Forum: PHP - Theory and Design
Topic: Inlude Path
Replies: 8
Views: 3316

yeah those are the kind of idea's I was looking for I really dont want to set the include path I would like to stray from that. Thanks a lot for the links
much much appreciated.
by ndnow
Thu Aug 31, 2006 1:20 pm
Forum: PHP - Theory and Design
Topic: Inlude Path
Replies: 8
Views: 3316

Inlude Path

I was just wondering how to handle the include path properly within a code library. I am writing a library to use on all my programs that will handle database usage, session handling and whatever else I will need. I've been fighting in my mind over how to handle the include path with PHP and have co...
by ndnow
Tue May 10, 2005 11:53 am
Forum: PHP - Code
Topic: Double Decimal
Replies: 3
Views: 277

the code is fine just wondering if anyone knew of a bug in money_format or a mail client bug or some form of a bug.
by ndnow
Mon May 09, 2005 12:00 pm
Forum: PHP - Code
Topic: Double Decimal
Replies: 3
Views: 277

Double Decimal

A while ago a program was created to create an invoice in PHP. Now lately we have been getting complaints about some orders being sent with two decimals. Now I have changed the formatting of the variable for the total using a few different functions provided by php hoping it was a bug but it doesn't...