Date: 01/27/01
- Next message: Jeroen Laarhoven: "Re: [phplib] Combining tpl_form with templates ?"
- Previous message: Daniel Bondurant: "[phplib] $sess->url and frames"
- In reply to: Maxim Maletsky: "[phplib] How do I "undeclare" Db_Sql ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Maxim,
Friday, January 26, 2001, 8:38:41 PM, you wrote:
MM> The software I am developing has it's own <virtual host> and uses phplib BUT
MM> a different, suited for it copy in a different from the main PHPLIB folder
MM> which is inside the root (due the fact that the software will be released as
MM> GPL with some components of phplib) .
MM> i.e:
MM> /home/httpd/html/phplib - PHPLIB (default one auto_prepended by PHP.ini)
set auto_prepend in per-directory .htaccess, not in php.ini. So
anybody who runs its virtual server could change auto_prepend to point
to a descent file calling a descent include with base DB_Sql class.
That's the recommended way. Or don't use auto_prepend directive and call you
personal prepend.php on every page.
-- Best regards, Max A. Derkachev mailto:kot <email protected> Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Jeroen Laarhoven: "Re: [phplib] Combining tpl_form with templates ?"
- Previous message: Daniel Bondurant: "[phplib] $sess->url and frames"
- In reply to: Maxim Maletsky: "[phplib] How do I "undeclare" Db_Sql ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

