FileMood

Download [Resourcespoint.tech] oop object oriented programming in php7

Resourcespoint tech oop object oriented programming in php7

Name

[Resourcespoint.tech] oop object oriented programming in php7

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

5.7 GB

Total Files

233

Hash

97E3695F77039D45DD354BF12163141039F8D159

/01 Getting Started/

001 Section Overview.mp4

2.2 MB

002 Edwin from the future.mp4

4.4 MB

003 Code Editors I recommend Optional Lecture.mp4

28.3 MB

004 Web Development Software Installation XAMPP.mp4

83.4 MB

005 Course Exercise files.mp4

37.8 MB

006 Displaying errors in PHP.mp4

57.0 MB

/.../005 Course Exercise files/

CMS-TEMPLATE-PHP.zip

6.0 MB

Gallery.zip

6.0 MB

Oop.zip

3.7 KB

/02 OOP Fundamentals/

007 Section Overview.mp4

1.4 MB

008 Defining a class.mp4

34.0 MB

009 Defining methods.mp4

16.3 MB

010 Instantiating a Class.mp4

16.0 MB

011 Defining properties.mp4

30.0 MB

012 Class Inheritance.mp4

18.8 MB

013 Access Control Modifiers.mp4

25.0 MB

014 Static Modifier.mp4

30.7 MB

015 Getters and Setters.mp4

20.1 MB

016 Referencing Parent Class with Static.mp4

33.5 MB

017 Constructors and Destructors.mp4

40.4 MB

/03 OOP Project - Building a Photo Gallery System/

018 Overview of this project.mp4

2.2 MB

019 Project Directories Assets.mp4

36.7 MB

020 Editing and Modifying Files.mp4

58.4 MB

021 Gallery System Links.mp4

12.9 MB

022 Creating Pages.mp4

33.9 MB

023 Creating Database and User Table.mp4

21.2 MB

/.../019 Project Directories Assets/

CMS-TEMPLATE-PHP.zip

6.0 MB

/04 Database Class/

024 Section Overview.mp4

2.6 MB

025 Setting Up the Database Connection.mp4

23.9 MB

026 Initializing all Includes in one file.mp4

11.8 MB

027 Init file inclusion reminder Edwin from the future.mp4

10.9 MB

028 Creating the Database Class.mp4

23.6 MB

029 Future Update for database class.mp4

5.2 MB

030 Automatic DB Connection Setup.mp4

16.2 MB

031 The Query Method.mp4

11.1 MB

032 Database Class Helper Methods.mp4

14.0 MB

033 Testing Query Method.mp4

32.6 MB

034 Improving our Connection to be more OOP.mp4

30.2 MB

/05 The User Class/

035 Section Overview.mp4

1.8 MB

036 Creating our User Class.mp4

14.6 MB

037 Testing our find_all method.mp4

25.6 MB

038 Static Method Usage and Challenge.mp4

11.5 MB

039 Creating a Find user id method and Solution.mp4

22.3 MB

040 Create This Query Method.mp4

30.5 MB

041 Assigning Array Values to Object Properties.mp4

17.7 MB

042 Auto Instantiation Method.mp4

19.5 MB

043 Testing the Instantiation Method.mp4

16.0 MB

044 Short Way Auto Instantiation.mp4

23.7 MB

045 Creating The Attribute Finder Method.mp4

22.2 MB

046 Adding our Instantiation Method.mp4

35.9 MB

047 Using our Instantiation Method to find all users.mp4

24.6 MB

048 Using our Instantiation Method to find 1 User.mp4

60.3 MB

049 Undeclared Object Backup Function.mp4

32.7 MB

050 Updating the Autoload Function Edwin from the future.mp4

38.7 MB

051 So what is going.html

2.3 KB

/06 The Session Class/

052 Section Overview.mp4

2.2 MB

053 Starting Sessions.mp4

24.8 MB

054 The Checking login Method.mp4

15.2 MB

055 The Login Method.mp4

29.3 MB

056 The Logout Method.mp4

17.7 MB

057 Controlling Access to Admin.mp4

31.2 MB

