PHP: Programming, Master’s Handbook
- Length: 182 pages
- Edition: 1
- Language: English
- Publisher: CreateSpace Independent Publishing Platform
- Publication Date: 2015-09-08
- ISBN-10: 1517082587
- ISBN-13: 9781517082581
- Sales Rank: #2225011 (See Top 100 Books)
PHP Programming Like a PRO!
“ this book makes it super easy to understand what you are doing and it is super easy to follow. “ – Emily White, from Amazon.com “ This book… was actually one of the best PHP books I’ve read“ – Brandon Nol, from Amazon.com “ If you’re into programming, this book will help you a lot. “ – Vincent, from Amazon.com How would you like a truly skilled programmer’s mindset? Do you want to code MUCH more efficiently and with less errors? Crafted by some of the best minds who have studied in some of the world’s top universities, You’re among one of the best learning programs out there. Within this book’s pages, you’ll find GREAT coding skills to learn – and more. Just some of the questions and topics include: – Data mistakes you CANNOT AFFORD to make… – Understand the PHP language on a deeper level.. – How to make PROPER data structures (other books don’t teach you this way…) – How to make PROPER Functions (other books don’t teach you this way either…) – REAL coding workshops to test your new skills… and Much, much more! World-Class Training This book breaks your training down into easy-to-understand modules. It starts from the very essentials of data structures and functions, so you can write great code – even as a beginner!
Table of Contents
PART I: Your Code Structure and Foundations
Chapter 1: Defining & Designing your Data
Chapter 2: Compound/Composite Data
Chapter 3: Data Initialization
Chapter 4: Data Changes & Mutable States
Chapter 5a: Defining & Designing your Functions
Chapter 5b: Matching Data with Functions
Chapter 6: Intro to Designing Worlds & Simple Apps, PT1
PART II: Special Function & Method Tools
Chapter 7: IF & ELSE statements
Chapter 8: Helper Functions
Chapter 9: Local Variables
PART III: Operators and Logic
Chapter 10: Boolean Logic and Operators
Chapter 11: Fundamental Programming Operators
PART IV: Lists
Chapter 12a: Lists
Chapter 12b: Linked Lists
Chapter 12c: Arrays
Chapter 13: Self-Reference Recursion
Chapter 14: Iteration Loops
Chapter 15: Iterations: While-Loops
PART V: Special Data Structures
Chapter 16: Binary Trees