From c7447142fcf2f3c649e39ce232f3845556e7e8f0 Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Mon, 9 Jul 2012 12:33:00 -0400 Subject: [PATCH] Updating table of contents --- _includes/language-highlights.md | 8 +++----- _layouts/default.html | 17 ++++++++++++++--- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/_includes/language-highlights.md b/_includes/language-highlights.md index f816616..011ab79 100644 --- a/_includes/language-highlights.md +++ b/_includes/language-highlights.md @@ -14,15 +14,13 @@ It is important for you to namespace your code so that it may be used by other d PHP is a flexible, dynamic language that supports a variety of techniques. It has evolved dramatically over the years, notably adding a solid object-oriented model in PHP 5.0 (2004), anonymous functions and namespaces in PHP 5.3 (2009), and traits (or mixins) in PHP 5.4 (2012). - * Object-oriented Programming +* Object-oriented Programming * [Read about Object-oriented PHP][oop] * [Read about Traits (also known as Mixins)][traits] - - * Functional Programming +* Functional Programming * [Read about Anonymous functions][anonymous-functions] * Read about dynamically invoking functions with [`call_user_func_array`][call-user-func-array] - - * Meta Programming +* Meta Programming * [Read about Magic Methods][magic-methods] * [Read about Reflection][reflection] diff --git a/_layouts/default.html b/_layouts/default.html index a03bcde..c333a0e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,10 +30,21 @@