058 Creating The Login Page.mp4

32.8 MB

059 Creating the Verify Method Part 1.mp4

26.7 MB

060 Creating the Verify Method part 2.mp4

36.3 MB

061 Duplicate return Important watch the whole lecture - Edwin from the future.mp4

8.2 MB

062 Login page position - Edwin from the future.mp4

1.7 MB

063 Login Form Creation Download.mp4

39.8 MB

064 Creating our Login out Feature.mp4

36.9 MB

065 Creating message method.mp4

11.0 MB

066 Outputting Feedback for User.mp4

23.5 MB

/.../063 Login Form Creation Download/

54-Login-Form-Php.zip

0.5 KB

/07 Files Basics/

067 Section Overview.mp4

1.4 MB

068 Understanding File Permissions.mp4

14.1 MB

069 Magic Constants.mp4

53.4 MB

/08 Uploading Files/

070 Section Overview.mp4

1.6 MB

071 Configuring PHP for File Uploads.mp4

39.4 MB

072 Sending Files.mp4

18.1 MB

073 Analyzing Uploaded File Structure.mp4

12.6 MB

074 File Error Code Explained.mp4

33.2 MB

075 Moving Uploaded Files.mp4

45.5 MB

/09 CRUD Create Method/

076 Section Overview.mp4

1.6 MB

077 Create Method Query Part1.mp4

28.6 MB

078 Create Method Query Part 2.mp4

23.8 MB

079 Inserting Last ID Method Challenge.mp4

22.8 MB

080 Testing our Method Solution.mp4

34.0 MB

/10 CRUD Update Method/

081 Update Method Query.mp4

34.7 MB

082 Testing our Update Method.mp4

20.4 MB

/11 CRUD Delete Method/

083 Delete Method.mp4

25.6 MB

084 Testing the Delete Method.mp4

48.7 MB

/12 Abstracting and Improving/

085 Section Overview.mp4

1.7 MB

086 Improving the Create Method.mp4

40.2 MB

087 Abstracting Tables.mp4

42.8 MB

088 Abstracting Properties.mp4

22.5 MB

089 Abstracting the Create Method Part 1.mp4

31.6 MB

090 Abstracting the Create Method Part 2.mp4

18.2 MB

091 Modifying the properties method.mp4

36.1 MB

092 Testing the Abstracted Create Method.mp4

21.9 MB

093 Abstracting the Update Method.mp4

26.4 MB

094 Testing the Abstracted Update Method.mp4

16.5 MB

095 Escaping Values From our Abstracted Methods.mp4

37.0 MB

/13 The Photo Class/

096 Section Overview.mp4

1.6 MB

097 Creating the Database Table for our Photo Class.mp4

19.0 MB

098 Abstracting the remaining methods.mp4

20.6 MB

099 Create the Parent Class.mp4

28.6 MB

100 Fixing lecture 90 Double Return.mp4

9.6 MB

101 Late Static Binding.mp4

40.4 MB

102 Coding The Photo Class.mp4

49.3 MB

103 Adding Class Properties.mp4

16.7 MB

104 Testing Inherited Methods.mp4

34.4 MB

105 Setting Up our Properties Array.mp4

19.4 MB

106 Building Directory Paths.mp4

41.7 MB

107 Set File Method.mp4

30.7 MB

108 Save Method Part 1.mp4

34.5 MB

109 Save Method Part 2.mp4

33.4 MB

110 HTML Form Creation.mp4

39.1 MB

111 Uploading and Testing.mp4

43.4 MB

112 Coding The HTML for our Photos Table.mp4

27.0 MB

113 Coding The PHP for a Photo Table.mp4

27.5 MB

114 Dynamic Image Path.mp4

25.3 MB

/.../114 Dynamic Image Path/

Car-Pictures.zip

2.2 MB

/14 ADMIN PHOTOS Deletion Section/

115 Section Overview.mp4

2.2 MB

116 DELETE PAGE and Links Part 1.mp4

25.8 MB

117 DELETE Page Part 1.mp4

15.2 MB

118 Making our Application More Generic.mp4

77.5 MB

