Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98037 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75631 invoked from network); 30 Jan 2017 09:10:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2017 09:10:40 -0000 X-Host-Fingerprint: 87.75.96.78 static-87-75-96-78.vodafonexdsl.co.uk Received: from [87.75.96.78] ([87.75.96.78:9651] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/92-51557-0130F885 for ; Mon, 30 Jan 2017 04:10:40 -0500 Message-ID: <74.92.51557.0130F885@pb1.pair.com> To: internals@lists.php.net References: <9113D065-B94A-4CA2-9420-56963C703ECA@gmail.com> <81.F3.06271.F11CD885@pb1.pair.com> In-Reply-To: Date: Mon, 30 Jan 2017 09:10:33 -0000 Lines: 1 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3564.1216 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3564.1216 X-Posted-By: 87.75.96.78 Subject: Re: [PHP-DEV] Not autoloading functions From: TonyMarston@hotmail.com ("Tony Marston") "Wes" wrote in message news:CAOv67gtxm0muzuKrQyizgkM9Pf0hn7E-iTBXpq1VV9D8aUWM=w@mail.gmail.com... > >Curious that those who are posting here put all functions in the same file. >So, why don't you just require_once('Namespace/functions.php') ? I do, but without using namespaces. I actually group my functions together in three files, not one. -- Tony Marston