mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-23 00:01:22 +02:00
removed SF2, Doctrine2 and ZF2 from README, this is old stuff by now
This commit is contained in:
@@ -20,10 +20,8 @@ inheritance.
|
|||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- A text editor : all events are Command which can be undone, stacked
|
- A text editor : all events are commands which can be undone, stacked
|
||||||
and saved.
|
and saved.
|
||||||
- Symfony2: SF2 Commands that can be run from the CLI are built with
|
|
||||||
just the Command pattern in mind
|
|
||||||
- big CLI tools use subcommands to distribute various tasks and pack
|
- big CLI tools use subcommands to distribute various tasks and pack
|
||||||
them in "modules", each of these can be implemented with the Command
|
them in "modules", each of these can be implemented with the Command
|
||||||
pattern (e.g. vagrant)
|
pattern (e.g. vagrant)
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
[Read the Docs of DesignPatternsPHP](http://designpatternsphp.readthedocs.org)
|
[Read the Docs of DesignPatternsPHP](http://designpatternsphp.readthedocs.org)
|
||||||
or [Download as PDF/Epub](https://readthedocs.org/projects/designpatternsphp/downloads/)
|
or [Download as PDF/Epub](https://readthedocs.org/projects/designpatternsphp/downloads/)
|
||||||
|
|
||||||
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with this software).
|
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples.
|
||||||
|
|
||||||
I think the problem with patterns is that often people do know them but don't know when to apply which.
|
I think the problem with patterns is that often people do know them but don't know when to apply which.
|
||||||
|
|
||||||
|
@@ -17,9 +17,7 @@ DesignPatternsPHP
|
|||||||
:alt: Donate
|
:alt: Donate
|
||||||
|
|
||||||
This is a collection of known `design patterns`_ and some sample code how
|
This is a collection of known `design patterns`_ and some sample code how
|
||||||
to implement them in PHP. Every pattern has a small list of examples
|
to implement them in PHP. Every pattern has a small list of examples.
|
||||||
(most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most
|
|
||||||
familiar with this software).
|
|
||||||
|
|
||||||
I think the problem with patterns is that often people do know them but
|
I think the problem with patterns is that often people do know them but
|
||||||
don't know when to apply which.
|
don't know when to apply which.
|
||||||
|
@@ -18,9 +18,7 @@ msgstr ""
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how to"
|
"This is a collection of known `design patterns`_ and some sample code how to"
|
||||||
" implement them in PHP. Every pattern has a small list of examples (most of "
|
" implement them in PHP. Every pattern has a small list of examples.
|
||||||
"them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with "
|
|
||||||
"this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
|
@@ -20,11 +20,10 @@ msgstr "DesignPatternsPHP"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how to implement them in PHP. Every pattern has a "
|
"This is a collection of known `design patterns`_ and some sample code how to implement them in PHP. Every pattern has a "
|
||||||
"small list of examples (most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with this software)."
|
"small list of examples."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Das ist eine Sammlung bekannter Entwurfsmuster (sog. Design Patterns) und Beispielcode, wie man diese in PHP implementieren "
|
"Das ist eine Sammlung bekannter Entwurfsmuster (sog. Design Patterns) und Beispielcode, wie man diese in PHP implementieren "
|
||||||
"kann. Für jedes Muster gibt es Beispiele (die meisten davon aus dem Zend Framework, Symfony2 oder Doctrine2, da diese "
|
"kann. Für jedes Muster gibt es Beispiele."
|
||||||
"Frameworks weit verbreitet und bekannt sind)."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid "I think the problem with patterns is that often people do know them but don't know when to apply which."
|
msgid "I think the problem with patterns is that often people do know them but don't know when to apply which."
|
||||||
|
@@ -20,14 +20,11 @@ msgstr ""
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how to "
|
"This is a collection of known `design patterns`_ and some sample code how to "
|
||||||
"implement them in PHP. Every pattern has a small list of examples (most of "
|
"implement them in PHP. Every pattern has a small list of examples."
|
||||||
"them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with "
|
|
||||||
"this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esto es un recopilatorio de los conocidos como `patrones de diseño`_ junto "
|
"Esto es un recopilatorio de los conocidos como `patrones de diseño`_ junto "
|
||||||
"con algunos ejemplos de código sobre cómo implementarlos en PHP. Cada patrón "
|
"con algunos ejemplos de código sobre cómo implementarlos en PHP. Cada patrón "
|
||||||
"tiene una pequeña lista de ejemplos (la mayoría de ellos de Zend "
|
"tiene una pequeña lista de ejemplos."
|
||||||
"Framework, Symfony2 o Doctrine2 ya que estoy más familiarizado con ellos)."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -24,14 +24,11 @@ msgstr "Estatus de la documentación"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how to "
|
"This is a collection of known `design patterns`_ and some sample code how to "
|
||||||
"implement them in PHP. Every pattern has a small list of examples (most of "
|
"implement them in PHP. Every pattern has a small list of examples."
|
||||||
"them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with "
|
|
||||||
"this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta es una colección de `patrones de diseño`_ conocidos y ejemplos de "
|
"Esta es una colección de `patrones de diseño`_ conocidos y ejemplos de "
|
||||||
"código de cómo implementarlos en PHP. Cada patrón tiene una pequeña lista de "
|
"código de cómo implementarlos en PHP. Cada patrón tiene una pequeña lista de "
|
||||||
"ejemplos (la mayoría de Zend Framework, Symfony2 o Doctrine2, ya que es el "
|
"ejemplos."
|
||||||
"software que me es más familiar)."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -18,14 +18,10 @@ msgstr "DesignPatternsPHP"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how "
|
"This is a collection of known `design patterns`_ and some sample code how "
|
||||||
"to implement them in PHP. Every pattern has a small list of examples (most "
|
"to implement them in PHP. Every pattern has a small list of examples."
|
||||||
"of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar "
|
|
||||||
"with this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Poniższe zestawienie to zbiór wzorców projektowych wraz z przykładowym kodem "
|
"Poniższe zestawienie to zbiór wzorców projektowych wraz z przykładowym kodem "
|
||||||
"źródłowym ilustrującym ich implementację w PHP. Każdy z nich posiada przykłady, "
|
"źródłowym ilustrującym ich implementację w PHP. Każdy z nich posiada przykłady. "
|
||||||
"pochodzące głównie z Zend Framework, Symfony2 lub Doctrine2 (jako że najlepiej "
|
|
||||||
"znam to oprogramowanie)."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -19,14 +19,10 @@ msgstr "Padrões de Projetos PHP (DesignPatternsPHP)"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how to"
|
"This is a collection of known `design patterns`_ and some sample code how to"
|
||||||
" implement them in PHP. Every pattern has a small list of examples (most of "
|
" implement them in PHP. Every pattern has a small list of examples."
|
||||||
"them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with "
|
|
||||||
"this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta é uma coleção de padrões de projetos conhecidos e alguns códigos de exemplo de como "
|
"Esta é uma coleção de padrões de projetos conhecidos e alguns códigos de exemplo de como "
|
||||||
"implementá-los em PHP. Todo padrão tem uma pequena lista de exemplos (muitos deles "
|
"implementá-los em PHP. Todo padrão tem uma pequena lista de exemplos."
|
||||||
"vindos do Zend Framework, Symfony2 ou Doctrine2 já que tenho mais familiaridade com "
|
|
||||||
"eles)."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -18,14 +18,11 @@ msgstr "DesignPatternsPHP"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how "
|
"This is a collection of known `design patterns`_ and some sample code how "
|
||||||
"to implement them in PHP. Every pattern has a small list of examples (most "
|
"to implement them in PHP. Every pattern has a small list of examples."
|
||||||
"of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar "
|
|
||||||
"with this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Это набор известных `шаблонов проектирования <https://ru.wikipedia.org/wiki/Шаблон_проектирования>`_ (паттернов) и некоторые "
|
"Это набор известных `шаблонов проектирования <https://ru.wikipedia.org/wiki/Шаблон_проектирования>`_ (паттернов) и некоторые "
|
||||||
"примеры их реализации в PHP. Каждый паттерн содержит небольшой перечень "
|
"примеры их реализации в PHP. Каждый паттерн содержит небольшой перечень "
|
||||||
"примеров (большинство из них для ZendFramework, Symfony2 или Doctrine2, так "
|
"примеров."
|
||||||
"как я лучше всего знаком с этим программным обеспечением)."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -22,14 +22,11 @@ msgstr "Dokümantasyon Durumu"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how "
|
"This is a collection of known `design patterns`_ and some sample code how "
|
||||||
"to implement them in PHP. Every pattern has a small list of examples "
|
"to implement them in PHP. Every pattern has a small list of examples."
|
||||||
"(most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most "
|
|
||||||
"familiar with this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bu, `tasarım desenleri`_ olarak bilinen kalıpların bir derlemesidir ve "
|
"Bu, `tasarım desenleri`_ olarak bilinen kalıpların bir derlemesidir ve "
|
||||||
"örnek kodlar bu kalıpların PHP'de nasıl uygulanabileceğini gösterir. Her desen (sayfası)"
|
"örnek kodlar bu kalıpların PHP'de nasıl uygulanabileceğini gösterir. Her desen (sayfası)"
|
||||||
"küçük kod örnekleri içerir. Bu örneklerin çoğu kendimin aşina olduğu Zend Framework, "
|
"küçük kod örnekleri içerir."
|
||||||
"Symfony2, veya Doctrine2 yapılarındandır."
|
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -21,12 +21,10 @@ msgstr "PHP设计模式范例"
|
|||||||
#: ../../README.rst:11
|
#: ../../README.rst:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is a collection of known `design patterns`_ and some sample code how to "
|
"This is a collection of known `design patterns`_ and some sample code how to "
|
||||||
"implement them in PHP. Every pattern has a small list of examples (most of "
|
"implement them in PHP. Every pattern has a small list of examples."
|
||||||
"them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with "
|
|
||||||
"this software)."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"这里收集了一些知名的 `设计模式`_ 以及它们对应的 PHP 实现的代码,每个模式都附"
|
"这里收集了一些知名的 `设计模式`_ 以及它们对应的 PHP 实现的代码,每个模式都附"
|
||||||
"有一个实际的例子(大多来源于Zend Framework, Symfony2 和 Doctrine2等)。"
|
"有一个实际的例子。"
|
||||||
|
|
||||||
#: ../../README.rst:16
|
#: ../../README.rst:16
|
||||||
msgid ""
|
msgid ""
|
||||||
|
Reference in New Issue
Block a user