119 Creating The Delete Method.mp4

36.5 MB

120 Setting Up The Right Redirect Paths for Delete.mp4

13.5 MB

/15 ADMIN PHOTOS Edit Photo Section/

121 Section Overview.mp4

1.2 MB

122 Creating The Edit Page.mp4

40.1 MB

123 Creating The Edit Page Part 2.mp4

42.2 MB

124 Writing our PHP Code Part 1.mp4

32.9 MB

125 Writing our PHP Code Part 2.mp4

28.2 MB

126 Displaying Data.mp4

50.4 MB

127 Updating Data.mp4

17.8 MB

128 Picture and Sidebar Styling.mp4

33.0 MB

129 Installing The Text Editor.mp4

18.8 MB

130 Setting Size for Photos Page Thumbnail.mp4

17.5 MB

/.../123 Creating The Edit Page Part 2/

76-Edit-Photo-Snippet-Php.zip

0.7 KB

/.../128 Picture and Sidebar Styling/

81-Edit-Photo-Styles-Css.zip

0.4 KB

/16 ADMIN USERS/

131 Section Overview.mp4

1.6 MB

132 Displaying User Page.mp4

30.1 MB

133 Working with User Image.mp4

50.3 MB

134 Creating User Image Column in DB Table.mp4

26.2 MB

135 Deleting Users.mp4

9.8 MB

136 Creating Add User Page Part 1.mp4

38.9 MB

137 Creating Add User Page Part 2 Testing.mp4

14.8 MB

138 Assigning POST values to Object Properties.mp4

22.2 MB

139 Setting Up Image Upload for User.mp4

56.5 MB

140 Creating The User Edit Page.mp4

29.3 MB

141 Updating User.mp4

44.2 MB

142 Empty Password Field Fix.mp4

12.0 MB

143 Updating User Modification.mp4

20.9 MB

144 Delete within Edit User Page.mp4

27.6 MB

145 Fixing Duplicate Record Creation Bug.mp4

12.9 MB

/17 ADMIN COMMENTS/

146 Section Overview.mp4

2.3 MB

147 Creating the Comments Table in the Database.mp4

18.8 MB

148 Creating the Comment Class.mp4

19.9 MB

149 Self Instantiation Comment Method.mp4

26.3 MB

150 Find Comments Method.mp4

30.2 MB

151 Testing our Comment Form.mp4

35.2 MB

152 Including Our Classes in Photo.php FRONT-END.mp4

24.3 MB

153 Pulling Data From Form Part 1.mp4

19.9 MB

154 Pulling Data From Form Part 2.mp4

37.2 MB

155 Displaying Making Comments - FRONT-END.mp4

31.8 MB

156 Displaying Making Comments - BACK-END.mp4

28.6 MB

157 Deleting Comments.mp4

10.3 MB

158 Creating the Individual Comment Page Part 1.mp4

31.3 MB

159 Creating the Individual Comment Page Part 2.mp4

15.6 MB

160 Creating the Count Comment Code and CHALLENGE.mp4

15.8 MB

161 Comment Count Link SOLUTION.mp4

14.1 MB

162 Deleting Specific Photo Comments Code.mp4

11.3 MB

/.../158 Creating the Individual Comment Page Part 1/

Car-Pictures.zip

2.2 MB

/18 ADMIN Dashboard Setup/

163 Section Overview.mp4

1.5 MB

164 Dynamic Menu to Photo.php.mp4

30.1 MB

165 Dashboard HTML Snippets Inclusion.mp4

14.1 MB

166 Adding Google API Charts.mp4

18.7 MB

167 Tracking Page Views Method.mp4

30.5 MB

168 Creating the Count All Method and Echoing Photo Count.mp4

28.8 MB

169 Setting Up Users and Comment Counts.mp4

15.1 MB

170 Modifying Chart Properties.mp4

51.0 MB

171 Dynamic Data in Chart Creation.mp4

41.5 MB

/.../165 Dashboard HTML Snippets Inclusion/

112-Dashboard-Code-Snippet-Php.zip

0.6 KB

/19 FRONT-END Gallery System/

