Object-Oriented Programming in PHP [ENG] [2010, ENG]

seeders: 6
leechers: 0
Added 15 years ago by bitrain in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Object-Oriented Programming in PHP [ENG] [2010, ENG] (Size: 895.99 MB)
  Object_Oriented_Programming_in_PHP_8-11
  .DS_Store 6 KB
  10 - The Insert Method
  10_The_Insert_Method.mov 91.48 MB
  11 - The Update and Delete Methods
  11_The_Update_and_Delete_Methods.mov 123 MB
  8 - The Query Method
  8_The_Query_Method.mov 118.74 MB
  9 - The Get Helper Method
  9_The_Get_Helper_Method.mov 135.75 MB
  FINAL SOURCE CODE
  MySqlDb.php 7.86 KB
  index.php 306 B
  nbproject
  private
  private.properties 150 B
  project.properties 133 B
  project.xml 315 B
  Object_Oriented_Programming_with_PHP_1-4
  .DS_Store 6 KB
  Screencasts 1-4
  1 - Introduction
  1_Introduction_and_OOP_First Steps.mp4 27.15 MB
  2 - Objects and Classes
  1_Objects_and_Classes_and_a_Powerful_IDE.mp4 26.49 MB
  Chapter 2 - Source
  Myclass.php 191 B
  index.php 199 B
  3 - Documenting your Code with DocBlocks
  1_Document_your_Code_with_DoBlocks.mp4 37.8 MB
  4 - Encapsulation
  1_Encapsulation.mp4 29.82 MB
  Chapter 4 - Source
  Myclass.php 182 B
  index.php 247 B
  nbproject
  private
  private.properties 142 B
  project.properties 133 B
  project.xml 307 B
  Object_Oriented_Programming_with_PHP_5-7
  .DS_Store 6 KB
  Screencasts 5-7
  5 - The Static Keyword
  1_The_Static_Keyword.mp4 33.67 MB
  Chapter 5 - Source
  Files.php 342 B
  README.rtf 1.49 KB
  envato.jpg?042148 14.09 KB
  index.php 371 B
  6 - Inheritance
  1_Inheritance.mp4 36.04 MB
  1b_Creating_Child_Classes.mp4 22.13 MB
  Chapter 6 - Source
  ChildClass.php 262 B
  ParentClass.php 181 B
  index.php 276 B
  nbproject
  private
  private.xml 207 B
  7 - Building a MySQL Wrapper Class
  1_The_Procedural_Route.mp4 42.31 MB
  2_The_Class_Route_Introduction.mp4 35.79 MB
  readme.txt 117 B
  __MACOSX
  ._Object_Oriented_Programming_in_PHP_8-11 197 B
  Object_Oriented_Programming_in_PHP_8-11
  ._.DS_Store 82 B
  ._10 - The Insert Method 197 B
  ._11 - The Update and Delete Methods 197 B
  ._8 - The Query Method 197 B
  ._9 - The Get Helper Method 197 B
  ._FINAL SOURCE CODE 197 B
  10 - The Insert Method
  ._10_The_Insert_Method.mov 197 B
  11 - The Update and Delete Methods
  ._11_The_Update_and_Delete_Methods.mov 197 B
  8 - The Query Method
  ._8_The_Query_Method.mov 197 B
  9 - The Get Helper Method
  9_The_Get_Helper_Method.mov 135.75 MB
  FINAL SOURCE CODE
  ._MySqlDb.php 1007 B
  ._index.php 197 B
  ._nbproject 197 B
  nbproject
  ._private 197 B
  ._project.properties 197 B
  ._project.xml 197 B
  private
  ._private.properties 197 B
  Object_Oriented_Programming_with_PHP_1-4
  ._.DS_Store 82 B
  Screencasts 1-4
  1 - Introduction
  ._1_Introduction_and_OOP_First Steps.mp4 82 B
  2 - Objects and Classes
  ._1_Objects_and_Classes_and_a_Powerful_IDE.mp4 82 B
  3 - Documenting your Code with DocBlocks
  ._1_Document_your_Code_with_DoBlocks.mp4 82 B
  4 - Encapsulation
  ._1_Encapsulation.mp4 82 B
  Object_Oriented_Programming_with_PHP_5-7
  ._.DS_Store 82 B
  Screencasts 5-7
  5 - The Static Keyword
  ._1_The_Static_Keyword.mp4 82 B
  Chapter 5 - Source
  ._README.rtf 193 B
  ._envato.jpg?042148 911 B
  6 - Inheritance
  ._1_Inheritance.mp4 82 B
  ._1b_Creating_Child_Classes.mp4 82 B
  7 - Building a MySQL Wrapper Class
  ._1_The_Procedural_Route.mp4 82 B
  ._2_The_Class_Route_Introduction.mp4 82 B

Description




Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)

Object-Oriented Programming in PHP [ENG]

Год выпуска: 2010
Производитель: tutsplus.com
Сайт производителя: tutsplus.com
Автор: Jeffrey Way
Продолжительность: 3 часа
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание: There’s no two ways about it: understanding object oriented programming is hard! We all know the feeling. But eventually, if you stick with it, things suddenly click—and boy, is that an amazing feeling.

So that’s my goal with this massive video series (separated into three cheap purchases for your convenience.) My job is to help someone, possibly you, finally dig into Object Oriented Programming, and, not only understand the concepts, but also understand WHEN and HOW you would actually use these techniques.

We start at the very beginning

* What is a class? What is an object?
* What are the differences between the two? Are they the same?
* How to create your first class.
* Understand the syntax.

And then, slowly, we move on to more in depth reviews of:

* The Static Keyword
* Encapsulation
* Inheritance
* Child classes
* Converting a procedural based set of functions into a reusable class.
* Why it’s essential to properly document core code with DocBlocks.

And Finally…
The series concludes as we build a MySQL database wrapper class from scratch. Along the way, we’ll learn the pitfalls of creating such classes, and why it’s extremely important to leave all specifics outside of your class.

I hope you enjoy it!

All videos were recorded in HD at 1280×720, for optimal viewing.
[spoiler="Содержание"]
1. Chapter 1 - Introduction and OOP First Steps
2. Chapter 2 – What are Objects and Classes. What’s the relationship between the two.
3. Chapter 3 – How to Perfectly Document your Code with DocBlocks
4. Chapter 4 - What is Encapsulation
5. Chapter 5 – The Static Keyword
6. Chapter 6 – Inheritance / Creating Child Classes
7. Chapter 7 – Building a MySQL Wrapper Class (Parts 1 and 2)
8. Chapters 8-11 – Building a MySQL DB Class from Scratch
[/spoiler]
Формат видео: MP4
Видео: H264 - MPEG-4 AVC (part 10) (avc1)
Аудио: MPEG AAC Audio (mp4a)
[spoiler="Скриншоты"]

[/spoiler]

Related Torrents

torrent name size uploader age seed leech
0
0
6
3
2