requirements.xml 118 KB

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