> Or chain the methods, which is even less code:
>
> <?= $this->headLink()
>               ->appendStylesheet('/css/common.css');
>               ->appendStylesheet('/css/header.css');
>               ->appendStylesheet('/css/footer.css');
>               ->appendStylesheet('/css/content.css');
>               ->appendStylesheet('/css/data.css');
>               ->appendStylesheet('/css/navigation.css');
>               ->appendStylesheet('/css/>
manage.css') ?>

You are not chaining here. The code above will result in an error.

> <?= $this->headScript() ?>

The use of short open tags is not recommended.


Best regards,

Andreas

Reply via email to