首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[UdemyCourseDownloader] PHP OOP Object Oriented Programming for beginners + Project
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2018-12-16 10:48
2024-11-11 01:55
309
5.31 GB
221
磁力链接
magnet:?xt=urn:btih:381f530eefc841029bf7b11d9e41bd51e83f91be
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjM4MWY1MzBlZWZjODQxMDI5YmY3YjExZDllNDFiZDUxZTgzZjkxYmVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
UdemyCourseDownloader
PHP
OOP
Object
Oriented
Programming
for
beginners
Project
文件列表
01 Getting Started/004 Web Development Software Installation XAMPP.mp4
79.56MB
01 Getting Started/001 Section Overview.mp4
2.11MB
01 Getting Started/002 Edwin from the future.mp4
4.19MB
01 Getting Started/003 Code Editors I recommend Optional Lecture.mp4
26.95MB
01 Getting Started/005 Course Exercise files.mp4
36.07MB
01 Getting Started/006 Displaying errors in PHP.mp4
54.35MB
02 OOP Fundamentals/007 Section Overview.mp4
1.3MB
02 OOP Fundamentals/008 Defining a class.mp4
32.4MB
02 OOP Fundamentals/009 Defining methods.mp4
15.51MB
02 OOP Fundamentals/010 Instantiating a Class.mp4
15.25MB
02 OOP Fundamentals/011 Defining properties.mp4
28.56MB
02 OOP Fundamentals/012 Class Inheritance.mp4
17.91MB
02 OOP Fundamentals/013 Access Control Modifiers.mp4
23.89MB
02 OOP Fundamentals/014 Static Modifier.mp4
29.26MB
02 OOP Fundamentals/015 Getters and Setters.mp4
19.16MB
02 OOP Fundamentals/016 Referencing Parent Class with Static.mp4
31.97MB
02 OOP Fundamentals/017 Constructors and Destructors.mp4
38.53MB
03 OOP Project - Building a Photo Gallery System/018 Overview of this project.mp4
2.08MB
03 OOP Project - Building a Photo Gallery System/019 Project Directories Assets.mp4
35.03MB
03 OOP Project - Building a Photo Gallery System/020 Editing and Modifying Files.mp4
55.69MB
03 OOP Project - Building a Photo Gallery System/021 Gallery System Links.mp4
12.26MB
03 OOP Project - Building a Photo Gallery System/022 Creating Pages.mp4
32.36MB
03 OOP Project - Building a Photo Gallery System/023 Creating Database and User Table.mp4
20.25MB
04 Database Class/024 Section Overview.mp4
2.51MB
04 Database Class/025 Setting Up the Database Connection.mp4
22.75MB
04 Database Class/026 Initializing all Includes in one file.mp4
11.22MB
04 Database Class/027 Init file inclusion reminder Edwin from the future.mp4
10.39MB
04 Database Class/028 Creating the Database Class.mp4
22.49MB
04 Database Class/029 Future Update for database class.mp4
4.94MB
04 Database Class/030 Automatic DB Connection Setup.mp4
15.43MB
04 Database Class/031 The Query Method.mp4
10.62MB
04 Database Class/032 Database Class Helper Methods.mp4
13.35MB
04 Database Class/033 Testing Query Method.mp4
31.09MB
04 Database Class/034 Improving our Connection to be more OOP.mp4
28.8MB
05 The User Class/035 Section Overview.mp4
1.75MB
05 The User Class/036 Creating our User Class.mp4
13.95MB
05 The User Class/037 Testing our find_all method.mp4
24.43MB
05 The User Class/038 Static Method Usage and Challenge.mp4
10.99MB
05 The User Class/039 Creating a Find user id method and Solution.mp4
21.23MB
05 The User Class/040 Create This Query Method.mp4
29.06MB
05 The User Class/041 Assigning Array Values to Object Properties.mp4
16.86MB
05 The User Class/042 Auto Instantiation Method.mp4
18.59MB
05 The User Class/043 Testing the Instantiation Method.mp4
15.23MB
05 The User Class/044 Short Way Auto Instantiation.mp4
22.62MB
05 The User Class/045 Creating The Attribute Finder Method.mp4
21.19MB
05 The User Class/046 Adding our Instantiation Method.mp4
34.19MB
05 The User Class/047 Using our Instantiation Method to find all users.mp4
23.46MB
05 The User Class/048 Using our Instantiation Method to find 1 User.mp4
57.49MB
05 The User Class/049 Undeclared Object Backup Function.mp4
31.17MB
05 The User Class/050 Updating the Autoload Function Edwin from the future.mp4
36.94MB
06 The Session Class/052 Section Overview.mp4
2.06MB
06 The Session Class/053 Starting Sessions.mp4
23.65MB
06 The Session Class/054 The Checking login Method.mp4
14.54MB
06 The Session Class/055 The Login Method.mp4
27.92MB
06 The Session Class/056 The Logout Method.mp4
16.85MB
06 The Session Class/057 Controlling Access to Admin.mp4
29.73MB
06 The Session Class/058 Creating The Login Page.mp4
31.3MB
06 The Session Class/059 Creating the Verify Method Part 1.mp4
25.42MB
06 The Session Class/060 Creating the Verify Method part 2.mp4
34.65MB
06 The Session Class/061 Duplicate return Important watch the whole lecture - Edwin from the future.mp4
7.83MB
06 The Session Class/062 Login page position - Edwin from the future.mp4
1.62MB
06 The Session Class/063 Login Form Creation Download.mp4
37.95MB
06 The Session Class/064 Creating our Login out Feature.mp4
35.18MB
06 The Session Class/065 Creating message method.mp4
10.54MB
06 The Session Class/066 Outputting Feedback for User.mp4
22.37MB
07 Files Basics/067 Section Overview.mp4
1.32MB
07 Files Basics/068 Understanding File Permissions.mp4
13.49MB
07 Files Basics/069 Magic Constants.mp4
50.93MB
08 Uploading Files/070 Section Overview.mp4
1.52MB
08 Uploading Files/071 Configuring PHP for File Uploads.mp4
37.53MB
08 Uploading Files/072 Sending Files.mp4
17.23MB
08 Uploading Files/073 Analyzing Uploaded File Structure.mp4
12.03MB
08 Uploading Files/074 File Error Code Explained.mp4
31.69MB
08 Uploading Files/075 Moving Uploaded Files.mp4
43.44MB
09 CRUD Create Method/076 Section Overview.mp4
1.5MB
09 CRUD Create Method/077 Create Method Query Part1.mp4
27.24MB
09 CRUD Create Method/078 Create Method Query Part 2.mp4
22.68MB
09 CRUD Create Method/079 Inserting Last ID Method Challenge.mp4
21.77MB
09 CRUD Create Method/080 Testing our Method Solution.mp4
32.41MB
10 CRUD Update Method/081 Update Method Query.mp4
33.05MB
10 CRUD Update Method/082 Testing our Update Method.mp4
19.49MB
11 CRUD Delete Method/083 Delete Method.mp4
24.44MB
11 CRUD Delete Method/084 Testing the Delete Method.mp4
46.45MB
12 Abstracting and Improving/085 Section Overview.mp4
1.59MB
12 Abstracting and Improving/086 Improving the Create Method.mp4
38.38MB
12 Abstracting and Improving/087 Abstracting Tables.mp4
40.78MB
12 Abstracting and Improving/088 Abstracting Properties.mp4
21.42MB
12 Abstracting and Improving/089 Abstracting the Create Method Part 1.mp4
30.1MB
12 Abstracting and Improving/090 Abstracting the Create Method Part 2.mp4
17.31MB
12 Abstracting and Improving/091 Modifying the properties method.mp4
34.38MB
12 Abstracting and Improving/092 Testing the Abstracted Create Method.mp4
20.93MB
12 Abstracting and Improving/093 Abstracting the Update Method.mp4
25.18MB
12 Abstracting and Improving/094 Testing the Abstracted Update Method.mp4
15.69MB
12 Abstracting and Improving/095 Escaping Values From our Abstracted Methods.mp4
35.31MB
13 The Photo Class/096 Section Overview.mp4
1.51MB
13 The Photo Class/097 Creating the Database Table for our Photo Class.mp4
18.16MB
13 The Photo Class/098 Abstracting the remaining methods.mp4
19.6MB
13 The Photo Class/099 Create the Parent Class.mp4
27.28MB
13 The Photo Class/100 Fixing lecture 90 Double Return.mp4
9.17MB
13 The Photo Class/101 Late Static Binding.mp4
38.55MB
13 The Photo Class/102 Coding The Photo Class.mp4
47.06MB
13 The Photo Class/103 Adding Class Properties.mp4
15.97MB
13 The Photo Class/104 Testing Inherited Methods.mp4
32.8MB
13 The Photo Class/105 Setting Up our Properties Array.mp4
18.47MB
13 The Photo Class/106 Building Directory Paths.mp4
39.76MB
13 The Photo Class/107 Set File Method.mp4
29.32MB
13 The Photo Class/108 Save Method Part 1.mp4
32.93MB
13 The Photo Class/109 Save Method Part 2.mp4
31.86MB
13 The Photo Class/110 HTML Form Creation.mp4
37.32MB
13 The Photo Class/111 Uploading and Testing.mp4
41.4MB
13 The Photo Class/112 Coding The HTML for our Photos Table.mp4
25.73MB
13 The Photo Class/113 Coding The PHP for a Photo Table.mp4
26.19MB
13 The Photo Class/114 Dynamic Image Path.mp4
24.11MB
14 ADMIN PHOTOS Deletion Section/115 Section Overview.mp4
2.14MB
14 ADMIN PHOTOS Deletion Section/116 DELETE PAGE and Links Part 1.mp4
24.64MB
14 ADMIN PHOTOS Deletion Section/117 DELETE Page Part 1.mp4
14.46MB
14 ADMIN PHOTOS Deletion Section/118 Making our Application More Generic.mp4
73.88MB
14 ADMIN PHOTOS Deletion Section/119 Creating The Delete Method.mp4
34.77MB
14 ADMIN PHOTOS Deletion Section/120 Setting Up The Right Redirect Paths for Delete.mp4
12.91MB
15 ADMIN PHOTOS Edit Photo Section/121 Section Overview.mp4
1.12MB
15 ADMIN PHOTOS Edit Photo Section/122 Creating The Edit Page.mp4
38.2MB
15 ADMIN PHOTOS Edit Photo Section/123 Creating The Edit Page Part 2.mp4
40.2MB
15 ADMIN PHOTOS Edit Photo Section/124 Writing our PHP Code Part 1.mp4
31.37MB
15 ADMIN PHOTOS Edit Photo Section/125 Writing our PHP Code Part 2.mp4
26.94MB
15 ADMIN PHOTOS Edit Photo Section/126 Displaying Data.mp4
48.03MB
15 ADMIN PHOTOS Edit Photo Section/127 Updating Data.mp4
16.95MB
15 ADMIN PHOTOS Edit Photo Section/128 Picture and Sidebar Styling.mp4
31.49MB
15 ADMIN PHOTOS Edit Photo Section/129 Installing The Text Editor.mp4
17.96MB
15 ADMIN PHOTOS Edit Photo Section/130 Setting Size for Photos Page Thumbnail.mp4
16.7MB
16 ADMIN USERS/131 Section Overview.mp4
1.51MB
16 ADMIN USERS/132 Displaying User Page.mp4
28.67MB
16 ADMIN USERS/133 Working with User Image.mp4
47.96MB
16 ADMIN USERS/134 Creating User Image Column in DB Table.mp4
25MB
16 ADMIN USERS/135 Deleting Users.mp4
9.36MB
16 ADMIN USERS/136 Creating Add User Page Part 1.mp4
37.05MB
16 ADMIN USERS/137 Creating Add User Page Part 2 Testing.mp4
14.15MB
16 ADMIN USERS/138 Assigning POST values to Object Properties.mp4
21.17MB
16 ADMIN USERS/139 Setting Up Image Upload for User.mp4
53.84MB
16 ADMIN USERS/140 Creating The User Edit Page.mp4
27.99MB
16 ADMIN USERS/141 Updating User.mp4
42.16MB
16 ADMIN USERS/142 Empty Password Field Fix.mp4
11.45MB
16 ADMIN USERS/143 Updating User Modification.mp4
19.94MB
16 ADMIN USERS/144 Delete within Edit User Page.mp4
26.31MB
16 ADMIN USERS/145 Fixing Duplicate Record Creation Bug.mp4
12.29MB
17 ADMIN COMMENTS/146 Section Overview.mp4
2.19MB
17 ADMIN COMMENTS/147 Creating the Comments Table in the Database.mp4
17.97MB
17 ADMIN COMMENTS/148 Creating the Comment Class.mp4
19MB
17 ADMIN COMMENTS/149 Self Instantiation Comment Method.mp4
25.09MB
17 ADMIN COMMENTS/150 Find Comments Method.mp4
28.76MB
17 ADMIN COMMENTS/151 Testing our Comment Form.mp4
33.61MB
17 ADMIN COMMENTS/152 Including Our Classes in Photo.php FRONT-END.mp4
23.17MB
17 ADMIN COMMENTS/153 Pulling Data From Form Part 1.mp4
18.96MB
17 ADMIN COMMENTS/154 Pulling Data From Form Part 2.mp4
35.43MB
17 ADMIN COMMENTS/155 Displaying Making Comments - FRONT-END.mp4
30.34MB
17 ADMIN COMMENTS/156 Displaying Making Comments - BACK-END.mp4
27.26MB
17 ADMIN COMMENTS/157 Deleting Comments.mp4
9.85MB
17 ADMIN COMMENTS/158 Creating the Individual Comment Page Part 1.mp4
29.81MB
17 ADMIN COMMENTS/159 Creating the Individual Comment Page Part 2.mp4
14.88MB
17 ADMIN COMMENTS/160 Creating the Count Comment Code and CHALLENGE.mp4
15.06MB
17 ADMIN COMMENTS/161 Comment Count Link SOLUTION.mp4
13.41MB
17 ADMIN COMMENTS/162 Deleting Specific Photo Comments Code.mp4
10.78MB
18 ADMIN Dashboard Setup/163 Section Overview.mp4
1.39MB
18 ADMIN Dashboard Setup/164 Dynamic Menu to Photo.php.mp4
28.67MB
18 ADMIN Dashboard Setup/165 Dashboard HTML Snippets Inclusion.mp4
13.46MB
18 ADMIN Dashboard Setup/166 Adding Google API Charts.mp4
17.86MB
18 ADMIN Dashboard Setup/167 Tracking Page Views Method.mp4
29.12MB
18 ADMIN Dashboard Setup/168 Creating the Count All Method and Echoing Photo Count.mp4
27.45MB
18 ADMIN Dashboard Setup/169 Setting Up Users and Comment Counts.mp4
14.36MB
18 ADMIN Dashboard Setup/170 Modifying Chart Properties.mp4
48.65MB
18 ADMIN Dashboard Setup/171 Dynamic Data in Chart Creation.mp4
39.55MB
19 FRONT-END Gallery System/172 Setting Up Index to Display Photos Part 1.mp4
29.34MB
19 FRONT-END Gallery System/173 Setting Up Index to Display Photos Part 2.mp4
19.54MB
19 FRONT-END Gallery System/174 Correcting Photos Alignment with CSS.mp4
19.96MB
19 FRONT-END Gallery System/175 Coding the PHP in Photo.php FRON-END.mp4
42.11MB
19 FRONT-END Gallery System/176 Home Page Link and Footer Modifications.mp4
20.63MB
20 FRONT-END PAGINATION/177 Section Overview.mp4
1.08MB
20 FRONT-END PAGINATION/178 Setting Up our Pagination Variables.mp4
20.46MB
20 FRONT-END PAGINATION/179 Creating the Paginate CLASS.mp4
12.62MB
20 FRONT-END PAGINATION/180 Creating our Construct Function to Initialize some Properties.mp4
10.67MB
20 FRONT-END PAGINATION/181 Building our Paginate Class Methods Part 1.mp4
21.48MB
20 FRONT-END PAGINATION/182 Building our Paginate Class Methods Part 2.mp4
26.94MB
20 FRONT-END PAGINATION/183 Instantiating and Testing Paginate.mp4
34.53MB
20 FRONT-END PAGINATION/184 Setting Up our Next Page Link.mp4
20.69MB
20 FRONT-END PAGINATION/185 Putting our Next Link to Work - CHALLENGE.mp4
11.68MB
20 FRONT-END PAGINATION/186 Creating Previous Link - SOLUTION.mp4
14.34MB
20 FRONT-END PAGINATION/187 Paginate Indication and Looping.mp4
28.29MB
20 FRONT-END PAGINATION/188 Pagination Indication CSS.mp4
19.37MB
20 FRONT-END PAGINATION/189 CLEANING UP.mp4
32.99MB
21 EXTRA FEATURES/190 Extra Features Overview.mp4
3.51MB
21 EXTRA FEATURES/191 Creating the Modal HTML Snippets Download.mp4
49.27MB
21 EXTRA FEATURES/192 Including Modal from somewhere else.mp4
26.95MB
21 EXTRA FEATURES/193 Setting up our Javascript jQuery Code.mp4
51.72MB
21 EXTRA FEATURES/194 Enable Selection Button on Click - jQuery.mp4
12.98MB
21 EXTRA FEATURES/195 Enabling the Selection Button with jQuery.mp4
16.96MB
21 EXTRA FEATURES/196 Pulling User Id with jQuery and Javascript.mp4
35.03MB
21 EXTRA FEATURES/197 Pulling Image Name with jQuery and Javascript.mp4
16.52MB
21 EXTRA FEATURES/198 Writing the AJAX - Setting User Image.mp4
27.34MB
21 EXTRA FEATURES/199 Testing our AJAX Code.mp4
15.42MB
21 EXTRA FEATURES/200 Creating the AJAX PHP Method.mp4
21.37MB
21 EXTRA FEATURES/201 Modifying Improving Our AJAX PHP method.mp4
40.72MB
21 EXTRA FEATURES/202 Photo Library Sidebar Part 1 - CHALLENGE INCLUDED.mp4
25.99MB
21 EXTRA FEATURES/203 Photo Library Sidebar Part 2 - SOLUTION INCLUDED.mp4
10.76MB
21 EXTRA FEATURES/204 Photo Library Sidebar Part 3 - COMPLETED.mp4
17.47MB
21 EXTRA FEATURES/205 Creating Session Methods for Notifications in the Edit User Page Part 1.mp4
22.79MB
21 EXTRA FEATURES/206 Creating Session Methods for Notifications in the Edit User Page Part 2.mp4
38.56MB
21 EXTRA FEATURES/207 Updating User Methods.mp4
28.38MB
21 EXTRA FEATURES/208 Setting Up Notifications for CRUD Part 1.mp4
34.99MB
21 EXTRA FEATURES/209 Setting Up Notifications for CRUD Part 2.mp4
15.43MB
21 EXTRA FEATURES/210 Installing a Multiple Upload and Drop JS File Plugin Part 1.mp4
33.21MB
21 EXTRA FEATURES/211 Installing a Multiple Upload and Drop JS File Plugin Part 2.mp4
31.11MB
21 EXTRA FEATURES/212 Installing a Multiple Upload and Drop JS File Plugin Part 3 - COMPLETE.mp4
21.66MB
21 EXTRA FEATURES/213 Edit Photo Page Sidebar jQuery Dropdown.mp4
37.14MB
21 EXTRA FEATURES/214 Login Page CSS.mp4
11.15MB
21 EXTRA FEATURES/215 Confirm Delete with Javascript and jQuery.mp4
30.93MB
21 EXTRA FEATURES/216 Conclusion and BONUS.mp4
5.33MB
22 Taking our application online/217 Hosting setup.mp4
55.91MB
22 Taking our application online/218 Displaying errors online.mp4
29.36MB
22 Taking our application online/219 Uploading files and database creation.mp4
60MB
22 Taking our application online/220 Importing database and setting up configurations CHALLENGE.mp4
26.03MB
22 Taking our application online/221 Creating an online site root path SOLUTION.mp4
54.24MB
22 Taking our application online/222 Testing photos deletion functionality.mp4
29.13MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统