summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
diff options
context:
space:
mode:
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