Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
001 A brief introduction to some popular frameworks.mp4 |
6.24MB |
001 Controllers and actions an introduction.mp4 |
2.01MB |
001 Create a central entry point to the framework the front controller.mp4 |
4.12MB |
001 Introduction.mp4 |
3.87MB |
001 Introduction to advanced routing using route variables.mp4 |
1.93MB |
001 Models an introduction.mp4 |
2.31MB |
001 Put application configuration settings in a separate file.mp4 |
3.29MB |
001 Views an introduction.mp4 |
1.07MB |
002 Conclusion.mp4 |
3.46MB |
002 Configure the web server to have pretty URLs.mp4 |
3.02MB |
002 Create a database and check you can connect to it from PHP.mp4 |
4.36MB |
002 Display a view create a class to render views and use it in a controller.mp4 |
3.16MB |
002 How PHP reports problems errors, exceptions, and how to handle them.mp4 |
5.21MB |
002 How to create objects and run methods dynamically.mp4 |
2.15MB |
002 How to do complex string comparisons an introduction to regular expressions.mp4 |
5.74MB |
002 The problem with writing web applications how NOT to structure your code.mp4 |
6.30MB |
003 An introduction to PDO why it makes working with databases in PHP easier.mp4 |
4.60MB |
003 Create and require not include the router class.mp4 |
3.25MB |
003 Dispatch the route create the controller object and run the action method.mp4 |
8.51MB |
003 Handle errors convert errors to exceptions and add an exception handler.mp4 |
5.47MB |
003 Output escaping what it is, why do it, and how and when to do it.mp4 |
5.66MB |
003 The MVC pattern What it is and how it can help you write better code.mp4 |
4.81MB |
003 Using special characters in regular expressions advanced pattern matching.mp4 |
3.97MB |
004 Add a model, get data from the database and display it in a view.mp4 |
3.87MB |
004 Create the routing table in the router, and add some routes.mp4 |
2.97MB |
004 How to better organise your classes by using namespaces.mp4 |
5.27MB |
004 Install a web server, database server and PHP on your computer.mp4 |
3.98MB |
004 Pass data from the controller to the view.mp4 |
2.59MB |
004 PHP configuration settings where to find them and how to change them.mp4 |
4.87MB |
004 Write even more powerful regular expressions use character sets and ranges.mp4 |
3.06MB |
005 Class autoloading load classes automatically without having to require them.mp4 |
4.74MB |
005 Configure PHP to display error messages.mp4 |
2.90MB |
005 Extract parts of strings using regular expression capture groups.mp4 |
3.87MB |
005 Match the requested route to the list of routes in the routing table.mp4 |
4.54MB |
005 Optimise the database connection connect only on demand and reuse it.mp4 |
4.96MB |
005 Start writing the framework Create the folders and configure the web server.mp4 |
5.77MB |
005 Templating engines what they are and how they can improve your PHP code.mp4 |
4.56MB |
006 Get the controller and action from a URL with a fixed structure.mp4 |
6.44MB |
006 Load classes automatically add namespaces and an autoload function.mp4 |
5.01MB |
006 Make views easier to create and maintain add a template engine.mp4 |
4.29MB |
006 Models Quiz.html |
9.97KB |
006 MVC concepts Quiz.html |
10.70KB |
006 Routing and front controller concepts Quiz.html |
10.50KB |
006 Show detailed error messages to developers, friendly error messages to users.mp4 |
4.84MB |
007 Categorise different types of error using HTTP status codes.mp4 |
6.04MB |
007 Remove query string variables from the URL before matching to a route.mp4 |
4.13MB |
007 Remove repetition in the view templates add a base template to inherit from.mp4 |
3.13MB |
007 Replace parts of strings using regular expressions.mp4 |
3.61MB |
008 Add views to make error pages look nicer in production.mp4 |
2.83MB |
008 Get the controller and action from a URL with a variable structure.mp4 |
8.72MB |
008 Pass route parameters from the route to all controllers.mp4 |
3.92MB |
008 Views Quiz.html |
10.05KB |
009 Add custom variables of any format to the URL.mp4 |
4.27MB |
009 Configuration and error handling Quiz.html |
11.64KB |
009 The __call magic method how to call inaccessible methods in a class.mp4 |
3.73MB |
010 Action filters call a method before and after every action in a controller.mp4 |
6.62MB |
010 Regular expressions Quiz.html |
16.52KB |
011 Advanced routing Quiz.html |
9.16KB |
011 Organise controllers in subdirectories add a route namespace option.mp4 |
4.74MB |
012 Controllers and actions Quiz.html |
12.89KB |