PHP With MySQL Beyond The Basics DVD

seeders: 6
leechers: 1
Added on June 16, 2013 by darknova11in Other > Tutorials
Torrent verified.



PHP With MySQL Beyond The Basics DVD (Size: 677.06 MB)
 01 01. PHP and MySQL installation.mov1.27 MB
 01 02. Project setup.mov3.39 MB
 02 01. Using variable variables.mov4.68 MB
 02 02. Applying more array functions.mov5.3 MB
 02 03. Building dates and times - Epoch Unix.mov6.84 MB
 02 04. Formatting dates and times - Strings and SQL.mov8.96 MB
 02 05. Setting server and request variables.mov4.98 MB
 02 06. Establishing global and static variable scope.mov5.04 MB
 02 07. Making a reference assignment.mov2.68 MB
 02 08. Using references as function arguments.mov3.48 MB
 02 09. Using references as function return values.mov5.64 MB
 03 01. Introducing the concept and basics of OOP.mov4.16 MB
 03 02. Defining classes.mov3.7 MB
 03 03. Defining class methods.mov3.29 MB
 03 04. Instantiating a class.mov4.8 MB
 03 05. Referencing an instance.mov3.53 MB
 03 06. Defining class properties.mov7.57 MB
 04 01. Understanding class inheritance.mov5.59 MB
 04 02. Setting access modifiers.mov7.17 MB
 04 03. Using setters and getters.mov3.35 MB
 04 04. Working with the static modifier.mov6.93 MB
 04 05. Reviewing the scope resolution operator.mov2.43 MB
 04 06. Referencing the Parent class.mov5.53 MB
 04 07. Using constructors and destructors.mov4.89 MB
 04 08. Cloning objects.mov3.1 MB
 04 09. Comparing objects.mov4.14 MB
 05 01. Overview of the project.mov2.01 MB
 05 02. Creating project and asset directories.mov5.44 MB
 05 03. Creating a MySQL database.mov4.46 MB
 06 01. Creating the MySQL Database class.mov6.79 MB
 06 02. Adding queries to the MySQL Database class.mov4.01 MB
 06 03. Using the database object.mov6.42 MB
 06 04. How OOP is an improvement.mov6.85 MB
 06 05. Creating a User class.mov7.36 MB
 06 06. Instantiating user objects.mov10.6 MB
 06 07. Revising find methods to instantiate.mov4.29 MB
 06 08. Autoload - The undeclared object safety net.mov4.57 MB
 06 09. Creating the Session class.mov6.52 MB
 06 10. Logging in using the Session class.mov12.5 MB
 07 01. File system basics.mov5.12 MB
 07 02. Understanding file permissions.mov6.4 MB
 07 03. Setting file permissions.mov5.28 MB
 07 04. PHP permissions.mov11.09 MB
 07 05. Accessing files.mov7.86 MB
 07 06. Writing to files.mov5.11 MB
 07 07. Deleting files.mov1.72 MB
 07 08. Moving the file pointer.mov3.32 MB
 07 09. Reading files.mov7.16 MB
 07 10. Examining file details.mov7.16 MB
 08 01. Configuring PHP for file uploads.mov4.76 MB
 08 02. Sending files as form data.mov5.4 MB
 08 03. Inspecting uploaded files.mov3.37 MB
 08 04. Uploading errors.mov3.65 MB
 08 05. Moving uploaded files.mov5.77 MB
 09 01. Remaining user CRUD.mov2.02 MB
 09 02. Creating users.mov5.7 MB
 09 03. Updating users.mov7.56 MB
 09 04. Deleting users.mov4.57 MB
 09 05. Abstracting the database table name.mov7.29 MB
 09 06. Abstracting the attributes.mov9.09 MB
 09 07. Finding the database attributes.mov3.75 MB
 10 01. Starting the Photograph class.mov8.33 MB
 10 02. Coding the Photograph class.mov8.33 MB
 10 03. Saving photographs.mov8.55 MB
 10 04. Uploading photographs.mov8.03 MB
 10 05. Listing photographs.mov8.2 MB
 10 06. Storing messages in the Session class.mov8.64 MB
 10 07. Deleting photographs.mov11.03 MB
 10 08. Displaying photographs in the public area.mov5.96 MB
 11 01. Creating the Comment class.mov9.26 MB
 11 02. Building the comment form.mov9.57 MB
 11 03. Listing comments.mov12.15 MB
 11 04. Reviewing comments in the staff area.mov9.3 MB
 12 01. Understanding the concepts behind pagination.mov2.65 MB
 12 02. Using LIMIT, OFFSET, and COUNT.mov2.14 MB
 12 03. Finding the pagination variables.mov8.81 MB
 12 04. Using the Pagination class.mov4.97 MB
 12 05. Paginating photographs.mov4.23 MB
 12 06. Using pagination links.mov6.68 MB
 13 01. Configuring PHP for email.mov5.16 MB
 13 02. Sending email with mail.mov5.76 MB
 13 03. Using headers.mov7.22 MB
 13 04. Reviewing SMTP.mov2.42 MB
 13 05. Using PHPMailer.mov12.36 MB
 13 06. Building notification for new comments.mov11.68 MB
 14 01. Using MVC architecture.mov5.89 MB
 14 02. Simple templating.mov10.53 MB
 14 03. Using the Smarty PHP templating engine.mov3.01 MB
 14 04. Building PHP libraries and frameworks.mov2.05 MB
 15 01. Goodbye.mov1.26 MB
 16 01. Installing on Mac 10.4 (Tiger).mov13.58 MB
 16 02. Installing on Mac 10.5 (Leopard).mov9.73 MB
 16 03. Configuring a Mac.mov9.99 MB
 16 04. The text editor on Mac.mov3.59 MB
 16 05. phpMyAdmin installation on Mac.mov2.16 MB
 16 06. Installing on Windows.mov6.1 MB
 16 07. Configuring on Windows.mov7.59 MB
 16 08. The text editor on Windows.mov4.79 MB
 16 09. MySQL basics phpMyAdmin.mov11.43 MB
 Exercise Files2.94 MB
 00 01. Introduction.mov17.17 MB
 00 02. Using the exercise files.mov2.37 MB

Description

image
In PHP with MySQL Beyond the Basics, expert instructor Kevin Skoglund introduces powerful PHP programming techniques using object-oriented programming (OOP). Both novice and experienced PHP developers will benefit from the efficient, well-organized, reusable, and easy-to-understand code that OOP offers. Kevin shows how OOP techniques can streamline database queries, help manage sessions, and simplify user logins. While building a real-world web application, Kevin also includes practical advice on topics ranging from structuring code to logging user actions. Exercise files accompany the course.
Topics include:
Defining and using classes, methods, and attributes
Understanding class inheritance and access modifiers
Working with files and directories
Uploading files to a server via forms
Sending emails with PHP
Using pagination and View templates

Related Torrents

torrent name size seed leech

Sharing Widget


Download torrent
677.06 MB
seeders:6
leechers:1
PHP With MySQL Beyond The Basics DVD

All Comments

Thanks
thanks