requirements.xml 118 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- EN-Revision: 24249 -->
  3. <!-- Reviewed: yes -->
  4. <appendix id="requirements">
  5. <title>Wymagania Zend Framework</title>
  6. <para>
  7. Zend Framework wymaga interpretera PHP 5 z serwerem pozwalającym na
  8. poprawną obsługę skryptów PHP. Niektóre funkcjonalności wymagają
  9. dodatkowych rozszerzeń lub funkcji serwera; w większości przypadków
  10. framework może być użyty bez nich, jednak może ucierpieć na tym
  11. wydajność, a niektóre poboczne fukncjonalności mogą nie działać w pełni
  12. sprawnie. Przykładem takiej zależności jest rozszerzenie mod_rewrite
  13. serwera Apache, które może być użyte do utworzenia "przyjaznych URL" jak
  14. "http://www.example.com/user/edit". Jeśli rozszerzenie mod_rewrite nie
  15. jest aktywne, ZF może być skonfigurowany w taki sposób aby obsłużyć
  16. adresy URL w postaci "http://www.example.com?controller=user&amp;action=edit".
  17. Przyjazne URL mogą być użyte aby skrócić adresy w celu polepszenia ich
  18. czytelności lub dla potrzeb optymalizacji pod kątem wyszukiwarek
  19. internetowych (SEO), jednak nie mają one bezpośredniego wpływu na
  20. funkcjonalność aplikacji.
  21. </para>
  22. <sect1 id="requirements.version">
  23. <title>Wersja PHP</title>
  24. <para>
  25. Zend zaleca wersję PHP 5.2.11 lub wyższą z powodu znacznego zwiększenia
  26. bezpieczeństwa i wydajności, jednak Zend Framework do działania
  27. wymaga wersji PHP 5.2.11 lub wyższej.
  28. </para>
  29. <para>
  30. Zend Framework posiada obszerny zestaw testów jednostkowych, które
  31. możesz uruchomić za pomocą biblioteki PHPUnit 3.4.15.
  32. </para>
  33. </sect1>
  34. <sect1 id="requirements.extensions">
  35. <title>Rozszerzenia PHP</title>
  36. <para>
  37. Poniżej znajdziesz tabelę wypisującą wszystkie typowe rozszerzenia
  38. jakie można znaleźć w PHP i opisującą w jaki sposób są użyte w
  39. Zend Framework. Powinieneś upewnić się, że rozszerzenia wymagane przez
  40. komponenty ZF których chcesz użyć, są dostępne na twoim serwerze PHP.
  41. Wiele aplikacji może nie wymagać wszystkich opisanych rozszerzeń.
  42. </para>
  43. <para>
  44. Zależność "silna" oznacza, że dany komponent lub klasa nie będzie
  45. działać prawidłowo jeśli odpowiednie rozszerzenie nie jest dostępne,
  46. a zależność "słaba" oznacza że dany komponent może korzystać z
  47. rozszerzenia jeśli jest dostępne, ale będzie działać poprawnie także
  48. i bez niego. Wiele komponentów automatycznie użyje określonych
  49. rozszerzeń w celu zwiększenia wydajności, ale wykona kod o podobnej
  50. funkcjonalności jeśli brak będzie potrzebnego rozszerzenia.
  51. </para>
  52. <table frame='all' id="requirements.extensions.table-1">
  53. <title>Rozszerzenia PHP używane przez komponenty Zend Framework</title>
  54. <tgroup cols='3'>
  55. <!-- <colspec colwidth='1in'/>
  56. <colspec colwidth='1in'/>
  57. <colspec colwidth='3in'/> -->
  58. <thead>
  59. <row>
  60. <entry>Rozszerzenie</entry>
  61. <entry>Typ zależności</entry>
  62. <entry>Używane przez komponenty Zend Framework</entry>
  63. </row>
  64. </thead>
  65. <tbody>
  66. <row>
  67. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink></emphasis></entry>
  68. <entry>Silna</entry>
  69. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Apc</code></ulink></entry>
  70. </row>
  71. <row>
  72. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.bc.php"><code>bcmath</code></ulink></emphasis></entry>
  73. <entry>Słaba</entry>
  74. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  75. </row>
  76. <row>
  77. <entry><emphasis role="strong"><ulink url="http://pecl.php.net/package/Bitset"><code>bitset</code></ulink></emphasis></entry>
  78. <entry>Słaba</entry>
  79. <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
  80. </row>
  81. <row>
  82. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.bzip2.php"><code>bz2</code></ulink></emphasis></entry>
  83. <entry>---</entry>
  84. <entry>---</entry>
  85. </row>
  86. <row>
  87. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.calendar.php"><code>calendar</code></ulink></emphasis></entry>
  88. <entry>---</entry>
  89. <entry>---</entry>
  90. </row>
  91. <row>
  92. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.com.php"><code>com_dotnet</code></ulink></emphasis></entry>
  93. <entry>---</entry>
  94. <entry>---</entry>
  95. </row>
  96. <row>
  97. <entry morerows="8" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></emphasis></entry>
  98. <entry morerows="8" valign="middle">Silna</entry>
  99. <entry><ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink></entry>
  100. </row>
  101. <row>
  102. <entry><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></entry>
  103. </row>
  104. <row>
  105. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink></entry>
  106. </row>
  107. <row>
  108. <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
  109. </row>
  110. <row>
  111. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink></entry>
  112. </row>
  113. <row>
  114. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
  115. </row>
  116. <row>
  117. <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
  118. </row>
  119. <row>
  120. <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
  121. </row>
  122. <row>
  123. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  124. </row>
  125. <row>
  126. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.curl.php"><code>curl</code></ulink></emphasis></entry>
  127. <entry>Silna</entry>
  128. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.client.adapters.html"><code>Zend_Http_Client_Adapter_Curl</code></ulink></entry>
  129. </row>
  130. <row>
  131. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.datetime.php"><code>date</code></ulink></emphasis></entry>
  132. <entry>---</entry>
  133. <entry>---</entry>
  134. </row>
  135. <row>
  136. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dba.php"><code>dba</code></ulink></emphasis></entry>
  137. <entry>---</entry>
  138. <entry>---</entry>
  139. </row>
  140. <row>
  141. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dbase.php"><code>dbase</code></ulink></emphasis></entry>
  142. <entry>---</entry>
  143. <entry>---</entry>
  144. </row>
  145. <row>
  146. <entry morerows="10" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></emphasis></entry>
  147. <entry morerows="10" valign="middle">Silna</entry>
  148. <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
  149. </row>
  150. <row>
  151. <entry><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></entry>
  152. </row>
  153. <row>
  154. <entry><ulink url="http://framework.zend.com/manual/en/zend.log.formatters.html"><code>Zend_Log_Formatter_Xml</code></ulink></entry>
  155. </row>
  156. <row>
  157. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
  158. </row>
  159. <row>
  160. <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
  161. </row>
  162. <row>
  163. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.amazon.html"><code>Zend_Service_Amazon</code></ulink></entry>
  164. </row>
  165. <row>
  166. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.delicious.html"><code>Zend_Service_Delicious</code></ulink></entry>
  167. </row>
  168. <row>
  169. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></entry>
  170. </row>
  171. <row>
  172. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.yahoo.html"><code>Zend_Service_Yahoo</code></ulink></entry>
  173. </row>
  174. <row>
  175. <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></entry>
  176. </row>
  177. <row>
  178. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.exif.php"><code>exif</code></ulink></emphasis></entry>
  179. <entry>---</entry>
  180. <entry>---</entry>
  181. </row>
  182. <row>
  183. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.fbsql.php"><code>fbsql</code></ulink></emphasis></entry>
  184. <entry>---</entry>
  185. <entry>---</entry>
  186. </row>
  187. <row>
  188. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.fdf.php"><code>fdf</code></ulink></emphasis></entry>
  189. <entry>---</entry>
  190. <entry>---</entry>
  191. </row>
  192. <row>
  193. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.filter.php"><code>filter</code></ulink></emphasis></entry>
  194. <entry>---</entry>
  195. <entry>---</entry>
  196. </row>
  197. <row>
  198. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ftp.php"><code>ftp</code></ulink></emphasis></entry>
  199. <entry>---</entry>
  200. <entry>---</entry>
  201. </row>
  202. <row>
  203. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink></emphasis></entry>
  204. <entry>Silna</entry>
  205. <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
  206. </row>
  207. <row>
  208. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.gettext.php"><code>gettext</code></ulink></emphasis></entry>
  209. <entry>---</entry>
  210. <entry>---</entry>
  211. </row>
  212. <row>
  213. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.gmp.php"><code>gmp</code></ulink></emphasis></entry>
  214. <entry>---</entry>
  215. <entry>---</entry>
  216. </row>
  217. <row>
  218. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.hash.php"><code>hash</code></ulink></emphasis></entry>
  219. <entry>Silna</entry>
  220. <entry><ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink></entry>
  221. </row>
  222. <row>
  223. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ibm-db2.php"><code>ibm_db2</code></ulink></emphasis></entry>
  224. <entry>Silna</entry>
  225. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Db2</code></ulink></entry>
  226. </row>
  227. <row>
  228. <entry morerows="7" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></emphasis></entry>
  229. <entry morerows="7" valign="middle">Silna</entry>
  230. <entry><ulink url="http://framework.zend.com/manual/en/zend.currency.html"><code>Zend_Currency</code></ulink></entry>
  231. </row>
  232. <row>
  233. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.parsing.html"><code>Zend_Locale_Format</code></ulink></entry>
  234. </row>
  235. <row>
  236. <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
  237. </row>
  238. <row>
  239. <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
  240. </row>
  241. <row>
  242. <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
  243. </row>
  244. <row>
  245. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></entry>
  246. </row>
  247. <row>
  248. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></entry>
  249. </row>
  250. <row>
  251. <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.client.html"><code>Zend_XmlRpc_Client</code></ulink></entry>
  252. </row>
  253. <row>
  254. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.imap.php"><code>imap</code></ulink></emphasis></entry>
  255. <entry>---</entry>
  256. <entry>---</entry>
  257. </row>
  258. <row>
  259. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ifx.php"><code>informix</code></ulink></emphasis></entry>
  260. <entry>---</entry>
  261. <entry>---</entry>
  262. </row>
  263. <row>
  264. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ibase.php"><code>interbase</code></ulink></emphasis></entry>
  265. <entry>Silna</entry>
  266. <entry>Zend_Db_Adapter_Firebird</entry>
  267. </row>
  268. <row>
  269. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.json.php"><code>json</code></ulink></emphasis></entry>
  270. <entry>Słaba</entry>
  271. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  272. </row>
  273. <row>
  274. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ldap.php"><code>ldap</code></ulink></emphasis></entry>
  275. <entry>---</entry>
  276. <entry>---</entry>
  277. </row>
  278. <row>
  279. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></emphasis></entry>
  280. <entry morerows="2" valign="middle">Silna</entry>
  281. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>DOM</code></ulink></entry>
  282. </row>
  283. <row>
  284. <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
  285. </row>
  286. <row>
  287. <entry><ulink url="http://www.php.net/manual/en/ref.xslt.php"><code>XSLT</code></ulink></entry>
  288. </row>
  289. <row>
  290. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mbstring.php"><code>mbstring</code></ulink></emphasis></entry>
  291. <entry>Silna</entry>
  292. <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
  293. </row>
  294. <row>
  295. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mcrypt.php"><code>mcrypt</code></ulink></emphasis></entry>
  296. <entry>---</entry>
  297. <entry>---</entry>
  298. </row>
  299. <row>
  300. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>memcache</code></ulink></emphasis></entry>
  301. <entry>Silna</entry>
  302. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Memcached</code></ulink></entry>
  303. </row>
  304. <row>
  305. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mhash.php"><code>mhash</code></ulink></emphasis></entry>
  306. <entry>---</entry>
  307. <entry>---</entry>
  308. </row>
  309. <row>
  310. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mime-magic.php"><code>mime_magic</code></ulink></emphasis></entry>
  311. <entry>Silna</entry>
  312. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink></entry>
  313. </row>
  314. <row>
  315. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ming.php"><code>ming</code></ulink></emphasis></entry>
  316. <entry>---</entry>
  317. <entry>---</entry>
  318. </row>
  319. <row>
  320. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.msql.php"><code>msql</code></ulink></emphasis></entry>
  321. <entry>---</entry>
  322. <entry>---</entry>
  323. </row>
  324. <row>
  325. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mssql.php"><code>mssql</code></ulink></emphasis></entry>
  326. <entry>---</entry>
  327. <entry>---</entry>
  328. </row>
  329. <row>
  330. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mysql.php"><code>mysql</code></ulink></emphasis></entry>
  331. <entry>---</entry>
  332. <entry>---</entry>
  333. </row>
  334. <row>
  335. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mysqli.php"><code>mysqli</code></ulink></emphasis></entry>
  336. <entry>Silna</entry>
  337. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Mysqli</code></ulink></entry>
  338. </row>
  339. <row>
  340. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ncurses.php"><code>ncurses</code></ulink></emphasis></entry>
  341. <entry>---</entry>
  342. <entry>---</entry>
  343. </row>
  344. <row>
  345. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.oci8.php"><code>oci8</code></ulink></emphasis></entry>
  346. <entry>Silna</entry>
  347. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Oracle</code></ulink></entry>
  348. </row>
  349. <row>
  350. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.uodbc.php"><code>odbc</code></ulink></emphasis></entry>
  351. <entry>---</entry>
  352. <entry>---</entry>
  353. </row>
  354. <row>
  355. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.openssl.php"><code>openssl</code></ulink></emphasis></entry>
  356. <entry>---</entry>
  357. <entry>---</entry>
  358. </row>
  359. <row>
  360. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pcntl.php"><code>pcntl</code></ulink></emphasis></entry>
  361. <entry>---</entry>
  362. <entry>---</entry>
  363. </row>
  364. <row>
  365. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pcre.php"><code>pcre</code></ulink></emphasis></entry>
  366. <entry>Silna</entry>
  367. <entry>Praktycznie wszystkie komponenty</entry>
  368. </row>
  369. <row>
  370. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo.php"><code>pdo</code></ulink></emphasis></entry>
  371. <entry>Silna</entry>
  372. <entry>Wszystkie adaptery baz danych PDO</entry>
  373. </row>
  374. <row>
  375. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-dblib.php"><code>pdo_dblib</code></ulink></emphasis></entry>
  376. <entry>---</entry>
  377. <entry>---</entry>
  378. </row>
  379. <row>
  380. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-firebird.php"><code>pdo_firebird</code></ulink></emphasis></entry>
  381. <entry>---</entry>
  382. <entry>---</entry>
  383. </row>
  384. <row>
  385. <entry><emphasis role="strong"><code>pdo_mssql</code></emphasis></entry>
  386. <entry>Silna</entry>
  387. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mssql</code></ulink></entry>
  388. </row>
  389. <row>
  390. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-mysql.php"><code>pdo_mysql</code></ulink></emphasis></entry>
  391. <entry>Silna</entry>
  392. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mysql</code></ulink></entry>
  393. </row>
  394. <row>
  395. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-oci.php"><code>pdo_oci</code></ulink></emphasis></entry>
  396. <entry>Silna</entry>
  397. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Oci</code></ulink></entry>
  398. </row>
  399. <row>
  400. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-pgsql.php"><code>pdo_pgsql</code></ulink></emphasis></entry>
  401. <entry>Silna</entry>
  402. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Pgsql</code></ulink></entry>
  403. </row>
  404. <row>
  405. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-sqlite.php"><code>pdo_sqlite</code></ulink></emphasis></entry>
  406. <entry>Silna</entry>
  407. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Sqlite</code></ulink></entry>
  408. </row>
  409. <row>
  410. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pgsql.php"><code>pgsql</code></ulink></emphasis></entry>
  411. <entry>---</entry>
  412. <entry>---</entry>
  413. </row>
  414. <row>
  415. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.posix.php"><code>posix</code></ulink></emphasis></entry>
  416. <entry>Słaba</entry>
  417. <entry><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></entry>
  418. </row>
  419. <row>
  420. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pspell.php"><code>pspell</code></ulink></emphasis></entry>
  421. <entry>---</entry>
  422. <entry>---</entry>
  423. </row>
  424. <row>
  425. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.readline.php"><code>readline</code></ulink></emphasis></entry>
  426. <entry>---</entry>
  427. <entry>---</entry>
  428. </row>
  429. <row>
  430. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.recode.php"><code>recode</code></ulink></emphasis></entry>
  431. <entry>---</entry>
  432. <entry>---</entry>
  433. </row>
  434. <row>
  435. <entry morerows="9" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></emphasis></entry>
  436. <entry morerows="9" valign="middle">Silna</entry>
  437. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
  438. </row>
  439. <row>
  440. <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
  441. </row>
  442. <row>
  443. <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.input.html"><code>Zend_Filter_Input</code></ulink></entry>
  444. </row>
  445. <row>
  446. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  447. </row>
  448. <row>
  449. <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
  450. </row>
  451. <row>
  452. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
  453. </row>
  454. <row>
  455. <entry><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink></entry>
  456. </row>
  457. <row>
  458. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  459. </row>
  460. <row>
  461. <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
  462. </row>
  463. <row>
  464. <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.server.html"><code>Zend_XmlRpc_Server</code></ulink></entry>
  465. </row>
  466. <row>
  467. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink></emphasis></entry>
  468. <entry morerows="1" valign="middle">Silna</entry>
  469. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.actionhelpers.html"><code>Zend_Controller_Action_Helper_Redirector</code></ulink></entry>
  470. </row>
  471. <row>
  472. <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
  473. </row>
  474. <row>
  475. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.shmop.php"><code>shmop</code></ulink></emphasis></entry>
  476. <entry>---</entry>
  477. <entry></entry>
  478. </row>
  479. <row>
  480. <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></emphasis></entry>
  481. <entry morerows="4" valign="middle">Silna</entry>
  482. <entry><ulink url="http://framework.zend.com/manual/en/zend.config.adapters.xml.html"><code>Zend_Config_Xml</code></ulink></entry>
  483. </row>
  484. <row>
  485. <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
  486. </row>
  487. <row>
  488. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink></entry>
  489. </row>
  490. <row>
  491. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></entry>
  492. </row>
  493. <row>
  494. <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></entry>
  495. </row>
  496. <row>
  497. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink></emphasis></entry>
  498. <entry>Silna</entry>
  499. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></entry>
  500. </row>
  501. <row>
  502. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.sockets.php"><code>sockets</code></ulink></emphasis></entry>
  503. <entry>---</entry>
  504. <entry>---</entry>
  505. </row>
  506. <row>
  507. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.spl.php"><code>SPL</code></ulink></emphasis></entry>
  508. <entry>Silna</entry>
  509. <entry>wirtualnie wszystkie komponenty</entry>
  510. </row>
  511. <row>
  512. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.sqlite.php"><code>SQLite</code></ulink></emphasis></entry>
  513. <entry>Silna</entry>
  514. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html">Zend_Cache_Backend_Sqlite</ulink></entry>
  515. </row>
  516. <row>
  517. <entry><emphasis role="strong"><code>standard</code></emphasis></entry>
  518. <entry>Silna</entry>
  519. <entry>wirtualnie wszystkie komponenty</entry>
  520. </row>
  521. <row>
  522. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.sybase.php"><code>sybase</code></ulink></emphasis></entry>
  523. <entry>---</entry>
  524. <entry>---</entry>
  525. </row>
  526. <row>
  527. <entry><emphasis role="strong">sysvmsg</emphasis></entry>
  528. <entry>---</entry>
  529. <entry>---</entry>
  530. </row>
  531. <row>
  532. <entry><emphasis role="strong">sysvsem</emphasis></entry>
  533. <entry>---</entry>
  534. <entry>--</entry>
  535. </row>
  536. <row>
  537. <entry><emphasis role="strong">sysvshm</emphasis></entry>
  538. <entry>---</entry>
  539. <entry>---</entry>
  540. </row>
  541. <row>
  542. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.tidy.php"><code>tidy</code></ulink></emphasis></entry>
  543. <entry>---</entry>
  544. <entry>---</entry>
  545. </row>
  546. <row>
  547. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.tokenizer.php"><code>tokenizer</code></ulink></emphasis></entry>
  548. <entry>---</entry>
  549. <entry>---</entry>
  550. </row>
  551. <row>
  552. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.wddx.php"><code>wddx</code></ulink></emphasis></entry>
  553. <entry>---</entry>
  554. <entry>---</entry>
  555. </row>
  556. <row>
  557. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink></emphasis></entry>
  558. <entry morerows="2" valign="middle">Silna</entry>
  559. <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Qt</code></ulink></entry>
  560. </row>
  561. <row>
  562. <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Tmx</code></ulink></entry>
  563. </row>
  564. <row>
  565. <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Xliff</code></ulink></entry>
  566. </row>
  567. <row>
  568. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xmlreader.php"><code>XMLReader</code></ulink></emphasis></entry>
  569. <entry>---</entry>
  570. <entry>---</entry>
  571. </row>
  572. <row>
  573. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xmlrpc.php"><code>xmlrpc</code></ulink></emphasis></entry>
  574. <entry>---</entry>
  575. <entry>---</entry>
  576. </row>
  577. <row>
  578. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xmlwriter.php"><code>XMLWriter</code></ulink></emphasis></entry>
  579. <entry>---</entry>
  580. <entry>---</entry>
  581. </row>
  582. <row>
  583. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xsl.php"><code>xsl</code></ulink></emphasis></entry>
  584. <entry>---</entry>
  585. <entry>---</entry>
  586. </row>
  587. <row>
  588. <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.zip.php"><code>zip</code></ulink></emphasis></entry>
  589. <entry>---</entry>
  590. <entry>---</entry>
  591. </row>
  592. <row>
  593. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink></emphasis></entry>
  594. <entry morerows="1" valign="middle">Silna</entry>
  595. <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
  596. </row>
  597. <row>
  598. <entry><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>Memcache</code></ulink></entry>
  599. </row>
  600. </tbody>
  601. </tgroup>
  602. </table>
  603. </sect1>
  604. <sect1 id="requirements.zendcomponents">
  605. <title>Komponenty Zend Framework</title>
  606. <para>
  607. Poniżej znajduje się tabela, która przedstawia spis wszystkich
  608. dostępnych komponentów Zend Framework i rozszerzeń PHP których
  609. one wymagają. Może ci to pomóc upewnić się, które rozszerzenia są
  610. wymagane przez twoją aplikację. Nie wszystkie rozszerzenia używane
  611. przez Zend Framework są wymagane dla każdej aplikacji.
  612. </para>
  613. <para>
  614. Zależność "silna" oznacza, że dany komponent lub klasa nie będzie
  615. działać prawidłowo jeśli odpowiednie rozszerzenie nie jest dostępne,
  616. a zależność "słaba" oznacza że dany komponent może korzystać z
  617. rozszerzenia jeśli jest dostępne, ale będzie działać poprawnie także
  618. i bez niego. Wiele komponentów automatycznie użyje określonych
  619. rozszerzeń w celu zwiększenia wydajności, ale wykona kod o podobnej
  620. funkcjonalności jeśli brak będzie potrzebnego rozszerzenia.
  621. </para>
  622. <table frame='all' id="requirements.zendcomponents.table-1">
  623. <title>Komponenty Zend Framework i rozszerzenia PHP których używają</title>
  624. <tgroup cols='4'>
  625. <!-- <colspec colwidth='3in'/>
  626. <colspec colwidth='1in'/>
  627. <colspec colwidth='3in'/>
  628. <colspec colwidth='3in'/> -->
  629. <thead>
  630. <row>
  631. <entry>Komponenty Zend Framework</entry>
  632. <entry>Typ zależności</entry>
  633. <entry>Klasa rozszerzona</entry>
  634. <entry>Rozszerzenie PHP</entry>
  635. </row>
  636. </thead>
  637. <tbody>
  638. <row>
  639. <entry morerows="2" valign="middle"><emphasis role="strong">Wszystkie komponenty</emphasis></entry>
  640. <entry morerows="2" valign="middle">Silna</entry>
  641. <entry morerows="2" valign="middle">---</entry>
  642. <entry><ulink url="http://www.php.net/manual/en/ref.pcre.php"><code>pcre</code></ulink></entry>
  643. </row>
  644. <row>
  645. <entry><ulink url="http://www.php.net/manual/en/ref.spl.php"><code>SPL</code></ulink></entry>
  646. </row>
  647. <row>
  648. <entry><code>standard</code></entry>
  649. </row>
  650. <row>
  651. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.acl.html"><code>Zend_Acl</code></ulink></emphasis></entry>
  652. <entry>---</entry>
  653. <entry>---</entry>
  654. <entry>---</entry>
  655. </row>
  656. <row>
  657. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.auth.html"><code>Zend_Auth</code></ulink></emphasis></entry>
  658. <entry morerows="1" valign="middle">Silna</entry>
  659. <entry morerows="1" valign="middle"><ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink></entry>
  660. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  661. </row>
  662. <row>
  663. <entry><ulink url="http://www.php.net/manual/en/ref.hash.php"><code>hash</code></ulink></entry>
  664. </row>
  665. <row>
  666. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></emphasis></entry>
  667. <entry morerows="3" valign="middle">Silna</entry>
  668. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Apc</code></ulink></entry>
  669. <entry><ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink></entry>
  670. </row>
  671. <row>
  672. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Memcached</code></ulink></entry>
  673. <entry><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>memcache</code></ulink></entry>
  674. </row>
  675. <row>
  676. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Sqlite</code></ulink></entry>
  677. <entry><ulink url="http://www.php.net/manual/en/ref.sqlite.php"><code>sqlite</code></ulink></entry>
  678. </row>
  679. <row>
  680. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Zlib</code></ulink></entry>
  681. <entry><ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink></entry>
  682. </row>
  683. <row>
  684. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></emphasis></entry>
  685. <entry morerows="1" valign="middle">Silna</entry>
  686. <entry morerows="1" valign="middle"><ulink url="http://framework.zend.com/manual/en/zend.config.adapters.xml.html"><code>Zend_Config_Xml</code></ulink></entry>
  687. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  688. </row>
  689. <row>
  690. <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
  691. </row>
  692. <row>
  693. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.console.getopt.html"><code>Zend_Console_Getopt</code></ulink></emphasis></entry>
  694. <entry>---</entry>
  695. <entry>---</entry>
  696. <entry>---</entry>
  697. </row>
  698. <row>
  699. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></emphasis></entry>
  700. <entry morerows="1" valign="middle">Silna</entry>
  701. <entry>---</entry>
  702. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  703. </row>
  704. <row>
  705. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.actionhelpers.html"><code>Zend_Controller_Action_Helper_Redirector</code></ulink></entry>
  706. <entry><ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink></entry>
  707. </row>
  708. <row>
  709. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.currency.html"><code>Zend_Currency</code></ulink></emphasis></entry>
  710. <entry>Silna</entry>
  711. <entry>---</entry>
  712. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  713. </row>
  714. <row>
  715. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></emphasis></entry>
  716. <entry>---</entry>
  717. <entry>---</entry>
  718. <entry>---</entry>
  719. </row>
  720. <row>
  721. <entry morerows="8" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></emphasis></entry>
  722. <entry morerows="8" valign="middle">Silna</entry>
  723. <entry>Wszystkie adaptery baz danych PDO</entry>
  724. <entry><ulink url="http://www.php.net/manual/en/ref.pdo.php"><code>pdo</code></ulink></entry>
  725. </row>
  726. <row>
  727. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Db2</code></ulink></entry>
  728. <entry><ulink url="http://www.php.net/manual/en/ref.ibm-db2.php"><code>ibm_db2</code></ulink></entry>
  729. </row>
  730. <row>
  731. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Mysqli</code></ulink></entry>
  732. <entry><ulink url="http://www.php.net/manual/en/ref.mysqli.php"><code>mysqli</code></ulink></entry>
  733. </row>
  734. <row>
  735. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Oracle</code></ulink></entry>
  736. <entry><ulink url="http://www.php.net/manual/en/ref.oci8.php"><code>oci8</code></ulink></entry>
  737. </row>
  738. <row>
  739. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mssql</code></ulink></entry>
  740. <entry>pdo_mssql</entry>
  741. </row>
  742. <row>
  743. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mysql</code></ulink></entry>
  744. <entry><ulink url="http://www.php.net/manual/en/ref.pdo-mysql.php"><code>pdo_mysql</code></ulink></entry>
  745. </row>
  746. <row>
  747. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Oci</code></ulink></entry>
  748. <entry><ulink url="http://www.php.net/manual/en/ref.pdo-oci.php"><code>pdo_oci</code></ulink></entry>
  749. </row>
  750. <row>
  751. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Pgsql</code></ulink></entry>
  752. <entry><ulink url="http://www.php.net/manual/en/ref.pdo-pgsql.php"><code>pdo_pgsql</code></ulink></entry>
  753. </row>
  754. <row>
  755. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Sqlite</code></ulink></entry>
  756. <entry><ulink url="http://www.php.net/manual/en/ref.pdo-sqlite.php"><code>pdo_sqlite</code></ulink></entry>
  757. </row>
  758. <row>
  759. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.debug.html"><code>Zend_Debug</code></ulink></emphasis></entry>
  760. <entry>---</entry>
  761. <entry>---</entry>
  762. <entry>---</entry>
  763. </row>
  764. <row>
  765. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></emphasis></entry>
  766. <entry>---</entry>
  767. <entry>---</entry>
  768. <entry>---</entry>
  769. </row>
  770. <row>
  771. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></emphasis></entry>
  772. <entry morerows="3" valign="middle">Silna</entry>
  773. <entry morerows="3" valign="middle">---</entry>
  774. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  775. </row>
  776. <row>
  777. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  778. </row>
  779. <row>
  780. <entry><ulink url="http://www.php.net/manual/en/ref.mbstring.php"><code>mbstring</code></ulink></entry>
  781. </row>
  782. <row>
  783. <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
  784. </row>
  785. <row>
  786. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></emphasis></entry>
  787. <entry>Silna</entry>
  788. <entry>---</entry>
  789. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  790. </row>
  791. <row>
  792. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></emphasis></entry>
  793. <entry>---</entry>
  794. <entry>---</entry>
  795. <entry>---</entry>
  796. </row>
  797. <row>
  798. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></emphasis></entry>
  799. <entry morerows="2" valign="middle">Silna</entry>
  800. <entry><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata_App</code></ulink></entry>
  801. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  802. </row>
  803. <row>
  804. <entry morerows="1" valign="middle">---</entry>
  805. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  806. </row>
  807. <row>
  808. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  809. </row>
  810. <row>
  811. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></emphasis></entry>
  812. <entry morerows="2" valign="middle">Silna</entry>
  813. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.client.adapters.html"><code>Zend_Http_Client_Adapter_Curl</code></ulink></entry>
  814. <entry><ulink url="http://www.php.net/manual/en/ref.curl.php"><code>curl</code></ulink></entry>
  815. </row>
  816. <row>
  817. <entry morerows="1" valign="middle"><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink></entry>
  818. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  819. </row>
  820. <row>
  821. <entry><ulink url="http://www.php.net/manual/en/ref.mime-magic.php"><code>mime_magic</code></ulink></entry>
  822. </row>
  823. <row>
  824. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></emphasis></entry>
  825. <entry>Słaba</entry>
  826. <entry>---</entry>
  827. <entry><ulink url="http://www.php.net/manual/en/ref.json.php"><code>json</code></ulink></entry>
  828. </row>
  829. <row>
  830. <entry>Silna</entry>
  831. <entry>---</entry>
  832. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  833. </row>
  834. <row>
  835. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></emphasis></entry>
  836. <entry>---</entry>
  837. <entry>---</entry>
  838. <entry>---</entry>
  839. </row>
  840. <row>
  841. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></emphasis></entry>
  842. <entry>---</entry>
  843. <entry>---</entry>
  844. <entry>---</entry>
  845. </row>
  846. <row>
  847. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></emphasis></entry>
  848. <entry>---</entry>
  849. <entry>---</entry>
  850. <entry>---</entry>
  851. </row>
  852. <row>
  853. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></emphasis></entry>
  854. <entry>Słaba</entry>
  855. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale_Math</code></ulink></entry>
  856. <entry><ulink url="http://www.php.net/manual/en/ref.bc.php"><code>bcmath</code></ulink></entry>
  857. </row>
  858. <row>
  859. <entry>Silna</entry>
  860. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.parsing.html"><code>Zend_Locale_Format</code></ulink></entry>
  861. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  862. </row>
  863. <row>
  864. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></emphasis></entry>
  865. <entry morerows="2" valign="middle">Silna</entry>
  866. <entry morerows="1" valign="middle"><ulink url="http://framework.zend.com/manual/en/zend.log.formatters.html"><code>Zend_Log_Formatter_Xml</code></ulink></entry>
  867. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  868. </row>
  869. <row>
  870. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  871. </row>
  872. <row>
  873. <entry>---</entry>
  874. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  875. </row>
  876. <row>
  877. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></emphasis></entry>
  878. <entry>Słaba</entry>
  879. <entry>---</entry>
  880. <entry><ulink url="http://www.php.net/manual/en/ref.posix.php"><code>posix</code></ulink></entry>
  881. </row>
  882. <row>
  883. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.measure.html"><code>Zend_Measure</code></ulink></emphasis></entry>
  884. <entry>---</entry>
  885. <entry>---</entry>
  886. <entry>---</entry>
  887. </row>
  888. <row>
  889. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></emphasis></entry>
  890. <entry>---</entry>
  891. <entry>---</entry>
  892. <entry>---</entry>
  893. </row>
  894. <row>
  895. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></emphasis></entry>
  896. <entry>Silna</entry>
  897. <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime_Decode</code></ulink></entry>
  898. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  899. </row>
  900. <row>
  901. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.openid.html"><code>Zend_OpenId</code></ulink></emphasis></entry>
  902. <entry>---</entry>
  903. <entry>---</entry>
  904. <entry>---</entry>
  905. </row>
  906. <row>
  907. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></emphasis></entry>
  908. <entry morerows="3" valign="middle">Silna</entry>
  909. <entry morerows="3" valign="middle">---</entry>
  910. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  911. </row>
  912. <row>
  913. <entry><ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink></entry>
  914. </row>
  915. <row>
  916. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  917. </row>
  918. <row>
  919. <entry><ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink></entry>
  920. </row>
  921. <row>
  922. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></emphasis></entry>
  923. <entry>---</entry>
  924. <entry>---</entry>
  925. <entry>---</entry>
  926. </row>
  927. <row>
  928. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.request.html"><code>Zend_Request</code></ulink></emphasis></entry>
  929. <entry>---</entry>
  930. <entry>---</entry>
  931. <entry>---</entry>
  932. </row>
  933. <row>
  934. <entry morerows="6" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></emphasis></entry>
  935. <entry morerows="6" valign="middle">Silna</entry>
  936. <entry morerows="2" valign="middle"><ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink></entry>
  937. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  938. </row>
  939. <row>
  940. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  941. </row>
  942. <row>
  943. <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
  944. </row>
  945. <row>
  946. <entry morerows="3" valign="middle"><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
  947. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  948. </row>
  949. <row>
  950. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  951. </row>
  952. <row>
  953. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  954. </row>
  955. <row>
  956. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  957. </row>
  958. <row>
  959. <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></emphasis></entry>
  960. <entry>Słaba</entry>
  961. <entry morerows="4" valign="middle">---</entry>
  962. <entry><ulink url="http://pecl.php.net/package/Bitset"><code>bitset</code></ulink></entry>
  963. </row>
  964. <row>
  965. <entry morerows="3" valign="middle">Silna</entry>
  966. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  967. </row>
  968. <row>
  969. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  970. </row>
  971. <row>
  972. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  973. </row>
  974. <row>
  975. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  976. </row>
  977. <row>
  978. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink></emphasis></entry>
  979. <entry>Silna</entry>
  980. <entry>---</entry>
  981. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  982. </row>
  983. <row>
  984. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.akismet.html"><code>Zend_Service_Akismet</code></ulink></emphasis></entry>
  985. <entry>---</entry>
  986. <entry>---</entry>
  987. <entry>---</entry>
  988. </row>
  989. <row>
  990. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.amazon.html"><code>Zend_Service_Amazon</code></ulink></emphasis></entry>
  991. <entry morerows="1" valign="middle">Silna</entry>
  992. <entry morerows="1" valign="middle">---</entry>
  993. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  994. </row>
  995. <row>
  996. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  997. </row>
  998. <row>
  999. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></emphasis></entry>
  1000. <entry morerows="2" valign="middle">Silna</entry>
  1001. <entry morerows="2" valign="middle">---</entry>
  1002. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  1003. </row>
  1004. <row>
  1005. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  1006. </row>
  1007. <row>
  1008. <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
  1009. </row>
  1010. <row>
  1011. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.delicious.html"><code>Zend_Service_Delicious</code></ulink></emphasis></entry>
  1012. <entry morerows="1" valign="middle">Silna</entry>
  1013. <entry morerows="1" valign="middle">---</entry>
  1014. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  1015. </row>
  1016. <row>
  1017. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  1018. </row>
  1019. <row>
  1020. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></emphasis></entry>
  1021. <entry morerows="2" valign="middle">Silna</entry>
  1022. <entry morerows="2" valign="middle">---</entry>
  1023. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  1024. </row>
  1025. <row>
  1026. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  1027. </row>
  1028. <row>
  1029. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  1030. </row>
  1031. <row>
  1032. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.slideshare.html"><code>Zend_Service_SlideShare</code></ulink></emphasis></entry>
  1033. <entry>---</entry>
  1034. <entry>---</entry>
  1035. <entry>---</entry>
  1036. </row>
  1037. <row>
  1038. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></emphasis></entry>
  1039. <entry>Silna</entry>
  1040. <entry>---</entry>
  1041. <entry><ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink></entry>
  1042. </row>
  1043. <row>
  1044. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.yahoo.html"><code>Zend_Service_Yahoo</code></ulink></emphasis></entry>
  1045. <entry morerows="1" valign="middle">Silna</entry>
  1046. <entry morerows="1" valign="middle">---</entry>
  1047. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  1048. </row>
  1049. <row>
  1050. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  1051. </row>
  1052. <row>
  1053. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></emphasis></entry>
  1054. <entry>Silna</entry>
  1055. <entry>---</entry>
  1056. <entry><ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink></entry>
  1057. </row>
  1058. <row>
  1059. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.timesync.html"><code>Zend_TimeSync</code></ulink></emphasis></entry>
  1060. <entry>---</entry>
  1061. <entry>---</entry>
  1062. <entry>---</entry>
  1063. </row>
  1064. <row>
  1065. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.translate.html"><code>Zend_Translate</code></ulink></emphasis></entry>
  1066. <entry morerows="2" valign="middle">Silna</entry>
  1067. <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Qt</code></ulink></entry>
  1068. <entry><ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink></entry>
  1069. </row>
  1070. <row>
  1071. <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Tmx</code></ulink></entry>
  1072. <entry><ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink></entry>
  1073. </row>
  1074. <row>
  1075. <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Xliff</code></ulink></entry>
  1076. <entry><ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink></entry>
  1077. </row>
  1078. <row>
  1079. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></emphasis></entry>
  1080. <entry>Silna</entry>
  1081. <entry>---</entry>
  1082. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  1083. </row>
  1084. <row>
  1085. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></emphasis></entry>
  1086. <entry morerows="1" valign="middle">Silna</entry>
  1087. <entry morerows="1" valign="middle">---</entry>
  1088. <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
  1089. </row>
  1090. <row>
  1091. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  1092. </row>
  1093. <row>
  1094. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></emphasis></entry>
  1095. <entry>---</entry>
  1096. <entry>---</entry>
  1097. <entry>---</entry>
  1098. </row>
  1099. <row>
  1100. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></emphasis></entry>
  1101. <entry>Silna</entry>
  1102. <entry>---</entry>
  1103. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  1104. </row>
  1105. <row>
  1106. <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></emphasis></entry>
  1107. <entry morerows="4" valign="middle">Silna</entry>
  1108. <entry morerows="2" valign="middle">---</entry>
  1109. <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
  1110. </row>
  1111. <row>
  1112. <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
  1113. </row>
  1114. <row>
  1115. <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
  1116. </row>
  1117. <row>
  1118. <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.client.html"><code>Zend_XmlRpc_Client</code></ulink></entry>
  1119. <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
  1120. </row>
  1121. <row>
  1122. <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.server.html"><code>Zend_XmlRpc_Server</code></ulink></entry>
  1123. <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
  1124. </row>
  1125. </tbody>
  1126. </tgroup>
  1127. </table>
  1128. </sect1>
  1129. <sect1 id="requirements.dependencies">
  1130. <title>Zależności Zend Framework</title>
  1131. <para>
  1132. Poniżej możesz znaleźć tabelę wypisującą komponenty Zend Framework
  1133. i ich zależności od innych komponentów Zend Framework. Pomoże ci to
  1134. gdy potrzebujesz tylko jednego komponentu zamiast całego Zend Framework.
  1135. </para>
  1136. <para>
  1137. Zależność "silna" oznacza, że dany komponent lub klasa nie będzie
  1138. działać prawidłowo jeśli zależny komponent nie jest dostępny,
  1139. a zależność "słaba" oznacza że dany komponent może wymagać
  1140. zależnego komponentu w specjalnych sytuacjach lub ze specyficznymi
  1141. sterownikami.
  1142. </para>
  1143. <note>
  1144. <para>
  1145. Nawet jeśli jest możliwe oddzielenie pojedynczego komponentu od
  1146. Zend Framework powinieneś pamiętać że może to spowodować
  1147. problemy gdy zabraknie plików lub komponentów używanych
  1148. dynamicznie.
  1149. </para>
  1150. </note>
  1151. <table frame='all' id="requirements.dependencies.table-1">
  1152. <title>Komponenty Zend Framework i ich zależności od innych komponentów Zend Framework</title>
  1153. <tgroup cols='3'>
  1154. <colspec colwidth='2in'/>
  1155. <colspec colwidth='1in'/>
  1156. <colspec colwidth='4in'/>
  1157. <thead>
  1158. <row>
  1159. <entry>Komponent Zend Framework</entry>
  1160. <entry>Typ zależności</entry>
  1161. <entry>Zależny komponent Zend Framework</entry>
  1162. </row>
  1163. </thead>
  1164. <tbody>
  1165. <row>
  1166. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.acl.html"><code>Zend_Acl</code></ulink></emphasis></entry>
  1167. <entry>Silna</entry>
  1168. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1169. </row>
  1170. <row>
  1171. <entry morerows="5" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.auth.html"><code>Zend_Auth</code></ulink></emphasis></entry>
  1172. <entry>Silna</entry>
  1173. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1174. </row>
  1175. <row>
  1176. <entry morerows="4" valign="middle">Słaba</entry>
  1177. <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
  1178. </row>
  1179. <row>
  1180. <entry><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></entry>
  1181. </row>
  1182. <row>
  1183. <entry><ulink url="http://framework.zend.com/manual/en/zend.openid.html"><code>Zend_OpenId</code></ulink></entry>
  1184. </row>
  1185. <row>
  1186. <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
  1187. </row>
  1188. <row>
  1189. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></emphasis></entry>
  1190. <entry morerows="1" valign="middle">Silna</entry>
  1191. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1192. </row>
  1193. <row>
  1194. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1195. </row>
  1196. <row>
  1197. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></emphasis></entry>
  1198. <entry>Silna</entry>
  1199. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1200. </row>
  1201. <row>
  1202. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.console.getopt.html"><code>Zend_Console_Getopt</code></ulink></emphasis></entry>
  1203. <entry morerows="1" valign="middle">Silna</entry>
  1204. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1205. </row>
  1206. <row>
  1207. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  1208. </row>
  1209. <row>
  1210. <entry morerows="9" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></emphasis></entry>
  1211. <entry morerows="9" valign="middle">Silna</entry>
  1212. <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
  1213. </row>
  1214. <row>
  1215. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1216. </row>
  1217. <row>
  1218. <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
  1219. </row>
  1220. <row>
  1221. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  1222. </row>
  1223. <row>
  1224. <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
  1225. </row>
  1226. <row>
  1227. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1228. </row>
  1229. <row>
  1230. <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
  1231. </row>
  1232. <row>
  1233. <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
  1234. </row>
  1235. <row>
  1236. <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
  1237. </row>
  1238. <row>
  1239. <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
  1240. </row>
  1241. <row>
  1242. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.currency.html"><code>Zend_Currency</code></ulink></emphasis></entry>
  1243. <entry morerows="1" valign="middle">Silna</entry>
  1244. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1245. </row>
  1246. <row>
  1247. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1248. </row>
  1249. <row>
  1250. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></emphasis></entry>
  1251. <entry morerows="1" valign="middle">Silna</entry>
  1252. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1253. </row>
  1254. <row>
  1255. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1256. </row>
  1257. <row>
  1258. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></emphasis></entry>
  1259. <entry morerows="3" valign="middle">Silna</entry>
  1260. <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
  1261. </row>
  1262. <row>
  1263. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1264. </row>
  1265. <row>
  1266. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1267. </row>
  1268. <row>
  1269. <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
  1270. </row>
  1271. <row>
  1272. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.debug.html"><code>Zend_Debug</code></ulink></emphasis></entry>
  1273. <entry>---</entry>
  1274. <entry>---</entry>
  1275. </row>
  1276. <row>
  1277. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></emphasis></entry>
  1278. <entry>---</entry>
  1279. <entry>---</entry>
  1280. </row>
  1281. <row>
  1282. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></emphasis></entry>
  1283. <entry morerows="3" valign="middle">Silna</entry>
  1284. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1285. </row>
  1286. <row>
  1287. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1288. </row>
  1289. <row>
  1290. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1291. </row>
  1292. <row>
  1293. <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
  1294. </row>
  1295. <row>
  1296. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></emphasis></entry>
  1297. <entry morerows="3" valign="middle">Silna</entry>
  1298. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1299. </row>
  1300. <row>
  1301. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1302. </row>
  1303. <row>
  1304. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1305. </row>
  1306. <row>
  1307. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  1308. </row>
  1309. <row>
  1310. <entry morerows="7" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></emphasis></entry>
  1311. <entry morerows="7" valign="middle">Silna</entry>
  1312. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
  1313. </row>
  1314. <row>
  1315. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1316. </row>
  1317. <row>
  1318. <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
  1319. </row>
  1320. <row>
  1321. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  1322. </row>
  1323. <row>
  1324. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1325. </row>
  1326. <row>
  1327. <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
  1328. </row>
  1329. <row>
  1330. <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
  1331. </row>
  1332. <row>
  1333. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  1334. </row>
  1335. <row>
  1336. <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></emphasis></entry>
  1337. <entry morerows="4" valign="middle">Silna</entry>
  1338. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1339. </row>
  1340. <row>
  1341. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1342. </row>
  1343. <row>
  1344. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1345. </row>
  1346. <row>
  1347. <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
  1348. </row>
  1349. <row>
  1350. <entry><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></entry>
  1351. </row>
  1352. <row>
  1353. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></emphasis></entry>
  1354. <entry morerows="2" valign="middle">Silna</entry>
  1355. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1356. </row>
  1357. <row>
  1358. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1359. </row>
  1360. <row>
  1361. <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
  1362. </row>
  1363. <row>
  1364. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></emphasis></entry>
  1365. <entry>Silna</entry>
  1366. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1367. </row>
  1368. <row>
  1369. <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></emphasis></entry>
  1370. <entry morerows="4" valign="middle">Silna</entry>
  1371. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
  1372. </row>
  1373. <row>
  1374. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1375. </row>
  1376. <row>
  1377. <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
  1378. </row>
  1379. <row>
  1380. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1381. </row>
  1382. <row>
  1383. <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
  1384. </row>
  1385. <row>
  1386. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></emphasis></entry>
  1387. <entry>Silna</entry>
  1388. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1389. </row>
  1390. <row>
  1391. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></emphasis></entry>
  1392. <entry>Silna</entry>
  1393. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1394. </row>
  1395. <row>
  1396. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></emphasis></entry>
  1397. <entry>Silna</entry>
  1398. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1399. </row>
  1400. <row>
  1401. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></emphasis></entry>
  1402. <entry>Silna</entry>
  1403. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1404. </row>
  1405. <row>
  1406. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></emphasis></entry>
  1407. <entry morerows="3" valign="middle">Silna</entry>
  1408. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1409. </row>
  1410. <row>
  1411. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1412. </row>
  1413. <row>
  1414. <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
  1415. </row>
  1416. <row>
  1417. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  1418. </row>
  1419. <row>
  1420. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.measure.html"><code>Zend_Measure</code></ulink></emphasis></entry>
  1421. <entry morerows="1" valign="middle">Silna</entry>
  1422. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1423. </row>
  1424. <row>
  1425. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1426. </row>
  1427. <row>
  1428. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></emphasis></entry>
  1429. <entry morerows="1" valign="middle">Silna</entry>
  1430. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></entry>
  1431. </row>
  1432. <row>
  1433. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1434. </row>
  1435. <row>
  1436. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></emphasis></entry>
  1437. <entry>Silna</entry>
  1438. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1439. </row>
  1440. <row>
  1441. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.openid.html"><code>Zend_OpenId</code></ulink></emphasis></entry>
  1442. <entry morerows="3" valign="middle">Silna</entry>
  1443. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
  1444. </row>
  1445. <row>
  1446. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1447. </row>
  1448. <row>
  1449. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1450. </row>
  1451. <row>
  1452. <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
  1453. </row>
  1454. <row>
  1455. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></emphasis></entry>
  1456. <entry morerows="2" valign="middle">Silna</entry>
  1457. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1458. </row>
  1459. <row>
  1460. <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
  1461. </row>
  1462. <row>
  1463. <entry><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></entry>
  1464. </row>
  1465. <row>
  1466. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></emphasis></entry>
  1467. <entry morerows="1" valign="middle">Silna</entry>
  1468. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1469. </row>
  1470. <row>
  1471. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1472. </row>
  1473. <row>
  1474. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.request.html"><code>Zend_Request</code></ulink></emphasis></entry>
  1475. <entry>---</entry>
  1476. <entry>---</entry>
  1477. </row>
  1478. <row>
  1479. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></emphasis></entry>
  1480. <entry morerows="3" valign="middle">Silna</entry>
  1481. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1482. </row>
  1483. <row>
  1484. <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
  1485. </row>
  1486. <row>
  1487. <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
  1488. </row>
  1489. <row>
  1490. <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
  1491. </row>
  1492. <row>
  1493. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></emphasis></entry>
  1494. <entry>Silna</entry>
  1495. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1496. </row>
  1497. <row>
  1498. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink></emphasis></entry>
  1499. <entry>Silna</entry>
  1500. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1501. </row>
  1502. <row>
  1503. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.akismet.html"><code>Zend_Service_Akismet</code></ulink></emphasis></entry>
  1504. <entry morerows="3" valign="middle">Silna</entry>
  1505. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1506. </row>
  1507. <row>
  1508. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1509. </row>
  1510. <row>
  1511. <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
  1512. </row>
  1513. <row>
  1514. <entry><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></entry>
  1515. </row>
  1516. <row>
  1517. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.amazon.html"><code>Zend_Service_Amazon</code></ulink></emphasis></entry>
  1518. <entry morerows="2" valign="middle">Silna</entry>
  1519. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1520. </row>
  1521. <row>
  1522. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1523. </row>
  1524. <row>
  1525. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
  1526. </row>
  1527. <row>
  1528. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></emphasis></entry>
  1529. <entry morerows="1" valign="middle">Silna</entry>
  1530. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1531. </row>
  1532. <row>
  1533. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1534. </row>
  1535. <row>
  1536. <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.delicious.html"><code>Zend_Service_Delicious</code></ulink></emphasis></entry>
  1537. <entry morerows="4" valign="middle">Silna</entry>
  1538. <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
  1539. </row>
  1540. <row>
  1541. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1542. </row>
  1543. <row>
  1544. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1545. </row>
  1546. <row>
  1547. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  1548. </row>
  1549. <row>
  1550. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
  1551. </row>
  1552. <row>
  1553. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></emphasis></entry>
  1554. <entry morerows="3" valign="middle">Silna</entry>
  1555. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1556. </row>
  1557. <row>
  1558. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1559. </row>
  1560. <row>
  1561. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
  1562. </row>
  1563. <row>
  1564. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  1565. </row>
  1566. <row>
  1567. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.slideshare.html"><code>Zend_Service_SlideShare</code></ulink></emphasis></entry>
  1568. <entry morerows="2" valign="middle">Silna</entry>
  1569. <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></entry>
  1570. </row>
  1571. <row>
  1572. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1573. </row>
  1574. <row>
  1575. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1576. </row>
  1577. <row>
  1578. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></emphasis></entry>
  1579. <entry morerows="2" valign="middle">Silna</entry>
  1580. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1581. </row>
  1582. <row>
  1583. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1584. </row>
  1585. <row>
  1586. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1587. </row>
  1588. <row>
  1589. <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.yahoo.html"><code>Zend_Service_Yahoo</code></ulink></emphasis></entry>
  1590. <entry morerows="3" valign="middle">Silna</entry>
  1591. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1592. </row>
  1593. <row>
  1594. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
  1595. </row>
  1596. <row>
  1597. <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
  1598. </row>
  1599. <row>
  1600. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  1601. </row>
  1602. <row>
  1603. <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></emphasis></entry>
  1604. <entry morerows="1" valign="middle">Silna</entry>
  1605. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1606. </row>
  1607. <row>
  1608. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1609. </row>
  1610. <row>
  1611. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.timesync.html"><code>Zend_TimeSync</code></ulink></emphasis></entry>
  1612. <entry morerows="2" valign="middle">Silna</entry>
  1613. <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
  1614. </row>
  1615. <row>
  1616. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1617. </row>
  1618. <row>
  1619. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1620. </row>
  1621. <row>
  1622. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.translate.html"><code>Zend_Translate</code></ulink></emphasis></entry>
  1623. <entry morerows="2" valign="middle">Silna</entry>
  1624. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1625. </row>
  1626. <row>
  1627. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1628. </row>
  1629. <row>
  1630. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1631. </row>
  1632. <row>
  1633. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></emphasis></entry>
  1634. <entry morerows="2" valign="middle">Silna</entry>
  1635. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1636. </row>
  1637. <row>
  1638. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1639. </row>
  1640. <row>
  1641. <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
  1642. </row>
  1643. <row>
  1644. <entry morerows="5" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></emphasis></entry>
  1645. <entry morerows="3" valign="middle">Słaba</entry>
  1646. <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
  1647. </row>
  1648. <row>
  1649. <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
  1650. </row>
  1651. <row>
  1652. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1653. </row>
  1654. <row>
  1655. <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
  1656. </row>
  1657. <row>
  1658. <entry morerows="1" valign="middle">Silna</entry>
  1659. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1660. </row>
  1661. <row>
  1662. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1663. </row>
  1664. <row>
  1665. <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></emphasis></entry>
  1666. <entry>---</entry>
  1667. <entry>---</entry>
  1668. </row>
  1669. <row>
  1670. <entry morerows="6" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></emphasis></entry>
  1671. <entry morerows="6" valign="middle">Silna</entry>
  1672. <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
  1673. </row>
  1674. <row>
  1675. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1676. </row>
  1677. <row>
  1678. <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
  1679. </row>
  1680. <row>
  1681. <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
  1682. </row>
  1683. <row>
  1684. <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
  1685. </row>
  1686. <row>
  1687. <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
  1688. </row>
  1689. <row>
  1690. <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
  1691. </row>
  1692. <row>
  1693. <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></emphasis></entry>
  1694. <entry morerows="2" valign="middle">Silna</entry>
  1695. <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
  1696. </row>
  1697. <row>
  1698. <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Registry</code></ulink></entry>
  1699. </row>
  1700. <row>
  1701. <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
  1702. </row>
  1703. </tbody>
  1704. </tgroup>
  1705. </table>
  1706. </sect1>
  1707. </appendix>
  1708. <!--
  1709. vim:se ts=4 sw=4 et:
  1710. Note:
  1711. All added classes listed below... all 3 tables use this as reference.
  1712. Acl
  1713. Auth
  1714. Cache
  1715. Config
  1716. Console_GetOpt
  1717. Controller
  1718. Currency
  1719. Date
  1720. Db
  1721. Debug
  1722. Exception
  1723. Feed
  1724. Filter
  1725. Form
  1726. Gdata
  1727. Http
  1728. Json
  1729. Layout
  1730. Ldap
  1731. Loader
  1732. Locale
  1733. Log
  1734. Mail
  1735. Measure
  1736. Memory
  1737. Mime
  1738. OpenId
  1739. Pdf
  1740. Registry
  1741. Request
  1742. Rest
  1743. Search_Lucene
  1744. Server_Reflection
  1745. Service_Akismet
  1746. Service_Amazon
  1747. Service_Audioscrobbler
  1748. Service_Delicious
  1749. Service_Flickr
  1750. Service_SlideShare
  1751. Service_StrikeIron
  1752. Service_Yahoo
  1753. Session
  1754. TimeSync
  1755. Translate
  1756. Uri
  1757. Validate
  1758. Version
  1759. View
  1760. XmlRpc
  1761. -->