首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Udemy - PHP OOP Object Oriented Programming for beginners + Project
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-12-18 14:41
2024-11-30 05:35
338
4.99 GB
209
磁力链接
magnet:?xt=urn:btih:e12431900dc536bdf0c92df799a5fdd1cbdecc62
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmUxMjQzMTkwMGRjNTM2YmRmMGM5MmRmNzk5YTVmZGQxY2JkZWNjNjJaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Udemy
-
PHP
OOP
Object
Oriented
Programming
for
beginners
Project
文件列表
01 Getting Started/001 Section Overview.mp4
2.11MB
01 Getting Started/002 Code Editors I recommend Optional Lecture.mp4
26.95MB
01 Getting Started/003 Web Development Software Installation XAMPP.mp4
79.56MB
01 Getting Started/004 Course Exercise files.mp4
36.07MB
01 Getting Started/005 Displaying errors in PHP.mp4
54.35MB
02 OOP Fundamentals/001 Section Overview.mp4
1.3MB
02 OOP Fundamentals/002 Defining a class.mp4
32.4MB
02 OOP Fundamentals/003 Defining a methods.mp4
15.51MB
02 OOP Fundamentals/004 Instantiating a Class.mp4
15.25MB
02 OOP Fundamentals/005 Defining properties.mp4
28.56MB
02 OOP Fundamentals/006 Class Inheratance.mp4
17.91MB
02 OOP Fundamentals/007 Access Control Modifiers.mp4
23.89MB
02 OOP Fundamentals/008 Static Modifier.mp4
29.26MB
02 OOP Fundamentals/009 Getters and Setters.mp4
19.16MB
02 OOP Fundamentals/010 Referencing Parent Class with Static.mp4
31.97MB
02 OOP Fundamentals/011 Constructors and Destructors.mp4
38.53MB
03 OOP Project - Building a Photo Gallery System/001 Overview of this project.mp4
2.08MB
03 OOP Project - Building a Photo Gallery System/002 Project Directories Assets.mp4
35.03MB
03 OOP Project - Building a Photo Gallery System/003 Editing and Modifying Files.mp4
55.69MB
03 OOP Project - Building a Photo Gallery System/004 Gallery System Links.mp4
12.26MB
03 OOP Project - Building a Photo Gallery System/005 Creating Pages.mp4
32.36MB
03 OOP Project - Building a Photo Gallery System/006 Creating Database and User Table.mp4
20.25MB
04 Database Class/001 Section Overview.mp4
2.51MB
04 Database Class/002 Setting Up the Database Connection.mp4
22.75MB
04 Database Class/003 Initializing all Includes in one file.mp4
11.22MB
04 Database Class/004 Creating the Database Class.mp4
22.49MB
04 Database Class/005 Automatic DB Connection Setup.mp4
15.43MB
04 Database Class/006 The Query Method.mp4
10.62MB
04 Database Class/007 Database Class Helper Methods.mp4
13.35MB
04 Database Class/008 Testing Query Method.mp4
31.09MB
04 Database Class/009 Improving our Connection.mp4
9.9MB
05 The User Class/001 Section Overview.mp4
1.75MB
05 The User Class/002 Creating our User Class.mp4
13.95MB
05 The User Class/003 Testing our find_all method.mp4
24.43MB
05 The User Class/004 Static Method Usage and Challenge.mp4
10.99MB
05 The User Class/005 Creating a Find user id method and Solution.mp4
21.23MB
05 The User Class/006 Create This Query Method.mp4
29.06MB
05 The User Class/007 Assigning Array Values to Object Properties.mp4
16.86MB
05 The User Class/008 Auto Instantiation Method.mp4
18.59MB
05 The User Class/009 Testing the Instantiation Method.mp4
15.23MB
05 The User Class/010 Short Way Auto Instantiation.mp4
22.62MB
05 The User Class/011 Creating The Attribute Finder Method.mp4
21.19MB
05 The User Class/012 Adding our Instantiation Method.mp4
34.19MB
05 The User Class/013 Using our Instantiation Method to find all users.mp4
23.46MB
05 The User Class/014 Using our Instantiation Method to find 1 User.mp4
57.49MB
05 The User Class/015 Undeclared Object Backup Function.mp4
31.17MB
06 The Session Class/001 Section Overview.mp4
2.06MB
06 The Session Class/002 Starting Sessions.mp4
23.65MB
06 The Session Class/003 The Checking login Method.mp4
14.54MB
06 The Session Class/004 The Login Method.mp4
27.92MB
06 The Session Class/005 The Logout Method.mp4
16.85MB
06 The Session Class/006 Controlling Access to Admin.mp4
29.73MB
06 The Session Class/007 Creating The Login Page.mp4
31.3MB
06 The Session Class/008 Creating the Verify Method Part 1.mp4
25.42MB
06 The Session Class/009 Creating the Verify Method Part 1.mp4
34.65MB
06 The Session Class/010 Login Form Creation Download.mp4
37.95MB
06 The Session Class/011 Creating our Login out Feature.mp4
35.18MB
06 The Session Class/012 Outputting Feedback for User.mp4
22.37MB
07 Files Basics/001 Section Overview.mp4
1.32MB
07 Files Basics/002 Understanding File Permsissions.mp4
13.49MB
07 Files Basics/003 Magic Contants.mp4
50.93MB
08 Uploading Files/001 Section Overview.mp4
1.52MB
08 Uploading Files/002 Configuring PHP for File Uploads.mp4
37.53MB
08 Uploading Files/003 Sending Files.mp4
17.23MB
08 Uploading Files/004 Analyzing Uploaded File Structure.mp4
12.03MB
08 Uploading Files/005 File Error Code Explained.mp4
31.69MB
08 Uploading Files/006 Moving Uploaded Files.mp4
43.44MB
09 CRUD Create Method/001 Section Overview.mp4
1.5MB
09 CRUD Create Method/002 Create Method Query Part1.mp4
27.24MB
09 CRUD Create Method/003 Create Method Query Part 2.mp4
22.68MB
09 CRUD Create Method/004 Inserting Last ID Method Challenge.mp4
21.77MB
09 CRUD Create Method/005 Testing our Method Solution.mp4
32.41MB
10 CRUD Update Method/001 Update Method Query.mp4
33.05MB
10 CRUD Update Method/002 Testing our Update Method.mp4
19.49MB
11 CRUD Delete Method/001 Delete Method.mp4
24.44MB
11 CRUD Delete Method/002 Testing the Delete Method.mp4
46.45MB
12 Abstracting and Improving/001 Section Overview.mp4
1.59MB
12 Abstracting and Improving/002 Improving the Create Method.mp4
38.38MB
12 Abstracting and Improving/003 Abstracting Tables.mp4
40.78MB
12 Abstracting and Improving/004 Abstracting Properties.mp4
21.42MB
12 Abstracting and Improving/005 Abstracting the Create Method Part 1.mp4
30.1MB
12 Abstracting and Improving/006 Abstracting the Create Method Part 2.mp4
17.31MB
12 Abstracting and Improving/007 Modifying the properties method.mp4
34.38MB
12 Abstracting and Improving/008 Testing the Abstracted Create Method.mp4
20.93MB
12 Abstracting and Improving/009 Abstracting the Update Method.mp4
25.18MB
12 Abstracting and Improving/010 Testing the Abstracted Update Method.mp4
15.69MB
12 Abstracting and Improving/011 Escaping Values From our Abstracted Methods.mp4
35.31MB
13 The Photo Class/001 Section Overview.mp4
1.51MB
13 The Photo Class/002 Creating the Database Table for our Photo Class.mp4
18.16MB
13 The Photo Class/003 Abstracting the remaining methods.mp4
19.6MB
13 The Photo Class/004 Create the Parent Class.mp4
27.28MB
13 The Photo Class/005 Fixing lecture 90 Double Return.mp4
9.17MB
13 The Photo Class/006 Late Static Binding.mp4
38.55MB
13 The Photo Class/007 Coding The Photo Class.mp4
47.06MB
13 The Photo Class/008 Adding Class Properties.mp4
15.97MB
13 The Photo Class/009 Testing Inherited Methods.mp4
32.8MB
13 The Photo Class/010 Setting Up our Properties Array.mp4
18.47MB
13 The Photo Class/011 Building Directory Paths.mp4
39.76MB
13 The Photo Class/012 Set File Method.mp4
29.32MB
13 The Photo Class/013 Save Method Part 1.mp4
32.93MB
13 The Photo Class/014 Save Method Part 2.mp4
31.86MB
13 The Photo Class/015 HTML Form Creation.mp4
37.32MB
13 The Photo Class/016 Uploading and Testing.mp4
41.4MB
13 The Photo Class/017 Coding The HTML for our Photos Table.mp4
25.73MB
13 The Photo Class/018 Coding The PHP for a Photo Table.mp4
26.19MB
13 The Photo Class/019 Dynamic Image Path.mp4
24.11MB
14 ADMIN PHOTOS Deletion Section/001 Section Overview.mp4
2.14MB
14 ADMIN PHOTOS Deletion Section/002 DELETE PAGE and Links Part 1.mp4
24.64MB
14 ADMIN PHOTOS Deletion Section/003 DELETE Page Part 1.mp4
14.46MB
14 ADMIN PHOTOS Deletion Section/004 Making our Application More Generic.mp4
73.88MB
14 ADMIN PHOTOS Deletion Section/005 Creating The Delete Method.mp4
34.77MB
14 ADMIN PHOTOS Deletion Section/006 Setting Up The Right Redirect Paths for Delete.mp4
12.91MB
15 ADMIN PHOTOS Edit Photo Section/001 Section Overview.mp4
1.12MB
15 ADMIN PHOTOS Edit Photo Section/002 Creating The Edit Page.mp4
38.2MB
15 ADMIN PHOTOS Edit Photo Section/003 Creating The Edit Page Part 2.mp4
40.2MB
15 ADMIN PHOTOS Edit Photo Section/004 Writing our PHP Code Part 1.mp4
31.37MB
15 ADMIN PHOTOS Edit Photo Section/005 Writing our PHP Code Part 2.mp4
26.94MB
15 ADMIN PHOTOS Edit Photo Section/006 Displaying Data.mp4
48.03MB
15 ADMIN PHOTOS Edit Photo Section/007 Updating Data.mp4
16.95MB
15 ADMIN PHOTOS Edit Photo Section/008 Picture and Sidebar Styling.mp4
31.49MB
15 ADMIN PHOTOS Edit Photo Section/009 Installing The Text Editor.mp4
17.96MB
15 ADMIN PHOTOS Edit Photo Section/010 Setting Size for Photos Page Thumbnail.mp4
16.7MB
16 ADMIN USERS/001 Section Overview.mp4
1.51MB
16 ADMIN USERS/002 Displaying User Page.mp4
28.67MB
16 ADMIN USERS/003 Working with User Image.mp4
47.96MB
16 ADMIN USERS/004 Creating User Image Column in DB Table.mp4
25MB
16 ADMIN USERS/005 Deleting Users.mp4
9.36MB
16 ADMIN USERS/006 Creating Add User Page Part 1.mp4
37.05MB
16 ADMIN USERS/007 Creating Add User Page Part 2 Testing.mp4
14.15MB
16 ADMIN USERS/008 Assigning POST values to Object Properties.mp4
21.17MB
16 ADMIN USERS/009 Setting Up Image Upload for User.mp4
53.84MB
16 ADMIN USERS/010 Creating The User Edit Page.mp4
27.99MB
16 ADMIN USERS/011 Updating User.mp4
42.16MB
16 ADMIN USERS/012 Empty Password Field Fix.mp4
11.45MB
16 ADMIN USERS/013 Updating User Modification.mp4
19.94MB
16 ADMIN USERS/014 Delete within Edit User Page.mp4
26.31MB
16 ADMIN USERS/015 Fixing Duplicate Record Creation Bug.mp4
12.29MB
17 ADMIN COMMENTS/001 Section Overview.mp4
2.19MB
17 ADMIN COMMENTS/002 Creating the Comments Table in the Database.mp4
17.97MB
17 ADMIN COMMENTS/003 Creating the Comment Class.mp4
19MB
17 ADMIN COMMENTS/004 Self Instantiation Comment Method.mp4
25.09MB
17 ADMIN COMMENTS/005 Find Comments Method.mp4
28.76MB
17 ADMIN COMMENTS/006 Testing our Comment Form.mp4
33.61MB
17 ADMIN COMMENTS/007 Including Our Classes in Photo.php FRONT-END.mp4
23.17MB
17 ADMIN COMMENTS/008 Pulling Data From Form Part 1.mp4
18.96MB
17 ADMIN COMMENTS/009 Pulling Data From Form Part 2.mp4
35.43MB
17 ADMIN COMMENTS/010 Displaying Making Comments - FRONT-END.mp4
30.34MB
17 ADMIN COMMENTS/011 Displaying Making Comments - BACK-END.mp4
27.26MB
17 ADMIN COMMENTS/012 Deleting Comments.mp4
9.85MB
17 ADMIN COMMENTS/013 Creating the Individual Comment Page Part 1.mp4
29.81MB
17 ADMIN COMMENTS/014 Creating the Individual Comment Page Part 2.mp4
14.88MB
17 ADMIN COMMENTS/015 Creating the Count Comment Code and CHALLENGE.mp4
15.06MB
17 ADMIN COMMENTS/016 Comment Count Link SOLUTION.mp4
13.41MB
17 ADMIN COMMENTS/017 Deleting Specific Photo Comments Code.mp4
10.78MB
18 ADMIN Dashboard Setup/001 Section Overview.mp4
1.39MB
18 ADMIN Dashboard Setup/002 Dynamic Menu to Photo.php.mp4
28.67MB
18 ADMIN Dashboard Setup/003 Dashboard HTML Snippets Inclusion.mp4
13.46MB
18 ADMIN Dashboard Setup/004 Adding Google API Charts.mp4
17.86MB
18 ADMIN Dashboard Setup/005 Tracking Page Views Method.mp4
29.12MB
18 ADMIN Dashboard Setup/006 Creating the Count All Method and Echoing Photo Count.mp4
27.45MB
18 ADMIN Dashboard Setup/007 Setting Up Users and Comment Counts.mp4
14.36MB
18 ADMIN Dashboard Setup/008 Modifying Chart Properties.mp4
48.65MB
18 ADMIN Dashboard Setup/009 Dynamic Data in Chart Creation.mp4
39.55MB
19 FRONT-END Gallery System/001 Setting Up Index to Display Photos Part 1.mp4
29.34MB
19 FRONT-END Gallery System/002 Setting Up Index to Display Photos Part 2.mp4
19.54MB
19 FRONT-END Gallery System/003 Correcting Photos Alignment with CSS.mp4
19.96MB
19 FRONT-END Gallery System/004 Coding the PHP in Photo.php FRON-END.mp4
42.11MB
19 FRONT-END Gallery System/005 Home Page Link and Footer Modifications.mp4
20.63MB
20 FRONT-END PAGINATION/001 Section Overview.mp4
1.08MB
20 FRONT-END PAGINATION/002 Setting Up our Pagination Variables.mp4
20.46MB
20 FRONT-END PAGINATION/003 Creating the Paginate CLASS.mp4
12.62MB
20 FRONT-END PAGINATION/004 Creating our Construct Function to Initialize some Properties.mp4
10.67MB
20 FRONT-END PAGINATION/005 Building our Paginate Class Methods Part 1.mp4
21.48MB
20 FRONT-END PAGINATION/006 Building our Paginate Class Methods Part 2.mp4
26.94MB
20 FRONT-END PAGINATION/007 Instantiating and Testing Paginate.mp4
34.53MB
20 FRONT-END PAGINATION/008 Setting Up our Next Page Link.mp4
20.69MB
20 FRONT-END PAGINATION/009 Putting our Next Link to Work - CHALLENGE.mp4
11.68MB
20 FRONT-END PAGINATION/010 Creating Previous Link - SOLUTION.mp4
14.34MB
20 FRONT-END PAGINATION/011 Paginate Indication and Looping.mp4
28.29MB
20 FRONT-END PAGINATION/012 Pagination Indication CSS.mp4
19.37MB
20 FRONT-END PAGINATION/013 CLEANING UP.mp4
32.99MB
21 EXTRA FEATURES/001 Extra Features Overview.mp4
3.51MB
21 EXTRA FEATURES/002 Creating the Modal HTML Snippets Download.mp4
49.27MB
21 EXTRA FEATURES/003 Including Modal from somewhere else.mp4
26.95MB
21 EXTRA FEATURES/004 Setting up our Javascript jQuery Code.mp4
51.72MB
21 EXTRA FEATURES/005 Enable Selection Button on Click - jQuery.mp4
12.98MB
21 EXTRA FEATURES/006 Enabling the Selection Button with jQuery.mp4
16.96MB
21 EXTRA FEATURES/007 Pulling User Id with jQuery and Javascript.mp4
35.03MB
21 EXTRA FEATURES/008 Pulling Image Name with jQuery and Javascript.mp4
16.52MB
21 EXTRA FEATURES/009 Writing the AJAX code .mp4
27.68MB
21 EXTRA FEATURES/010 Writing the AJAX part 2 - Setting User Image.mp4
27.34MB
21 EXTRA FEATURES/011 Testing our AJAX Code.mp4
15.42MB
21 EXTRA FEATURES/012 Creating the AJAX PHP Method.mp4
21.37MB
21 EXTRA FEATURES/013 Modifying Improving Our AJAX PHP method.mp4
40.72MB
21 EXTRA FEATURES/014 Photo Library Sidebar Part 1 - CHALLENGE INCLUDED.mp4
25.99MB
21 EXTRA FEATURES/015 Photo Library Sidebar Part 2 - SOLUTION INCLUDED.mp4
10.76MB
21 EXTRA FEATURES/016 Photo Library Sidebar Part 3 - COMPLETED.mp4
17.47MB
21 EXTRA FEATURES/017 Creating Session Methods for Notifications in the Edit User Page Part 1.mp4
22.79MB
21 EXTRA FEATURES/018 Creating Session Methods for Notifications in the Edit User Page Part 2.mp4
38.56MB
21 EXTRA FEATURES/019 Updating User Methods.mp4
28.38MB
21 EXTRA FEATURES/020 Setting Up Notifications for CRUD Part 1.mp4
34.99MB
21 EXTRA FEATURES/021 Setting Up Notifications for CRUD Part 2.mp4
15.43MB
21 EXTRA FEATURES/022 Installing a Multiple Upload and Drop JS File Plugin Part 1.mp4
33.21MB
21 EXTRA FEATURES/023 Installing a Multiple Upload and Drop JS File Plugin Part 2.mp4
31.11MB
21 EXTRA FEATURES/024 Installing a Multiple Upload and Drop JS File Plugin Part 3 - COMPLETE.mp4
21.66MB
21 EXTRA FEATURES/025 Edit Photo Page Sidebar jQuery Dropdown.mp4
37.14MB
21 EXTRA FEATURES/026 Login Page CSS.mp4
11.15MB
21 EXTRA FEATURES/027 Confirm Delete with Javascript and jQuery.mp4
30.93MB
21 EXTRA FEATURES/028 Conclusion.mp4
5.19MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统