--- layout: default description: "An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web" sitemap: true --- {% capture welcome_content %}{% include welcome.md %}{% endcapture %}
{{ welcome_content|markdownify }}
{% capture backtotop %}[Back to Top](#top){:.top}{% endcapture %} {% for post in site.posts reversed %} {% if post.isChild != true and loop.first != true %}
{{ backtotop|markdownify }}
{% endif %}
{{ post.content }}
{% endfor %}