[Phpmyadmin-devel] PEAR coding standards about require_once
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Sat Jul 8 15:30:22 CEST 2006
Sebastian Mendel a écrit :
>> Too bad the PHP manual does not follow PEAR coding standards:
>> http://ca3.php.net/manual/en/function.require-once.php
>>
>> require_once("a.php"); // this will include a.php
>
> this is not en example for require_once, it is an example for case
> sensitivity in filenames ... ;-)
Yes but it's the only example they give for require_once and it's coded
like a function call.
>
> see:
>
> http://php.net/require
They still have these big titles
include()
require()
Hmmm, I guess I should complain elsewhere :)
Anyway, we are talking about PEAR coding standards, not PHP coding
standards (these do not exist AFAIK).
> http://php.net/include
>
>
More information about the Developers
mailing list