mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-24 14:13:11 +02:00
Adding Language Highlights Section
Pulling in namespaces and CLI. Stubbing out SPL and programming paradigms subheads.
This commit is contained in:
@@ -30,18 +30,15 @@
|
||||
<ul>
|
||||
<li><a href="/index.html#introduction">Introduction</a></li>
|
||||
<li><a href="/index.html#code_style_guide">Code Style Guide</a></li>
|
||||
<li><a href="/index.html#namespaces">Namespaces</a></li>
|
||||
<li><a href="/index.html#input_filtering">Input Filtering</a></li>
|
||||
<li><a href="#language_highlights">Language Highlights</a></li>
|
||||
<li><a href="/index.html#databases_and_pdo">Databases and PDO</a></li>
|
||||
<li><a href="/index.html#password_hashing_with_bcrypt">Password Hashing with Bcrypt</a></li>
|
||||
<li><a href="/index.html#dependency_management">Dependency Management</a></li>
|
||||
<li><a href="/index.html#web_application_security">Web Application Security</a></li>
|
||||
<li><a href="/index.html#command_line_interface">Command Line Interface</a></li>
|
||||
<li><a href="/index.html#popular_frameworks">Popular Frameworks</a></li>
|
||||
<li><a href="/index.html#links_and_resources">Links & Resources</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="site-content">
|
||||
<header class="site-header">
|
||||
<hgroup>
|
||||
|
Reference in New Issue
Block a user