Theme
light
black
autumn
business
lemonade
halloween
18+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
black
autumn
business
lemonade
halloween
Advertise here
Torrents Search Engine
Search Any Type Of Torrents
Search
Torrent Details
[FreeCourseSite.com] Udemy - Write PHP Like a Pro Build a PHP MVC Framework From Scratch
Category:
Ebook/Course
Size:
251.66 MB
Seeders:
2
Leechers:
1
Downloads:
33
Uploaded:
Feb 23, 2019
Torrent
Magnet
Files
Trackers
Info
[FreeCourseSite.com] Udemy - Write PHP Like a Pro Build a PHP MVC Framework From Scratch
01 Introduction_ MVC concepts and development environment setup
001 Introduction-subtitle-en.srt
- 5.29 KB
001 Introduction.mp4
- 3.66 MB
002 The problem with writing web applications_ how NOT to structure your code-subtitle-en.srt
- 4.37 KB
002 The problem with writing web applications_ how NOT to structure your code.mp4
- 6.3 MB
003 The MVC pattern_ What it is and how it can help you write better code-subtitle-en.srt
- 3.9 KB
003 The MVC pattern_ What it is and how it can help you write better code.mp4
- 4.81 MB
004 Install a web server_ database server and PHP on your computer-subtitle-en.srt
- 4.26 KB
004 Install a web server_ database server and PHP on your computer.mp4
- 3.98 MB
004 source-code.zip
- 190 B
005 Start writing the framework_ Create the folders and configure the web server.mp4
- 5.77 MB
005 source-code.zip
- 1.35 KB
006 Addendum_ Additional configuration for AMPPS on Windows.html
- 1.93 KB
02 Routing_ how URLs are processed in an MVC framework
007 Create a central entry point to the framework_ the front controller-subtitle-en.srt
- 3.71 KB
007 Create a central entry point to the framework_ the front controller.mp4
- 4.12 MB
007 source-code.zip
- 1.41 KB
008 Configure the web server to have pretty URLs-subtitle-en.srt
- 3.42 KB
008 Configure the web server to have pretty URLs.mp4
- 3.02 MB
008 IIS-configuration.zip
- 425 B
009 Addendum_ Possible additional configuration required for the Apache web server.html
- 2.66 KB
009 htaccess.txt
- 253 B
010 Create and require (not include) the router class-subtitle-en.srt
- 3.78 KB
010 Create and require (not include) the router class.mp4
- 3.25 MB
010 source-code.zip
- 1.99 KB
011 Create the routing table in the router_ and add some routes-subtitle-en.srt
- 2.97 KB
011 Create the routing table in the router_ and add some routes.mp4
- 2.97 MB
011 source-code.zip
- 2.33 KB
012 Match the requested route to the list of routes in the routing table-subtitle-en.srt
- 4.17 KB
012 Match the requested route to the list of routes in the routing table.mp4
- 4.54 MB
012 source-code.zip
- 2.56 KB
03 Advanced routing_ add simpler but more powerful routes
013 Introduction to advanced routing using route variables-subtitle-en.srt
- 2.04 KB
013 Introduction to advanced routing using route variables.mp4
- 1.93 MB
014 How to do complex string comparisons_ an introduction to regular expressions-subtitle-en.srt
- 5.99 KB
014 How to do complex string comparisons_ an introduction to regular expressions.mp4
- 5.74 MB
015 Using special characters in regular expressions_ advanced pattern matching-subtitle-en.srt
- 4.5 KB
015 Using special characters in regular expressions_ advanced pattern matching.mp4
- 3.97 MB
016 Write even more powerful regular expressions_ use character sets and ranges-subtitle-en.srt
- 2.82 KB
016 Write even more powerful regular expressions_ use character sets and ranges.mp4
- 3.06 MB
017 Extract parts of strings using regular expression capture groups-subtitle-en.srt
- 3.48 KB
017 Extract parts of strings using regular expression capture groups.mp4
- 3.87 MB
018 Get the controller and action from a URL with a fixed structure-subtitle-en.srt
- 7.31 KB
018 Get the controller and action from a URL with a fixed structure.mp4
- 6.44 MB
018 source-code.zip
- 2.72 KB
019 Replace parts of strings using regular expressions-subtitle-en.srt
- 3.55 KB
019 Replace parts of strings using regular expressions.mp4
- 3.61 MB
020 Get the controller and action from a URL with a variable structure-subtitle-en.srt
- 7.05 KB
020 Get the controller and action from a URL with a variable structure.mp4
- 8.72 MB
020 source-code.zip
- 2.91 KB
021 Add custom variables of any format to the URL-subtitle-en.srt
- 3.81 KB
021 Add custom variables of any format to the URL.mp4
- 4.27 MB
021 source-code.zip
- 2.84 KB
external_links.txt
- 56 B
04 Controllers and actions
022 Controllers and actions_ an introduction-subtitle-en.srt
- 1.76 KB
022 Controllers and actions_ an introduction.mp4
- 2.01 MB
023 How to create objects and run methods dynamically-subtitle-en.srt
- 2.24 KB
023 How to create objects and run methods dynamically.mp4
- 2.15 MB
024 Dispatch the route_ create the controller object and run the action method-subtitle-en.srt
- 6.05 KB
024 Dispatch the route_ create the controller object and run the action method.mp4
- 8.51 MB
024 source-code.zip
- 3.61 KB
025 How to better organise your classes by using namespaces-subtitle-en.srt
- 4.65 KB
025 How to better organise your classes by using namespaces.mp4
- 5.27 MB
026 Class autoloading_ load classes automatically without having to require them-subtitle-en.srt
- 3.78 KB
026 Class autoloading_ load classes automatically without having to require them.mp4
- 4.74 MB
027 Load classes automatically_ add namespaces and an autoload function-subtitle-en.srt
- 3.68 KB
027 Load classes automatically_ add namespaces and an autoload function.mp4
- 5.01 MB
027 source-code.zip
- 3.97 KB
028 Remove query string variables from the URL before matching to a route-subtitle-en.srt
- 3.04 KB
028 Remove query string variables from the URL before matching to a route.mp4
- 4.13 MB
028 source-code.zip
- 4.43 KB
029 Pass route parameters from the route to all controllers-subtitle-en.srt
- 3.16 KB
029 Pass route parameters from the route to all controllers.mp4
- 3.92 MB
029 source-code.zip
- 4.89 KB
030 The __call magic method_ how to call inaccessible methods in a class-subtitle-en.srt
- 3.12 KB
030 The __call magic method_ how to call inaccessible methods in a class.mp4
- 3.73 MB
031 Action filters_ call a method before and after every action in a controller-subtitle-en.srt
- 6.05 KB
031 Action filters_ call a method before and after every action in a controller.mp4
- 6.62 MB
031 source-code.zip
- 5.28 KB
032 Addendum_ fix for a potential security bug introduced with the action filters.html
- 7.8 KB
032 source-code.zip
- 4.57 KB
033 Organise controllers in subdirectories_ add a route namespace option-subtitle-en.srt
- 3.14 KB
033 Organise controllers in subdirectories_ add a route namespace option.mp4
- 4.74 MB
033 source-code.zip
- 6.02 KB
05 Views
034 Views_ an introduction-subtitle-en.srt
- 1.07 KB
034 Views_ an introduction.mp4
- 1.07 MB
035 Display a view_ create a class to render views and use it in a controller-subtitle-en.srt
- 2.71 KB
035 Display a view_ create a class to render views and use it in a controller.mp4
- 3.16 MB
035 source-code.zip
- 6.9 KB
036 Output escaping_ what it is_ why do it_ and how and when to do it-subtitle-en.srt
- 5.05 KB
036 Output escaping_ what it is_ why do it_ and how and when to do it.mp4
- 5.66 MB
036 source-code.zip
- 497 B
037 Pass data from the controller to the view-subtitle-en.srt
- 2.45 KB
037 Pass data from the controller to the view.mp4
- 2.59 MB
037 source-code.zip
- 7.07 KB
038 Templating engines_ what they are and how they can improve your PHP code-subtitle-en.srt
- 3.98 KB
038 Templating engines_ what they are and how they can improve your PHP code.mp4
- 4.56 MB
039 Make views easier to create and maintain_ add a template engine-subtitle-en.srt
- 2.66 KB
039 Make views easier to create and maintain_ add a template engine.mp4
- 4.29 MB
039 source-code.zip
- 500.57 KB
040 Addendum_ Changes in Twig 2_0.html
- 1.45 KB
041 Addendum_ How to easily fix a potential exception when rendering a Twig template.html
- 2.74 KB
041 source-code.zip
- 500.59 KB
042 Remove repetition in the view templates_ add a base template to inherit from-subtitle-en.srt
- 2.74 KB
042 Remove repetition in the view templates_ add a base template to inherit from.mp4
- 3.13 MB
042 source-code.zip
- 501.32 KB
external_links.txt
- 99 B
06 Manage code using Composer
043 Install third-party PHP code libraries automatically using Composer-subtitle-en.srt
- 4.28 KB
043 Install third-party PHP code libraries automatically using Composer.mp4
- 3.35 MB
044 Installing and using Composer-subtitle-en.srt
- 4.8 KB
044 Installing and using Composer.mp4
- 4.16 MB
044 source-code.zip
- 239 B
045 Install the template engine library using Composer-subtitle-en.srt
- 2.83 KB
045 Install the template engine library using Composer.mp4
- 2.36 MB
045 source-code.zip
- 518.56 KB
046 Include all package classes automatically using the Composer autoloader-subtitle-en.srt
- 2.06 KB
046 Include all package classes automatically using the Composer autoloader.mp4
- 2.07 MB
047 Use the Composer autoloader to load the template engine library-subtitle-en.srt
- 1.33 KB
047 Use the Composer autoloader to load the template engine library.mp4
- 1.38 MB
047 source-code.zip
- 518.55 KB
048 Add your own classes to the Composer autoloader-subtitle-en.srt
- 4.06 KB
048 Add your own classes to the Composer autoloader.mp4
- 3.12 MB
049 Replace the autoload function with the Composer autoloader-subtitle-en.srt
- 4.97 KB
049 Replace the autoload function with the Composer autoloader.mp4
- 3.48 MB
049 source-code.zip
- 518.51 KB
external_links.txt
- 102 B
07 Models
050 Models_ an introduction-subtitle-en.srt
- 1.82 KB
050 Models_ an introduction.mp4
- 2.31 MB
051 Create a database and check you can connect to it from PHP-subtitle-en.srt
- 3.64 KB
051 Create a database and check you can connect to it from PHP.mp4
- 4.36 MB
051 source-code.zip
- 976 B
052 An introduction to PDO_ why it makes working with databases in PHP easier-subtitle-en.srt
- 4.36 KB
052 An introduction to PDO_ why it makes working with databases in PHP easier.mp4
- 4.6 MB
053 Add a model_ get data from the database and display it in a view-subtitle-en.srt
- 2.9 KB
053 Add a model_ get data from the database and display it in a view.mp4
- 3.87 MB
053 source-code.zip
- 519.18 KB
054 Optimise the database connection_ connect only on demand and reuse it-subtitle-en.srt
- 3.82 KB
054 Optimise the database connection_ connect only on demand and reuse it.mp4
- 4.96 MB
054 source-code.zip
- 519.7 KB
055 Erratum_ Correction to the Optimise the database connection code.html
- 2.35 KB
08 Configuration and error handling
056 Put application configuration settings in a separate file-subtitle-en.srt
- 2.74 KB
056 Put application configuration settings in a separate file.mp4
- 3.29 MB
056 source-code.zip
- 520.12 KB
057 How PHP reports problems_ errors_ exceptions_ and how to handle them-subtitle-en.srt
- 4.11 KB
057 How PHP reports problems_ errors_ exceptions_ and how to handle them.mp4
- 5.21 MB
058 Handle errors_ convert errors to exceptions and add an exception handler-subtitle-en.srt
- 4.61 KB
058 Handle errors_ convert errors to exceptions and add an exception handler.mp4
- 5.47 MB
058 source-code.zip
- 520.83 KB
059 PHP configuration settings_ where to find them and how to change them-subtitle-en.srt
- 2.47 KB
059 PHP configuration settings_ where to find them and how to change them.mp4
- 4.87 MB
059 source-code.zip
- 188 B
060 Configure PHP to display error messages-subtitle-en.srt
- 2.69 KB
060 Configure PHP to display error messages.mp4
- 2.9 MB
060 source-code.zip
- 520.83 KB
061 Show detailed error messages to developers_ friendly error messages to users-subtitle-en.srt
- 4.37 KB
061 Show detailed error messages to developers_ friendly error messages to users.mp4
- 4.84 MB
061 source-code.zip
- 521.8 KB
062 Categorise different types of error using HTTP status codes-subtitle-en.srt
- 4.45 KB
062 Categorise different types of error using HTTP status codes.mp4
- 6.04 MB
062 source-code.zip
- 521.49 KB
063 Add views to make error pages look nicer in production-subtitle-en.srt
- 2.9 KB
063 Add views to make error pages look nicer in production.mp4
- 2.83 MB
063 source-code.zip
- 523.49 KB
09 Conclusion
064 A brief introduction to some popular frameworks-subtitle-en.srt
- 5.19 KB
064 A brief introduction to some popular frameworks.mp4
- 6.24 MB
065 Conclusion-subtitle-en.srt
- 4.53 KB
065 Conclusion.mp4
- 3.25 MB
066 Bonus Lecture_ Discounts on other courses.html
- 3.39 KB
external_links.txt
- 58 B
[CourseClub.NET].url
- 123 B
[FreeCourseSite.com].url
- 127 B
Trackers
Seeders
Leechers
Downloads
udp://tracker.opentrackr.org:1337/announce
2
1
33
udp://ipv4.tracker.harry.lu:80/announce
0
0
0
udp://tracker.uw0.xyz:6969/announce
0
0
0
udp://tracker.moeking.me:6969/announce
0
0
0
udp://tracker.torrent.eu.org:451/announce
0
0
0
udp://open.stealth.si:80/announce
0
0
0
udp://tracker.openbittorrent.com:80/announce
0
0
0
udp://tracker4.itzmx.com:2710/announce
0
0
0
udp://exodus.desync.com:6969/announce
0
0
0
udp://explodie.org:6969/announce
0
0
0
InfoHash:
74B8CE724A4EE951431C004FDC999F0AFE144CA5
Last updated:
Jan 25, 2022
File count:
168 B
File Category:
9
Tags:
Scratch, Framework, MVC, A PHP, Pro Build, Like A, Write PHP, Udemy, Other, Tutorials
Related Torrents
Azure Cloud Adoption Framework Handbook - A comprehensive guide to adopting and governing
Ebook/Course
Sep 12, 2023
2.86 MB
51
55
1.4 k
Torrent
Magnet
Spring Framework 6 Beginner to Guru
Ebook/Course
Feb 24, 2023
14.84 GB
16
17
1.16 k
Torrent
Magnet
Enterprise GENERATIVE AI Well-Architected Framework & Patterns
Ebook/Course
Apr 9, 2024
6.13 MB
43
40
1.07 k
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Write PHP Like a Pro - Build a PHP MVC Framework From Scratch
Ebook/Course
Dec 23, 2021
497.51 MB
2
9
36
Torrent
Magnet
[FreeCourseSite.com] Udemy - [NEW] Master Spring Boot 3 & Spring Framework 6 with Java
Ebook/Course
Mar 11, 2023
14.35 GB
10
10
113
Torrent
Magnet
Design & Build a Test Framework With Python Pytest
Ebook/Course
Mar 13, 2023
4.13 GB
6
66
360
Torrent
Magnet
Essential Skills for Struggling Learners - A Framework for Student Support Teams
Ebook/Course
Sep 23, 2023
38.01 MB
4
66
350
Torrent
Magnet
Build REST APIs with Django REST Framework and Python
Ebook/Course
May 8, 2021
5.24 GB
12
2
284
Torrent
Magnet
REST Assured API Automation + Framework From Zero to Hero!
Ebook/Course
May 10, 2021
7.95 GB
17
23
236
Torrent
Magnet
Two Scoops of Django 3.x_ Best Practices for the Django Web Framework by Daniel Feldroy .. PDF
Ebook/Course
Sep 20, 2023
3.85 MB
26
36
566
Torrent
Magnet
Master Spring Boot 3 & Spring Framework 6 with Java
Ebook/Course
Dec 29, 2022
15.41 GB
2
4
30
Torrent
Magnet
AWS Lambda and the Serverless Framework - Hands On Learning!
Ebook/Course
Jun 30, 2021
2.44 GB
19
23
284
Torrent
Magnet
Pat Walls - Lean SEO Our Framework For SEO Traction
Ebook/Course
Oct 22, 2023
2.89 GB
25
33
413
Torrent
Magnet
Java Collections Framework + Generics, Lambdas & Stream API
Ebook/Course
Mar 1, 2021
3.86 GB
3
2
74
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Mastering Selenium - Building A Robust Production Framework
Ebook/Course
Jun 23, 2023
2.19 GB
5
49
125
Torrent
Magnet
[FreeCoursesOnline.Me] Code With Mosh - Entity Framework 6 in Depth
Ebook/Course
Dec 23, 2022
1.02 GB
18
34
293
Torrent
Magnet
Spring framework + RESTFUL web services + Spring Boot course
Ebook/Course
Nov 10, 2019
25.31 GB
7
7
67
Torrent
Magnet
Test Automation Framework [ Spring Boot + Selenium + BDD ]
Ebook/Course
May 17, 2021
4.27 GB
14
16
61
Torrent
Magnet
[Tutorialsplanet.NET] Udemy - Learn API Automation Testing with Python & BDD Framework
Ebook/Course
Apr 11, 2023
3.99 GB
9
37
286
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Unleash the Power of NIST Risk Management Framework (RMF)
Ebook/Course
Jun 9, 2023
1.18 GB
14
30
166
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books