⭠ Back to MegaDB Search

Cartmanishere | 18 points | Jan 21 2017 12:03:21

[TUTORIAL] Treehouse PHP development Courses [2013-2016][3.17GB] | Megalinks MegaDB [TUTORIAL] Treehouse PHP development Courses [2013-2016][3.17GB]

Link: https://xx.nz/#!mkMVCY6D

Key: !BDVo81ZeP1tQCCxG | Megalinks MegaDB GadlmMQ57Pnt5OIGRR5WcyjZ8dgM (Replace bold 'G' with 'q')

PHP Basics
About the course
Description .: If you're new to PHP , this course will give you an overview of many of the language's core concepts
Author : Hampton Paulk
complexity : Beginner
Duration : 1:28

Contents : 
1 - What is PHP 
2 - PHP Data & Structure 
3 - PHP Datatypes 
4 - PHP Operators 
5 - PHP Conditionals & Loops

PHP Functions
About the course
Description : PHP Functions allow you to combine several statements of code into a 'function'. These functions can then be called by their given name, and all of the code contained will run and return the results. . This will drastically help you clean up code and use less repetitive code
Author : Hampton Paulk
complexity : Beginner
Duration : 0:57

Contents : 
1 - Introducing Functions 
2 - Function Returns and More 
3 - PHP Internal Functions

Object-Oriented PHP Basics
About the course
Description : Learn the basics of object oriented coding in PHP. We will be covering classes, objects, properties, methods, inheritance, interfaces, and helpful OOP tools. . By the time you are done with this lesson you will be ready to dig into frameworks with a solid understanding of the tools behind them
Author : Hampton Paulk
complexity : Intermediate
Duration : 0:31

Contents : 
1 - Classes and Objects 
2 - Properties and Methods 
3 - Inheritance, Interfaces, and Exceptions

PHP Standards and Best Practices
About the course
Description : PHP is a flexible language with a long history. Being such a popular language for so long means there is a lot of code out there. There are MANY ways to program in the PHP, and not all of Them are as with safe, performant, or maintainable as with some of the OldEr Educational materials of might have you Believe.
Having SO MANY options CAN the BE a daunting to MANY developers as with for They grow from a beginner to intermediate. . Fortunately there are established best practices out there, and this course will help you learn about many of them
Author : Phil Sturgeon
complexity : Intermediate
Duration : 1:20

Contents : 
1 - Why Do We Need Best Practices 
2 - Databases and International Concerns 
3 - Autoloading and Composer 
4 - Creating distributable OOP Packages 
5 - Error Handling

Introduction to PHP7
About the course
Description : It's an exciting time to be part of PHP. The release of PHP7 is just the tip of the iceberg. . In this workshop we'll cover the top features and improvements to the language as well as some things to look out for when upgrading
Author : Alena Holligan
complexity : Beginner
Duration : 0:21

Contents : 
1 - the Introduction 
2 - Type Declarations 
3 - Error Handling 
4 - New Operators 
5 - Easy User-land CSPRNG 
6 - Other Changes and Gotchas

PHP Testing
About the course
Description : You've Been writing the PHP below code for a 'while', But every time the push you your below code Into a production, there's another bug!
You have Heard That there are tools you CAN use to test your below code. Unit tests. Test-Driven Development. Mocks. The All you want to the know is: the Can you figure for These things out in time to to help you the stop working all for These late hours?
This course the will of give you an Understanding of how of to use the are most common all the PHP testing tools to the create tests That will of give you confidence . that your code is working as expected
Author : Chris Hartjes
complexity : Intermediate
Duration : 1:59

Contents : 
1 - How Can We Test Our Code 
2 - Tools for Testers 3 - Your First Tests 
4 - Organizing Your Tests 
5 - Acceptance Tests 
6 - Test Doubles

Database Foundations
About the course
Description : In Database Foundations we'll look into the ins and outs of databases. Databases can store massive amounts of information to be retrieved at a later date. . Databases act as the memory for dynamic web sites or mobile apps
Author : Andrew Chalkley
complexity : Beginner
Duration : 2:58

Contents : 
1 - Introduction to Data, Databases and SQL 
2 - Installing MySQL Server and MySQL Workbench 
3 - Reading Data from Databases with SQL 
4 - Creating Tables and Manipulating Data with SQL 
5 - Manipulating Schema with SQL 
6 - Joining Relational Data Between Tables in SQL 
7 - SQL Calculating, aggregating and Other Functions 
8 - Securing and Maintaining a MySQL Database

