Výukové články OOP: Porovnání verzí

Z Znalosti
m
m
Řádek 1: Řádek 1:
 
[[Kategorie:OOP]]
 
[[Kategorie:OOP]]
<p>Jak je postupně nacházím, tak přidávám sem.</p>
+
Jak je postupně nacházím, tak přidávám sem.
<p>Toto je série článků na [http://interval.cz/ Interval.cz]:</p>
+
 
 +
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.
<p>Další články série jdou po sobě takto:</p>
+
 
 +
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]
  
<p>Toto je velmi instruktivní:</p>
+
'''Toto je velmi instruktivní:'''
<p>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í:</p>
 
  
 +
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:

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:

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í:

  1. Object-Oriented PHP for Absolute Beginners
  2. Object-Oriented PHP: Delving Deeper into Properties and Methods
  3. Object-Oriented PHP: Working with Inheritance
  4. Object-Oriented PHP: Autoloading, Serializing, and Querying Objects