From dadb8956224ad6715e862a087e15468d4711d28a Mon Sep 17 00:00:00 2001 From: Suraj Adhikari Date: Wed, 7 Jan 2015 12:31:40 +0545 Subject: [PATCH] Add SPL paid video course from lynda.com Up and Running with the Standard PHP Library is an awesome course about SPL on Lynda.com. Adding it to the SPL category will help a lot to the readers. --- _posts/03-04-01-Standard-PHP-Library.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/03-04-01-Standard-PHP-Library.md b/_posts/03-04-01-Standard-PHP-Library.md index a81e7c5..6275976 100644 --- a/_posts/03-04-01-Standard-PHP-Library.md +++ b/_posts/03-04-01-Standard-PHP-Library.md @@ -11,6 +11,8 @@ primarily of commonly needed datastructure classes (stack, queue, heap, and so o over these datastructures or your own classes which implement SPL interfaces. * [Read about the SPL][spl] +* [SPL video course on Lynda.com(Paid)][spllynda] [spl]: http://php.net/book.spl +[spllynda]: http://www.lynda.com/PHP-tutorials/Up-Running-Standard-PHP-Library/175038-2.html