RE: [phplib] Which files to use for "Only" DB (MYSQL alone)functionality and nothing more? (fwd) From: Ignatius Teo (iteo <email protected>)
Date: 12/06/00

Pankaj,

I use PHPLIB's db_mysql.inc for all the MySQL based project work I do. Whatever I don't need, I strip out - no sense having bloat-ware for features that are never used. eg. I don't use templates, ooforms, session management, user and page functions. But I do use prepend.php3 & local to declare the function libraries and subclasses I require.

Basically, strip out what you don't need, and reference what you do.

Ignatius

> -----Original Message-----
> From: PANKAJ GUPTA (97234) [mailto:pankajg <email protected>]
> Sent: Wednesday, 6 December 2000 22:21
> To: phplib <email protected>
> Subject: [phplib] Which files to use for "Only" DB (MYSQL
> alone)functionality and nothing more? (fwd)
>
>
> Please tell me whether PHPLIB provides any added functionality in this
> case? (when we want to use it only for a database of one kind
> - MySQL for
> example). Is there anything extra that PHPLIB provides?
>
> * Smile a lot cuz it costs nothing at all!! :) *
> Smile is one of the best things God gave us cuz it helps us share
> our inner peace with anyone who cares to smile back honestly!!!
>
> ---------- Forwarded message ----------
> Date: Wed, 06 Dec 2000 14:59:26 +0530
> From: Pankaj Gupta <pankajg <email protected>>
> To: phplib <email protected>
> Subject: [phplib] Which files to use for "Only" DB (MYSQL
> alone) functionality
> and nothing more?
>
>
>
> Hello
> I am working on an inventory control system and would like to
> use "ONLY"
> the MYSQL connectivity functionality of PHP. Please guide me
> how can I do
> that without having to port too many files along with that
> application. In
> particular I want to strip off every thing which is not
> needed for that.
> For example, I don't want to use prepend.php3. If I strip off other
> material and use only DB class files, would I be violating
> any licence?
> Kind Regards,
> Pankaj
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>