|
From: Ben C. <php...@be...> - 2001-11-26 18:33:03
|
Yup, phplib is getting annoying for me too. Currently in CVS template.inc,=
auth.inc, session.inc, and page.inc have been moved into the phpbt distrib=
ution. I'm working on moving the db abstraction to adodb, and offering an =
-extras package that will toss adodb under inc/ for those who don't already=
have it installed. This should make the installation process a little eas=
ier for 0.6.0.
On Mon, Nov 26, 2001 at 05:53:20PM +0100, Patrick Mairif wrote:
> The problem was that the fresh depacked phpbt couldn't know where my
> phplib is installed! Did I allready mention that I hate phplib?
> ... I solved the problem with hardcoding the path in install.php
>=20
> define ('PHPLIB_PATH', '/path/to/my/homepage/_php/');
> include_once(PHPLIB_PATH.'template.inc');
>=20
> what about not using phplib in install.php or distributing
> template.inc with phpbt?
|