summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
diff options
context:
space:
mode:
authoraztech <>2008-01-01 17:54:32 +0000
committeraztech <>2008-01-01 17:54:32 +0000
commitabc5db3fd0349f38ce45717ea46b1f7715ded7c6 (patch)
tree642daecf0a807b73fc4d1b8322014c9b4cf6bcc3 /demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
parenta636ca22642c43b9df588714811da5679775fb38 (diff)
[PL] Architecture, components, controls, pages, services and modules translation
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page')
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
new file mode 100644
index 00000000..fb6f7310
--- /dev/null
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
@@ -0,0 +1,15 @@
+<com:TContent ID="body" >
+<h1 id="601">Architektura</h1>
+
+<p id="100111" class="block-content">
+Prado jest przede wszystkim frameworkiem służącym do prezentacji, mimo to nie jest on ograniczony jedynie do ten funkcjonalności.
+Framework skupia się na programowaniu webowym, które w większości czasu ma do czynienia z interakcją z użytkownikiem, bazując na programowaniu sterowanym zdarzeniami (ang. event driven) oraz bazującym na komponentach (ang. component based),
+tak by deweloper był bardziej produktywny. Następujące drzewko klas pokazuje główne klasy dostarczanych przez PRADO.
+</p>
+<img src="<%~classtree.gif%>" />
+
+<p id="100112" class="block-content">
+Kiedy PRADO przetwarza żądanie strony, jego diagram obiektów statycznych wygląda następująco.
+</p>
+<img src="<%~objectdiagram.gif%>" />
+<div class="last-modified">$Id: Architecture.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file