Çok satırı değişken oluşturduk almıyor

0 Cevap

Herkes bu kodu aşağıdaki ile sorunun ne olduğunu söyleyebilir misiniz?

class EMAIL_BODY{
   public $REGISTRATION = <<<EOF
        <html>
                <head>
                </head>
                <body style='font-family: helvetica;'>
                        Welcome <b>#{FIRST}</b>, <br/> You have successfully created your account.
                        However, there is one more step that you need to take to verify your account.
                        Please click the below given link to activate your account.
                        Unless you do that your account won\'t get activated. <br/>

                        <a> #{LINK} </a>

                </body>
        </html>

    EOF;

}

Şimdiden teşekkürler :)

0 Cevap