OOP ve Wordpressu: Porovnání verzí
Z Znalosti
m |
m |
||
| (Není zobrazena jedna mezilehlá verze od stejného uživatele.) | |||
| Řádek 1: | Řádek 1: | ||
[[Kategorie:OOP]] | [[Kategorie:OOP]] | ||
| + | Tom McFarlin - krátká série: | ||
| + | *[https://tommcfarlin.com/two-pillars-of-object-oriented-programming-1/ Two Pillars of Object-Oriented Programming: Part 1 of 2] | ||
| + | *[https://tommcfarlin.com/two-pillars-of-object-oriented-programming-2/ Two Pillars of Object-Oriented Programming: Part 2 of 2] | ||
| + | *[https://tommcfarlin.com/abstracting-behavior/ Abstract Classes, Part 1 – Abstracting Behavior] | ||
| + | *[https://tommcfarlin.com/abstract-classes-and-interfaces/ Abstract Classes, Part 2 – Abstract Classes and Interfaces] | ||
| + | |||
[http://code.tutsplus.com/tutorials/object-oriented-programming-in-wordpress-an-introduction--cms-19916 Object-Oriented Programming in WordPress] - seriál o objektovém programování ve Wordpressu (autor Tom McFarlin): | [http://code.tutsplus.com/tutorials/object-oriented-programming-in-wordpress-an-introduction--cms-19916 Object-Oriented Programming in WordPress] - seriál o objektovém programování ve Wordpressu (autor Tom McFarlin): | ||
* [http://code.tutsplus.com/tutorials/object-oriented-programming-in-wordpress-an-introduction--cms-19916 An Introduction] | * [http://code.tutsplus.com/tutorials/object-oriented-programming-in-wordpress-an-introduction--cms-19916 An Introduction] | ||
| Řádek 15: | Řádek 21: | ||
* [http://code.tutsplus.com/articles/object-oriented-programming-in-wordpress-inheritance-ii--cms-21457 Inheritance II] | * [http://code.tutsplus.com/articles/object-oriented-programming-in-wordpress-inheritance-ii--cms-21457 Inheritance II] | ||
* [http://code.tutsplus.com/articles/object-oriented-programming-in-wordpress-a-summary--cms-21519 A Summary] | * [http://code.tutsplus.com/articles/object-oriented-programming-in-wordpress-a-summary--cms-21519 A Summary] | ||
| + | |||
| + | Odkaz na web [https://carlalexander.ca/ The Man in the Arena] - Carl Alexander se zabývá OOP ve WordPressu. Např. viz článek [https://carlalexander.ca/designing-system-wordpress-admin-pages/ Designing a system: WordPress admin pages]. | ||
| + | |||
| + | Také tam najdeme kurs [https://carlalexander.ca/discover-object-oriented-programming/ Discover the world of object-oriented programming] | ||
| + | |||
| + | {{Tags}} OOP WordPress | ||
Aktuální verze z 13. 5. 2020, 14:15
Tom McFarlin - krátká série:
- Two Pillars of Object-Oriented Programming: Part 1 of 2
- Two Pillars of Object-Oriented Programming: Part 2 of 2
- Abstract Classes, Part 1 – Abstracting Behavior
- Abstract Classes, Part 2 – Abstract Classes and Interfaces
Object-Oriented Programming in WordPress - seriál o objektovém programování ve Wordpressu (autor Tom McFarlin):
- An Introduction
- Classes
- Types
- Control Structures I
- Control Structures II
- Functions and Attributes
- Scope
- Building the Plugin I
- Building the Plugin II
- Document the Plugin I
- Document the Plugin II
- Inheritance I
- Inheritance II
- A Summary
Odkaz na web The Man in the Arena - Carl Alexander se zabývá OOP ve WordPressu. Např. viz článek Designing a system: WordPress admin pages.
Také tam najdeme kurs Discover the world of object-oriented programming
Štítky: OOP WordPress