Using PHP with MySQL
About the course
Description : We will extend an existing project to use the popular database system, MySQL. Using a MySQL database we will store information relating to products for sale on our example project. . We will also learn to query the database using PHP and talk about the ways you can mitigate security risks such as SQL injections
Author : Randy Hoyt
complexity : Advanced
Duration : 1:56

Contents : 
1 - Connecting PHP to MySQL 
2 - Querying the Database with PHP 
3 - Filtering Input for Queries 
4 - Using Relationship Tables in MySQL 
5 - Limiting Records in SQL Queries

PHP & Databases with PDO
About the course
Description : Whether you have aspirations of working on a Content Management System, an E-Commerce Site, a new and exciting web app, or an API you will eventually need to work with a Database. . PHP and Databases work together through the use of PHP Data Objects or PDO for short
Author : Hampton Paulk
complexity : Beginner
Duration : 1:06

Contents : 
1 - Getting Started With PDO 
2 - PDO Queries & Results 
3 - PDO Database Security

Setup Your Local Development Environment (Windows)
About the course
Description : Most developers prefer to build applications locally , on their own computers, rather than on hosted servers. . Working locally allows you to work more quickly because you donâ € ™ t have to wait for your changes to be saved to a remote server and you donv't have to worry about issues like internet connectivity
Author : Alena Holligan
complexity : Beginner
Duration : 0 06

Build a Basic PHP Website
About the course
Description : This project will show you how to build a simple website using the PHP programming language. The web site, a media library, will let you organize and display your Books, Movies and Music. You could easily use this project to create a website that lets you organize and display any type of item:. Branch Locations, Products, Services, Events, even Courses like we have here on Treehouse
Author : Alena Holligan
complexity : Beginner
Duration : 2: 56

Contents : 
1 - Building a Media Library in PHP 
2 - Listing and Sorting Inventory Items 
3 - Adding a Basic Form 
4 - Enhancing a Form

Enhancing a Simple PHP Application
About the course
Description : This project will take the existing e -commerce store we built earlier and enhance it with new techniques using the PHP programming language. By the end, you'll be able to build an online t-shirt store with clean web addresses, basic search functionality, pagination, and more. . You'll also understand programming concepts like refactoring and separation of concerns
Author : Randy Hoyt
complexity : Intermediate
Duration : 3:23

Contents : 
1 - Integrating Validation Errors 
2 - Cleaning URLs with Subfolders 
3 - Cleaning URLs with Rewrite Rules 
4 - Refactoring the Codebase 
5 - Adding Search. Controller & View 
6 - Adding Search. Model 
7 - Paginating a List. Controller 
8 - Paginating a List. Model and View

Converting an HTML Site to a PHP Micro Framework
About the course
Description : In this live Treehouse Workshop, PHP teacher Hampton Paulk demonstrates how to convert a static HTML 5 site built on Foundation to the Silex PHP micro framework.
Author : Hampton Paulk
complexity : Intermediate
Duration : 0:42

Building Websites with PHP
About the course
Description : for Taking what you have the learned SO far the with basic, syntax, functions The, and the object oriented concepts we are going to the build a simple the website of.
For We will of-together the build a simple personal page with an about section called and a contact The form.
Of After Our contact The form is . submitted, we will create and send an email with the user submitted information
Author : Hampton Paulk
complexity : Beginner
Duration : 1:53

Content : 
01 - Dependency Management 
02 - Slim Basics and Twig Templates 
03 - Contact Form and Sending Email

Flash Messages with The Slim Framework
About the course
Description :. Using the Slim Frameworks Flash Messages and Session Store Middleware combined with Twig template language we will provide feedback to our users about form data and email
Author : Hampton Paulk
complexity : Beginner
Duration : 0:33

PHP & The Stripe API
About the course
Description : The Stripe API is a robust and powerful solution to e-commerce checkout systems. From a simple button to secure checkout form with validation. . Together we will pair up the Stripe API checkout and PHP to create a simple but expandable checkout solution
Author : Hampton Paulk
complexity : Beginner
Duration : 0:29

permalink


[-] rubenescaray | 1 points | Jan 21 2017 17:53:01

Amazing, I was looking for something like this!

Thank you so much

permalink

[-] Climbing_a_Mountain | 1 points | Jun 14 2017 08:31:58

thanks! have been looking for ages!

permalink

[-] Climbing_a_Mountain | 1 points | Jun 14 2017 08:33:29

The link is dead! Could you please provide another link! Thanks

permalink