Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59284 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49803 invoked from network); 1 Apr 2012 02:31:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2012 02:31:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=klaussilveira@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=klaussilveira@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: klaussilveira@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:36846] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/05-28591-BFDB77F4 for ; Sat, 31 Mar 2012 21:31:24 -0500 Received: by lahl5 with SMTP id l5so2154534lah.29 for ; Sat, 31 Mar 2012 19:31:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gMwcVRtiSXD3YgnNkk9/mSPyUGAheInrh+5WAeuUmq0=; b=Y5iGE7yEjV0x3D2eTI00lf9hkNvZjPjVppZAnqbkwQpc7T6WG/oMugutc3Ced079N9 oETXx6kw8f9bVknxmVU8WTjsEr0IqekEYp+Sm1y1cAWxi/JEqTrRT2Q6l5kvfbbQXh/s 3ulHYB9JnES2IAV32mv1lnqmlkV9BowsfhlVnauiFY/cyesT1aUfG6P5+2yv50QfMvnX ynBeilxEVEHttZAhVL/a+U4W55CxF2fOlfLnGfFVr+84+h+twy3EJKl8Y66fuMMFCEO4 EWBxsgY+2xtKN75vwhSkre4JiVb6Int0ER/n0hDwoaiPvQvVVCMypZnEzCzo9db9kiVk sIIQ== MIME-Version: 1.0 Received: by 10.152.112.132 with SMTP id iq4mr4210941lab.28.1333247480560; Sat, 31 Mar 2012 19:31:20 -0700 (PDT) Sender: klaussilveira@gmail.com Received: by 10.112.99.225 with HTTP; Sat, 31 Mar 2012 19:31:20 -0700 (PDT) In-Reply-To: References: Date: Sat, 31 Mar 2012 23:31:20 -0300 X-Google-Sender-Auth: Zy0ntAfiD8GRdgsJX15Zl0kTPL0 Message-ID: To: Moriyoshi Koizumi Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0408d67379fc6d04bc94ded0 Subject: Re: [PHP-DEV] RFC: Removing PHP tags From: klaussilveira@php.net (Klaus Silveira) --f46d0408d67379fc6d04bc94ded0 Content-Type: text/plain; charset=ISO-8859-1 What many people fail to see is that PHP is it's own templating language. It might be ugly for people used to other template languages, but it works perfectly and right out of the box. On Sat, Mar 31, 2012 at 11:24 PM, Klaus Silveira wrote: > Removing PHP's native feature of being able to be easily embedded inside > HTML and other markup languages is absolutely retrograde. Of of the biggest > points in favor of PHP is that i'm able to easily do this: > >
    > >
  • > >
> > Or this: > > > > > > > > > Without having to implement any slow-as-hell template language. It works > right out of the box. Using MVC as an argument for tag removal is a clear > disrespect to the language itself. > --f46d0408d67379fc6d04bc94ded0--