Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4030 invoked from network); 19 Jul 2017 20:47:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2017 20:47:30 -0000 Authentication-Results: pb1.pair.com header.from=mathiasgrimm@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mathiasgrimm@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.175 as permitted sender) X-PHP-List-Original-Sender: mathiasgrimm@gmail.com X-Host-Fingerprint: 209.85.192.175 mail-pf0-f175.google.com Received: from [209.85.192.175] ([209.85.192.175:36496] helo=mail-pf0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/AF-02884-065CF695 for ; Wed, 19 Jul 2017 16:47:29 -0400 Received: by mail-pf0-f175.google.com with SMTP id o88so4183986pfk.3 for ; Wed, 19 Jul 2017 13:47:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/WfMGtxYCCtMGzZ4N0O2GXRgjL9K9AWIBWGLSvoBLyY=; b=MRplZFb8xm/fx27hoKwOG+xcW+VchVI7lDKNVFCRZLv8TC0xWyBGwtGvA6+uow39Af tM3WtlFNuDFnIe2ZqhXghyCoerSuKbyo99ueH3uWOFFIGpDOH2S/Z1FFmbnOsTXl3owK yd9oYvdqubYQRcemqb/Gsx0S1yqoAfh6f+JWtBCBkFIXCgpT0v8PbhMnMzhv3T/e5NY+ IbGZy3V+F8jHKCLYW3kmXf2FqSvlvDzh8ioMBqtxwzi+27lc/ZsZcLg7Ku/gXbqNb5qq ICIpmLicj6+dORBB1a0anoKPlHQB9eibnVviqj0PNdejZ7MR/g+SCmf0ytVBR42tGBFb AYTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/WfMGtxYCCtMGzZ4N0O2GXRgjL9K9AWIBWGLSvoBLyY=; b=mVr9iV9zD0CiCOiv2oGuE1FFyBq88QOtg63MUjRVDOV7A4G10dNPVV4TePVrPIO7PS b2NwLyStYsntPSfXtkXOmxj5/QitKKaI8btrpsTR62aGFVt5TLKtwBBquKgV7bQw9ABo 623XC/vqJT6OXZVFvDUP7nSlzBVoOobIcsMlGrLdSP0cSR+xq62TtdA3BEJU9L92Cjjr PaeoMTgMMlNBig4VUUaz9SxgFYKot9NZ8G8sCMhzC2buk3wZ+xSXmykrWvYq1ENNwqMF m4AsmV7OFfHKTzHSmMvALGy2QjawYjlshzLvrmESy6E9lbOknvqGFwnSJQvkMOLpylbn 1xig== X-Gm-Message-State: AIVw110E+CrlffRbTTWE/Pt7OfMBZGnM6ddjE0+YwC41vHOySZvc2/hS YaMOR1eFSKyxweFoa/c2nzCFkUt6Tg== X-Received: by 10.84.215.130 with SMTP id l2mr1510835pli.116.1500497245908; Wed, 19 Jul 2017 13:47:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.156.2 with HTTP; Wed, 19 Jul 2017 13:47:25 -0700 (PDT) In-Reply-To: References: <78DFA5C9-5C49-4B75-8FC0-C0945FD85694@heigl.org> <25A76EC4-23CB-47BC-AB28-B2C563F9A18F@heigl.org> Date: Wed, 19 Jul 2017 22:47:25 +0200 Message-ID: To: Sara Golemon Cc: Andreas Heigl , "internals@lists.php.net" Content-Type: multipart/alternative; boundary="94eb2c19fcc65433fa0554b1bdef" Subject: Re: [PHP-DEV] php.net website From: mathiasgrimm@gmail.com (Mathias Grimm) --94eb2c19fcc65433fa0554b1bdef Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Bugs could be good thing as well. What the case with the bugs? For the php.net I think it could actually be worthy generating html. But as I said, the idea is to make the code readable again, be it with a framework or not. Having all that html mixed with php + globals is really bad. Even if we wanted to get a designer to help on the website it would be really hard. It can be a very static php and still be more organised. A basic MVC doesn't hurt On 19 July 2017 at 22:21, Sara Golemon wrote: > On Wed, Jul 19, 2017 at 4:02 PM, Andreas Heigl wrote: > > I personally strongly disagree with that approach. Most of the pages on > > php.net are static pages. And those few that aren't can be well > addressed > > with their own script and within that vanillaPHP-script the task can be > > solved. IMO there is no need for routing or an HTTP-Stack. And it shows > that > > we - even in 2017 still know how to build a basic PHP-site. The entry > > barrier is absolutely low as no framework/library knowledge is necessar= y > and > > the scripts can be easily analysed from start to end. As there are - du= e > to > > the mirrored setup - no DB-queries or sessions or any other more comple= x > > stuff going on we should keep it simple and stupid. > > > > But thats - as I said - just my 0.02=E2=82=AC > > > And for my $0.02, I agree with Andreas. Caesar's wife must be beyond > reproach, and quite frankly there is plenty that can be done to > beautify/update the web-php codebase that doesn't involve frameworks. > *cough*globals*cough*. > > In fact, if you want to start with a more constrained problem space, > web-bugs has fewer variables and build steps and is in greater need of > updates (the main site having been revamped much more recently). > > -Sara > --94eb2c19fcc65433fa0554b1bdef--