Výukové články OOP: Porovnání verzí
m |
m |
||
| Řádek 1: | Řádek 1: | ||
[[Kategorie:OOP]] | [[Kategorie:OOP]] | ||
| − | + | Jak je postupně nacházím, tak přidávám sem. | |
| − | + | ||
| + | Toto je série článků na [http://interval.cz/ Interval.cz]: | ||
* [http://interval.cz/clanky/oop-v-php-zaklady-oop/ OOP v PHP: Základy OOP] - | * [http://interval.cz/clanky/oop-v-php-zaklady-oop/ OOP v PHP: Základy OOP] - | ||
| Řádek 17: | Řádek 18: | ||
[http://www.webreference.com/programming/php/OOP_01/index.html Object Oriented Programming - The beginning] - In this article, we will be focusing on object oriented programming. At the end of the series, we will be creating a complete banking application to demonstrate the concepts that we have learned here. | [http://www.webreference.com/programming/php/OOP_01/index.html Object Oriented Programming - The beginning] - In this article, we will be focusing on object oriented programming. At the end of the series, we will be creating a complete banking application to demonstrate the concepts that we have learned here. | ||
| − | + | ||
| + | Další články série jdou po sobě takto: | ||
* [http://www.webreference.com/programming/php/OOP_02/ Object Oriented Programming- The Banking Application - Login] | * [http://www.webreference.com/programming/php/OOP_02/ Object Oriented Programming- The Banking Application - Login] | ||
| Řádek 26: | Řádek 28: | ||
* [http://www.webreference.com/programming/Globalize-Web-Applications03/ Globalize your Web Applications: PHP's Locale Formatting Classe] | * [http://www.webreference.com/programming/Globalize-Web-Applications03/ Globalize your Web Applications: PHP's Locale Formatting Classe] | ||
| − | + | '''Toto je velmi instruktivní:''' | |
| − | |||
| + | Série článků [http://www.elated.com/articles/object-oriented-php-for-absolute-beginners/ Object-Oriented PHP for Absolute Beginners] začíná na tomto odkazu, na konci dílu je vždy odkaz na další díl. Na první pohled vypadá tato série <strong>slibně</strong>. Skládá se z částí: | ||
# [http://www.elated.com/articles/object-oriented-php-for-absolute-beginners/ Object-Oriented PHP for Absolute Beginners] | # [http://www.elated.com/articles/object-oriented-php-for-absolute-beginners/ Object-Oriented PHP for Absolute Beginners] | ||
# [http://www.elated.com/articles/object-oriented-php-delving-deeper-into-properties-and-methods/ Object-Oriented PHP: Delving Deeper into Properties and Methods] | # [http://www.elated.com/articles/object-oriented-php-delving-deeper-into-properties-and-methods/ Object-Oriented PHP: Delving Deeper into Properties and Methods] | ||
# [http://www.elated.com/articles/object-oriented-php-working-with-inheritance/ Object-Oriented PHP: Working with Inheritance] | # [http://www.elated.com/articles/object-oriented-php-working-with-inheritance/ Object-Oriented PHP: Working with Inheritance] | ||
# [http://www.elated.com/articles/object-oriented-php-autoloading-serializing-and-querying-objects/ Object-Oriented PHP: Autoloading, Serializing, and Querying Objects] | # [http://www.elated.com/articles/object-oriented-php-autoloading-serializing-and-querying-objects/ Object-Oriented PHP: Autoloading, Serializing, and Querying Objects] | ||
Verze z 6. 7. 2016, 16:35
Jak je postupně nacházím, tak přidávám sem.
Toto je série článků na Interval.cz:
- OOP v PHP: Základy OOP -
- OOP v PHP: Dědičnost
- OOP v PHP: Funkce pro spolupráci s OOP
- OOP v PHP: Vzor Singleton
- OOP v PHP: Viditelnost
- OOP v PHP: Statické vlastnosti a metody
PHP v objetí objektů - V tomto seriálu by autor rád objasnil základní principy objektově orientovaného programování, jeho realizace a použití v PHP.
OOP v PHP - Tento článek by vám měl stručně, jasně a na příkladech vysvětlit, jak ukočírovat objektový svět PHP.
Toto je série článků na Web / Programming / PHP
Object Oriented Programming - The beginning - In this article, we will be focusing on object oriented programming. At the end of the series, we will be creating a complete banking application to demonstrate the concepts that we have learned here.
Další články série jdou po sobě takto:
- Object Oriented Programming- The Banking Application - Login
- Building a Banking Application Home Page with OOP
- Creating a Banking Application Deposit Script
- The Methods Behind the Banking Application Profile Script
- Creating a Banking Application Admin Panel using OOP
- Globalize your Web Applications: PHP's Locale Formatting Classe
Toto je velmi instruktivní:
Série článků Object-Oriented PHP for Absolute Beginners začíná na tomto odkazu, na konci dílu je vždy odkaz na další díl. Na první pohled vypadá tato série slibně. Skládá se z částí: