[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comments -- With or without Microsoft server support
From: |
Klaus Weiss |
Subject: |
Re: Comments -- With or without Microsoft server support |
Date: |
Mon, 07 May 2007 07:51:06 +0200 |
> We know that:
>
> 1. We are not going to install the webapp on a Microsoft server.
>
> 2. Apache on Windows OS support the '/' Unix directory separator, so
> developers who use the Windows O.S. do not have any problem.
>
>
> Therefore, we can use just Unix file paths, without the DS constant.
> So we will able to write a more readable source code.
>
> require_once('..'.DS.'..'.DS.'include'.DS.'dep.inc.php');
>
> require_once('../../include/dep.inc.php');
Okay I will change it.
I started to use DS to make it more portable, however to make it fully
portable we had also change '..' since VMS, AmigaOS or MacOS uses other
characters. Anyway.
- Comments on the new architecture, Davi Leal, 2007/05/06
- Re: Comments on the new architecture, Klaus Weiss, 2007/05/06
- Re: taking a break, Davi Leal, 2007/05/06
- Re: Comments -- With or without Microsoft server support, Davi Leal, 2007/05/06
- Re: Comments -- With or without Microsoft server support,
Klaus Weiss <=
- Re: Comments -- flexibility vs complexity, Davi Leal, 2007/05/06
- Re: Comments -- Copyright policy, Davi Leal, 2007/05/07
- Re: Comments on the new architecture, Klaus Weiss, 2007/05/07
- Re: Comments on the new architecture, Klaus Weiss, 2007/05/07
- Re: Comments -- UML 2.x (XMI format), Davi Leal, 2007/05/07
- Re: Comments -- Smarty, Davi Leal, 2007/05/07
- Re: Comments -- Persistence Framework, Davi Leal, 2007/05/07
- Re: Comments on the new architecture, Davi Leal, 2007/05/08
- Re: Comments -- The format of the License and Copyright text, Davi Leal, 2007/05/08
- Re: Comments -- Indentation, Davi Leal, 2007/05/08