172 Setting Up Index to Display Photos Part 1.mp4

30.8 MB

173 Setting Up Index to Display Photos Part 2.mp4

20.5 MB

174 Correcting Photos Alignment with CSS.mp4

20.9 MB

175 Coding the PHP in Photo.php FRON-END.mp4

44.2 MB

176 Home Page Link and Footer Modifications.mp4

21.6 MB

/20 FRONT-END PAGINATION/

177 Section Overview.mp4

1.1 MB

178 Setting Up our Pagination Variables.mp4

21.5 MB

179 Creating the Paginate CLASS.mp4

13.2 MB

180 Creating our Construct Function to Initialize some Properties.mp4

11.2 MB

181 Building our Paginate Class Methods Part 1.mp4

22.5 MB

182 Building our Paginate Class Methods Part 2.mp4

28.3 MB

183 Instantiating and Testing Paginate.mp4

36.2 MB

184 Setting Up our Next Page Link.mp4

21.7 MB

185 Putting our Next Link to Work - CHALLENGE.mp4

12.2 MB

186 Creating Previous Link - SOLUTION.mp4

15.0 MB

187 Paginate Indication and Looping.mp4

29.7 MB

188 Pagination Indication CSS.mp4

20.3 MB

189 CLEANING UP.mp4

34.6 MB

/21 EXTRA FEATURES/

190 Extra Features Overview.mp4

3.7 MB

191 Creating the Modal HTML Snippets Download.mp4

51.7 MB

192 Including Modal from somewhere else.mp4

28.3 MB

193 Setting up our Javascript jQuery Code.mp4

54.2 MB

194 Enable Selection Button on Click - jQuery.mp4

13.6 MB

195 Enabling the Selection Button with jQuery.mp4

17.8 MB

196 Pulling User Id with jQuery and Javascript.mp4

36.7 MB

197 Pulling Image Name with jQuery and Javascript.mp4

17.3 MB

198 Writing the AJAX - Setting User Image.mp4

28.7 MB

199 Testing our AJAX Code.mp4

16.2 MB

200 Creating the AJAX PHP Method.mp4

22.4 MB

201 Modifying Improving Our AJAX PHP method.mp4

42.7 MB

202 Photo Library Sidebar Part 1 - CHALLENGE INCLUDED.mp4

27.3 MB

203 Photo Library Sidebar Part 2 - SOLUTION INCLUDED.mp4

11.3 MB

204 Photo Library Sidebar Part 3 - COMPLETED.mp4

18.3 MB

205 Creating Session Methods for Notifications in the Edit User Page Part 1.mp4

23.9 MB

206 Creating Session Methods for Notifications in the Edit User Page Part 2.mp4

40.4 MB

207 Updating User Methods.mp4

29.8 MB

208 Setting Up Notifications for CRUD Part 1.mp4

36.7 MB

209 Setting Up Notifications for CRUD Part 2.mp4

16.2 MB

210 Installing a Multiple Upload and Drop JS File Plugin Part 1.mp4

34.8 MB

211 Installing a Multiple Upload and Drop JS File Plugin Part 2.mp4

32.6 MB

212 Installing a Multiple Upload and Drop JS File Plugin Part 3 - COMPLETE.mp4

22.7 MB

213 Edit Photo Page Sidebar jQuery Dropdown.mp4

38.9 MB

214 Login Page CSS.mp4

11.7 MB

215 Confirm Delete with Javascript and jQuery.mp4

32.4 MB

216 Conclusion and BONUS.mp4

5.6 MB

/.../191 Creating the Modal HTML Snippets Download/

136-Snippets-For-Modal.zip

1.0 KB

/22 Taking our application online/

217 Hosting setup.mp4

58.6 MB

218 Displaying errors online.mp4

30.8 MB

219 Uploading files and database creation.mp4

62.9 MB

220 Importing database and setting up configurations CHALLENGE.mp4

27.3 MB

221 Creating an online site root path SOLUTION.mp4

56.9 MB

222 Testing photos deletion functionality.mp4

30.5 MB

 

Total files 233


Copyright © 2025 FileMood.com