[MANUAL] English:
[zend.git] / documentation / manual / he / ref / requirements.xml
blob0b51fa9c25bd5724e16632e20b2eb21f562febe0
1 <appendix id="requirements">
3     <title>דרישות Zend Framework</title>
5     <sect1 id="requirements.introduction">
7         <title>הקדמה</title>
9         <para>
10             Zend Framework דורש לפחות PHP 5 עם שרת אשר יכול להריץ קבצי PHP בצורה נכונה.
11             ישנם כמה אפשרויות ב Zend Framework אשר דורשים תוספים נוספים או אפשרויות נוספות בשרת עליו הוא רץ. ברוב המקרים המערכת יכולה לעבוד בלעדיהם.
12             למרות שמבחינת ביצועים זהו לא הדבר הטוב ביותר לעשות וכמה מהאפשרויות ב Zend Framework לא יפעלו בצורה מלאה.
13             דוגמא לתלות זו היא השימוש ב mod_rewrite על apache, שניתן להשתמש בזה כדי ליצור קישורים ידידותיים כמו למשל: "http://www.example.com/user/edit"
14             במידה ולא יהיה את התוסף הזה מותקן הקישור יראה: "http://www.example.com?controller=user&amp;action=edit".
15             קישורים ידידותיים יכולים לעזור בקידום האתר וקיצור הקישורים בעצם, אבל הם אינם משפיעים ישירות על התפעול של המערכת.
16         </para>
18         <sect2 id="requirements.version">
20             <title>גרסאת PHP</title>
22             <para>
23                 Zend ממליצים על שימוש בגרסא האחרונה של PHP אשר מכילה את כל תיקוני הבאגים ופרצות האבטחה שנמצאו, וכרגע תומכת ב PHP 5.2.4 ומעלה.
24             </para>
26             <para>
27                 Zend Framework מכילה מגוון רחב של בדיקות, שתוכלו להריץ על ידי שימוש ב PHPUnit 3.3.0 ומעלה.
28             </para>
30         </sect2>
32         <sect2 id="requirements.extensions">
34             <title>תוספי PHP</title>
36             <para>
37                    למטה מוצגת טבלה המציגה רשימה של כל התוספים הנמצאים ב PHP ואיך Zend Framework משתמש בכל אחד ואחד מהם.
38                 יש לוודאות שכל אפשרות ב Zend Framework שהנכם עומדים להשתמש בה והיא דורשת תוסף מסויים אכן מותקן על השרת.
39                 למרות שהרבה מערכות לא ידרשו את כל התוספים המצויינים מטה שיהיו מותקנים בשרת מאחר ורבים לא השתמשו בהם.
40             </para>
42             <para>
43                 תלות מסוג "תלוי מאוד" מציג שהרכיב או המחלקה לא יוכלו לתפקד כראוי ללא התוסף הזה מותקן.
44                 תלות מסוג "לא תלוי" מציג שהרכיב או המחלקה אכן השתמשו בתוסף במידה והוא קיים אך עדיין יתפקדו כראוי במידה והוא איננו מותקן.
45                 מרבית הרכיבים השתמשו אוטומטית בתוספים מסויימים אשר מותקנים בשרת במידה והם קיימים כדי לשפר את ביצועי המערכת, אך עדיין יתפקדו כראוי גם אם התוספים הללו לא מותקנים.
46             </para>
48             <table frame='all' id="requirements.extensions.table-1">
49                 <title>תוספי PHP אשר Zend Framework נעזר בהם</title>
50                 <tgroup cols='3'>
51                     <thead>
52                         <row>
53                             <entry>תוסף</entry>
54                             <entry>סוג התלות</entry>
55                             <entry>רכיבי Zend אשר משתמשים בו</entry>
56                         </row>
57                     </thead>
58                     <tbody>
59                         <row>
60                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink></emphasis></entry>
61                             <entry>תלוי מאוד</entry>
62                             <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Apc</code></ulink></entry>
63                         </row>
64                         <row>
65                             <entry>לא תלוי</entry>
66                             <entry><ulink url="http://framework.zend.com/manual/en/zend.file.transfer.html"><code>Zend_File_Transfer</code></ulink></entry>
67                         </row>
68                         <row>
69                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.bc.php"><code>bcmath</code></ulink></emphasis></entry>
70                             <entry>לא תלוי</entry>
71                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
72                         </row>
73                         <row>
74                             <entry><emphasis role="strong"><ulink url="http://pecl.php.net/package/Bitset"><code>bitset</code></ulink></emphasis></entry>
75                             <entry>לא תלוי</entry>
76                             <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
77                         </row>
78                         <row>
79                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.bzip2.php"><code>bz2</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.calendar.php"><code>calendar</code></ulink></emphasis></entry>
85                             <entry>---</entry>
86                             <entry>---</entry>
87                         </row>
88                         <row>
89                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.com.php"><code>com_dotnet</code></ulink></emphasis></entry>
90                             <entry>---</entry>
91                             <entry>---</entry>
92                         </row>
93                         <row>
94                             <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>
95                             <entry morerows="8" valign="middle">תלוי מאוד</entry>
96                             <entry><ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink></entry>
97                         </row>
98                         <row>
99                             <entry><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></entry>
100                         </row>
101                         <row>
102                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink></entry>
103                         </row>
104                         <row>
105                             <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
106                         </row>
107                         <row>
108                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink></entry>
109                         </row>
110                         <row>
111                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
112                         </row>
113                         <row>
114                             <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
115                         </row>
116                         <row>
117                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
118                         </row>
119                         <row>
120                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
121                         </row>
122                         <row>
123                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.curl.php"><code>curl</code></ulink></emphasis></entry>
124                             <entry>תלוי מאוד</entry>
125                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.client.adapters.html"><code>Zend_Http_Client_Adapter_Curl</code></ulink></entry>
126                         </row>
127                         <row>
128                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.datetime.php"><code>date</code></ulink></emphasis></entry>
129                             <entry>לא תלוי</entry>
130                             <entry><ulink url="http://framework.zend.com/manual/en/zend.amf.html"><code>Zend_Amf</code></ulink></entry>
131                         </row>
132                         <row>
133                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dba.php"><code>dba</code></ulink></emphasis></entry>
134                             <entry>---</entry>
135                             <entry>---</entry>
136                         </row>
137                         <row>
138                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dbase.php"><code>dbase</code></ulink></emphasis></entry>
139                             <entry>---</entry>
140                             <entry>---</entry>
141                         </row>
142                         <row>
143                             <entry morerows="13" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></emphasis></entry>
144                             <entry morerows="13" valign="middle">תלוי מאוד</entry>
145                             <entry><ulink url="http://framework.zend.com/manual/en/zend.amf.html"><code>Zend_Amf</code></ulink></entry>
146                         </row>
147                         <row>
148                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dom.html"><code>Zend_Dom</code></ulink></entry>
149                         </row>
150                         <row>
151                             <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
152                         </row>
153                         <row>
154                             <entry><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></entry>
155                         </row>
156                         <row>
157                             <entry><ulink url="http://framework.zend.com/manual/en/zend.log.formatters.html"><code>Zend_Log_Formatter_Xml</code></ulink></entry>
158                         </row>
159                         <row>
160                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
161                         </row>
162                         <row>
163                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.soap.html"><code>Zend_Soap</code></ulink></entry>
164                         </row>
165                         <row>
166                             <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
167                         </row>
168                         <row>
169                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.amazon.html"><code>Zend_Service_Amazon</code></ulink></entry>
170                         </row>
171                         <row>
172                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.delicious.html"><code>Zend_Service_Delicious</code></ulink></entry>
173                         </row>
174                         <row>
175                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></entry>
176                         </row>
177                         <row>
178                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.simpy.html"><code>Zend_Service_Simpy</code></ulink></entry>
179                         </row>
180                         <row>
181                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.yahoo.html"><code>Zend_Service_Yahoo</code></ulink></entry>
182                         </row>
183                         <row>
184                             <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></entry>
185                         </row>
186                         <row>
187                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.exif.php"><code>exif</code></ulink></emphasis></entry>
188                             <entry>---</entry>
189                             <entry>---</entry>
190                         </row>
191                         <row>
192                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.fbsql.php"><code>fbsql</code></ulink></emphasis></entry>
193                             <entry>---</entry>
194                             <entry>---</entry>
195                         </row>
196                         <row>
197                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.fdf.php"><code>fdf</code></ulink></emphasis></entry>
198                             <entry>---</entry>
199                             <entry>---</entry>
200                         </row>
201                         <row>
202                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.filter.php"><code>filter</code></ulink></emphasis></entry>
203                             <entry>---</entry>
204                             <entry>---</entry>
205                         </row>
206                         <row>
207                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ftp.php"><code>ftp</code></ulink></emphasis></entry>
208                             <entry>---</entry>
209                             <entry>---</entry>
210                         </row>
211                         <row>
212                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink></emphasis></entry>
213                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
214                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
215                         </row>
216                         <row>
217                             <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
218                         </row>
219                         <row>
220                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.gettext.php"><code>gettext</code></ulink></emphasis></entry>
221                             <entry>---</entry>
222                             <entry>---</entry>
223                         </row>
224                         <row>
225                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.gmp.php"><code>gmp</code></ulink></emphasis></entry>
226                             <entry>---</entry>
227                             <entry>---</entry>
228                         </row>
229                         <row>
230                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.hash.php"><code>hash</code></ulink></emphasis></entry>
231                             <entry>תלוי מאוד</entry>
232                             <entry><ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink></entry>
233                         </row>
234                         <row>
235                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ibm-db2.php"><code>ibm_db2</code></ulink></emphasis></entry>
236                             <entry>תלוי מאוד</entry>
237                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Db2</code></ulink></entry>
238                         </row>
239                         <row>
240                             <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>
241                             <entry morerows="7" valign="middle">תלוי מאוד</entry>
242                             <entry><ulink url="http://framework.zend.com/manual/en/zend.currency.html"><code>Zend_Currency</code></ulink></entry>
243                         </row>
244                         <row>
245                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.parsing.html"><code>Zend_Locale_Format</code></ulink></entry>
246                         </row>
247                         <row>
248                             <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
249                         </row>
250                         <row>
251                             <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
252                         </row>
253                         <row>
254                             <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
255                         </row>
256                         <row>
257                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></entry>
258                         </row>
259                         <row>
260                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></entry>
261                         </row>
262                         <row>
263                             <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.client.html"><code>Zend_XmlRpc_Client</code></ulink></entry>
264                         </row>
265                         <row>
266                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.imap.php"><code>imap</code></ulink></emphasis></entry>
267                             <entry>---</entry>
268                             <entry>---</entry>
269                         </row>
270                         <row>
271                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ifx.php"><code>informix</code></ulink></emphasis></entry>
272                             <entry>---</entry>
273                             <entry>---</entry>
274                         </row>
275                         <row>
276                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ibase.php"><code>interbase</code></ulink></emphasis></entry>
277                             <entry>תלוי מאוד</entry>
278                             <entry>Zend_Db_Adapter_Firebird</entry>
279                         </row>
280                         <row>
281                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.json.php"><code>json</code></ulink></emphasis></entry>
282                             <entry>לא תלוי</entry>
283                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
284                         </row>
285                         <row>
286                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ldap.php"><code>ldap</code></ulink></emphasis></entry>
287                             <entry>תלוי מאוד</entry>
288                             <entry><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></entry>
289                         </row>
290                         <row>
291                             <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>
292                             <entry morerows="2" valign="middle">Hard</entry>
293                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
294                         </row>
295                         <row>
296                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
297                         </row>
298                         <row>
299                             <entry><ulink url="http://www.php.net/manual/en/ref.xslt.php"><code>XSLT</code></ulink></entry>
300                         </row>
301                         <row>
302                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mbstring.php"><code>mbstring</code></ulink></emphasis></entry>
303                             <entry>תלוי מאוד</entry>
304                             <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
305                         </row>
306                         <row>
307                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mcrypt.php"><code>mcrypt</code></ulink></emphasis></entry>
308                             <entry>תלוי מאוד</entry>
309                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
310                         </row>
311                         <row>
312                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>memcache</code></ulink></emphasis></entry>
313                             <entry>תלוי מאוד</entry>
314                             <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Memcached</code></ulink></entry>
315                         </row>
316                         <row>
317                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mhash.php"><code>mhash</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.mime-magic.php"><code>mime_magic</code></ulink></emphasis></entry>
323                             <entry>תלוי מאוד</entry>
324                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink></entry>
325                         </row>
326                         <row>
327                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ming.php"><code>ming</code></ulink></emphasis></entry>
328                             <entry>---</entry>
329                             <entry>---</entry>
330                         </row>
331                         <row>
332                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.msql.php"><code>msql</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.mssql.php"><code>mssql</code></ulink></emphasis></entry>
338                             <entry>---</entry>
339                             <entry>---</entry>
340                         </row>
341                         <row>
342                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mysql.php"><code>mysql</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.mysqli.php"><code>mysqli</code></ulink></emphasis></entry>
348                             <entry>תלוי מאוד</entry>
349                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Mysqli</code></ulink></entry>
350                         </row>
351                         <row>
352                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.ncurses.php"><code>ncurses</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.oci8.php"><code>oci8</code></ulink></emphasis></entry>
358                             <entry>תלוי מאוד</entry>
359                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Oracle</code></ulink></entry>
360                         </row>
361                         <row>
362                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.uodbc.php"><code>odbc</code></ulink></emphasis></entry>
363                             <entry>---</entry>
364                             <entry>---</entry>
365                         </row>
366                         <row>
367                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.openssl.php"><code>openssl</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.pcntl.php"><code>pcntl</code></ulink></emphasis></entry>
373                             <entry>---</entry>
374                             <entry>---</entry>
375                         </row>
376                         <row>
377                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pcre.php"><code>pcre</code></ulink></emphasis></entry>
378                             <entry>תלוי מאוד</entry>
379                             <entry>Virtually all components</entry>
380                         </row>
381                         <row>
382                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo.php"><code>pdo</code></ulink></emphasis></entry>
383                             <entry>תלוי מאוד</entry>
384                             <entry>All PDO database adapters</entry>
385                         </row>
386                         <row>
387                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-dblib.php"><code>pdo_dblib</code></ulink></emphasis></entry>
388                             <entry>---</entry>
389                             <entry>---</entry>
390                         </row>
391                         <row>
392                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-firebird.php"><code>pdo_firebird</code></ulink></emphasis></entry>
393                             <entry>---</entry>
394                             <entry>---</entry>
395                         </row>
396                         <row>
397                             <entry><emphasis role="strong"><code>pdo_mssql</code></emphasis></entry>
398                             <entry>תלוי מאוד</entry>
399                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mssql</code></ulink></entry>
400                         </row>
401                         <row>
402                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-mysql.php"><code>pdo_mysql</code></ulink></emphasis></entry>
403                             <entry>תלוי מאוד</entry>
404                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mysql</code></ulink></entry>
405                         </row>
406                         <row>
407                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-oci.php"><code>pdo_oci</code></ulink></emphasis></entry>
408                             <entry>תלוי מאוד</entry>
409                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Oci</code></ulink></entry>
410                         </row>
411                         <row>
412                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-pgsql.php"><code>pdo_pgsql</code></ulink></emphasis></entry>
413                             <entry>תלוי מאוד</entry>
414                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Pgsql</code></ulink></entry>
415                         </row>
416                         <row>
417                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pdo-sqlite.php"><code>pdo_sqlite</code></ulink></emphasis></entry>
418                             <entry>תלוי מאוד</entry>
419                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Sqlite</code></ulink></entry>
420                         </row>
421                         <row>
422                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pgsql.php"><code>pgsql</code></ulink></emphasis></entry>
423                             <entry>---</entry>
424                             <entry>---</entry>
425                         </row>
426                         <row>
427                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.posix.php"><code>posix</code></ulink></emphasis></entry>
428                             <entry>לא תלוי</entry>
429                             <entry><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></entry>
430                         </row>
431                         <row>
432                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.pspell.php"><code>pspell</code></ulink></emphasis></entry>
433                             <entry>---</entry>
434                             <entry>---</entry>
435                         </row>
436                         <row>
437                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.readline.php"><code>readline</code></ulink></emphasis></entry>
438                             <entry>---</entry>
439                             <entry>---</entry>
440                         </row>
441                         <row>
442                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.recode.php"><code>recode</code></ulink></emphasis></entry>
443                             <entry>---</entry>
444                             <entry>---</entry>
445                         </row>
446                         <row>
447                             <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>
448                             <entry morerows="9" valign="middle">תלוי מאוד</entry>
449                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
450                         </row>
451                         <row>
452                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
453                         </row>
454                         <row>
455                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.input.html"><code>Zend_Filter_Input</code></ulink></entry>
456                         </row>
457                         <row>
458                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
459                         </row>
460                         <row>
461                             <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
462                         </row>
463                         <row>
464                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink></entry>
465                         </row>
466                         <row>
467                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink></entry>
468                         </row>
469                         <row>
470                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
471                         </row>
472                         <row>
473                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
474                         </row>
475                         <row>
476                             <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.server.html"><code>Zend_XmlRpc_Server</code></ulink></entry>
477                         </row>
478                         <row>
479                             <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>
480                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
481                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.actionhelpers.html"><code>Zend_Controller_Action_Helper_Redirector</code></ulink></entry>
482                         </row>
483                         <row>
484                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
485                         </row>
486                         <row>
487                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.shmop.php"><code>shmop</code></ulink></emphasis></entry>
488                             <entry>---</entry>
489                             <entry></entry>
490                         </row>
491                         <row>
492                             <entry morerows="6" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></emphasis></entry>
493                             <entry morerows="5" valign="middle">תלוי מאוד</entry>
494                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.adapters.xml.html"><code>Zend_Config_Xml</code></ulink></entry>
495                         </row>
496                         <row>
497                             <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
498                         </row>
499                         <row>
500                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink></entry>
501                         </row>
502                         <row>
503                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></entry>
504                         </row>
505                         <row>
506                             <entry><ulink url="http://framework.zend.com/manual/en/zend.soap.html"><code>Zend_Soap</code></ulink></entry>
507                         </row>
508                         <row>
509                             <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></entry>
510                         </row>
511                         <row>
512                             <entry>לא תלוי</entry>
513                             <entry><ulink url="http://framework.zend.com/manual/en/zend.amf.html"><code>Zend_Amf</code></ulink></entry>
514                         </row>
515                         <row>
516                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink></emphasis></entry>
517                             <entry morerows="1" valign="middle">לא תלוי</entry>
518                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></entry>
519                         </row>
520                         <row>
521                             <entry><ulink url="http://framework.zend.com/manual/en/zend.soap.html"><code>Zend_Soap</code></ulink></entry>
522                         </row>
523                         <row>
524                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.sockets.php"><code>sockets</code></ulink></emphasis></entry>
525                             <entry>---</entry>
526                             <entry>---</entry>
527                         </row>
528                         <row>
529                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.spl.php"><code>SPL</code></ulink></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.sqlite.php"><code>SQLite</code></ulink></emphasis></entry>
535                             <entry>תלוי מאוד</entry>
536                             <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html">Zend_Cache_Backend_Sqlite</ulink></entry>
537                         </row>
538                         <row>
539                             <entry><emphasis role="strong"><code>standard</code></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.sybase.php"><code>sybase</code></ulink></emphasis></entry>
545                             <entry>---</entry>
546                             <entry>---</entry>
547                         </row>
548                         <row>
549                             <entry><emphasis role="strong">sysvmsg</emphasis></entry>
550                             <entry>---</entry>
551                             <entry>---</entry>
552                         </row>
553                         <row>
554                             <entry><emphasis role="strong">sysvsem</emphasis></entry>
555                             <entry>---</entry>
556                             <entry>--</entry>
557                         </row>
558                         <row>
559                             <entry><emphasis role="strong">sysvshm</emphasis></entry>
560                             <entry>---</entry>
561                             <entry>---</entry>
562                         </row>
563                         <row>
564                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.tidy.php"><code>tidy</code></ulink></emphasis></entry>
565                             <entry>---</entry>
566                             <entry>---</entry>
567                         </row>
568                         <row>
569                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.tokenizer.php"><code>tokenizer</code></ulink></emphasis></entry>
570                             <entry>---</entry>
571                             <entry>---</entry>
572                         </row>
573                         <row>
574                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.wddx.php"><code>wddx</code></ulink></emphasis></entry>
575                             <entry>---</entry>
576                             <entry>---</entry>
577                         </row>
578                         <row>
579                             <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>
580                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
581                             <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Qt</code></ulink></entry>
582                         </row>
583                         <row>
584                             <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Tmx</code></ulink></entry>
585                         </row>
586                         <row>
587                             <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Xliff</code></ulink></entry>
588                         </row>
589                         <row>
590                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xmlreader.php"><code>XMLReader</code></ulink></emphasis></entry>
591                             <entry>---</entry>
592                             <entry>---</entry>
593                         </row>
594                         <row>
595                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xmlrpc.php"><code>xmlrpc</code></ulink></emphasis></entry>
596                             <entry>---</entry>
597                             <entry>---</entry>
598                         </row>
599                         <row>
600                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xmlwriter.php"><code>XMLWriter</code></ulink></emphasis></entry>
601                             <entry>---</entry>
602                             <entry>---</entry>
603                         </row>
604                         <row>
605                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.xsl.php"><code>xsl</code></ulink></emphasis></entry>
606                             <entry>---</entry>
607                             <entry>---</entry>
608                         </row>
609                         <row>
610                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.zip.php"><code>zip</code></ulink></emphasis></entry>
611                             <entry>---</entry>
612                             <entry>---</entry>
613                         </row>
614                         <row>
615                             <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>
616                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
617                             <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
618                         </row>
619                         <row>
620                             <entry><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>Memcache</code></ulink></entry>
621                         </row>
622                     </tbody>
623                 </tgroup>
624             </table>
626         </sect2>
628         <sect2 id="requirements.zendcomponents">
630             <title>רכיבי Zend Framework</title>
632             <para>
633                 למטה מוצגת טבלה אשר מציגה את כל הרכיבים הקיימים ב Zend Framework ואילו תוספי PHP הם דורשים.
634                 זה יכול לעזור לכם לדעת אילו תוספים כל רכיב דורש כדי להריץ את המערכת שלכם עם הרכיבים שהמערכת שלכם דורשת עם התוספים הנחוצים להם.
635             </para>
637             <para>
638                 תלות מסוג "תלוי מאוד" מציג שהרכיב או המחלקה לא יוכלו לתפקד כראוי ללא התוסף הזה מותקן.
639                 תלות מסוג "לא תלוי" מציג שהרכיב או המחלקה אכן השתמשו בתוסף במידה והוא קיים אך עדיין יתפקדו כראוי במידה והוא איננו מותקן.
640                 מרבית הרכיבים השתמשו אוטומטית בתוספים מסויימים אשר מותקנים בשרת במידה והם קיימים כדי לשפר את ביצועי המערכת, אך עדיין יתפקדו כראוי גם אם התוספים הללו לא מותקנים.
641             </para>
643             <table frame='all' id="requirements.zendcomponents.table-1">
644                 <title>רכיבי Zend Framework והתוספים בהם הם משתמשים</title>
645                 <tgroup cols='4'>
646                     <thead>
647                         <row>
648                             <entry>רכיבי Zend Framework</entry>
649                             <entry>סוג התלות</entry>
650                             <entry>תוסף PHP</entry>
651                         </row>
652                     </thead>
653                     <tbody>
654                         <row>
655                             <entry morerows="2" valign="middle"><emphasis role="strong">כל הרכיבים</emphasis></entry>
656                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
657                             <entry><ulink url="http://www.php.net/manual/en/ref.pcre.php"><code>pcre</code></ulink></entry>
658                         </row>
659                         <row>
660                             <entry><ulink url="http://www.php.net/manual/en/ref.spl.php"><code>SPL</code></ulink></entry>
661                         </row>
662                         <row>
663                             <entry><code>בסיסי</code></entry>
664                         </row>
665                         <row>
666                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.acl.html"><code>Zend_Acl</code></ulink></emphasis></entry>
667                             <entry>---</entry>
668                             <entry>---</entry>
669                         </row>
670                         <row>
671                             <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.amf.html"><code>Zend_Amf</code></ulink></emphasis></entry>
672                             <entry>תלוי מאוד</entry>
673                             <entry><ulink url="http://www.php.net/manual/en/ref.datetime.php"><code>date</code></ulink></entry>
674                         </row>
675                         <row>
676                             <entry morerows="1" valign="middle">לא תלוי</entry>
677                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
678                         </row>
679                         <row>
680                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
681                         </row>
682                         <row>
683                             <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>
684                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
685                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
686                         </row>
687                         <row>
688                             <entry><ulink url="http://www.php.net/manual/en/ref.hash.php"><code>hash</code></ulink></entry>
689                         </row>
690                         <row>
691                             <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>
692                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
693                             <entry><ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink></entry>
694                         </row>
695                         <row>
696                             <entry><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>memcache</code></ulink></entry>
697                         </row>
698                         <row>
699                             <entry><ulink url="http://www.php.net/manual/en/ref.sqlite.php"><code>sqlite</code></ulink></entry>
700                         </row>
701                         <row>
702                             <entry><ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink></entry>
703                         </row>
704                         <row>
705                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></emphasis></entry>
706                             <entry>תלוי מאוד</entry>
707                             <entry><ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink></entry>
708                         </row>
709                         <row>
710                             <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>
711                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
712                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
713                         </row>
714                         <row>
715                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
716                         </row>
717                         <row>
718                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.console.getopt.html"><code>Zend_Console_Getopt</code></ulink></emphasis></entry>
719                             <entry>---</entry>
720                             <entry>---</entry>
721                         </row>
722                         <row>
723                             <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>
724                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
725                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
726                         </row>
727                         <row>
728                             <entry><ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink></entry>
729                         </row>
730                         <row>
731                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.currency.html"><code>Zend_Currency</code></ulink></emphasis></entry>
732                             <entry>תלוי מאוד</entry>
733                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
734                         </row>
735                         <row>
736                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></emphasis></entry>
737                             <entry>---</entry>
738                             <entry>---</entry>
739                         </row>
740                         <row>
741                             <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>
742                             <entry morerows="8" valign="middle">תלוי מאוד</entry>
743                             <entry><ulink url="http://www.php.net/manual/en/ref.ibm-db2.php"><code>ibm_db2</code></ulink></entry>
744                         </row>
745                         <row>
746                             <entry><ulink url="http://www.php.net/manual/en/ref.mysqli.php"><code>mysqli</code></ulink></entry>
747                         </row>
748                         <row>
749                             <entry><ulink url="http://www.php.net/manual/en/ref.oci8.php"><code>oci8</code></ulink></entry>
750                         </row>
751                         <row>
752                             <entry><ulink url="http://www.php.net/manual/en/ref.pdo.php"><code>pdo</code></ulink></entry>
753                         </row>
754                         <row>
755                             <entry>pdo_mssql</entry>
756                         </row>
757                         <row>
758                             <entry><ulink url="http://www.php.net/manual/en/ref.pdo-mysql.php"><code>pdo_mysql</code></ulink></entry>
759                         </row>
760                         <row>
761                             <entry><ulink url="http://www.php.net/manual/en/ref.pdo-oci.php"><code>pdo_oci</code></ulink></entry>
762                         </row>
763                         <row>
764                             <entry><ulink url="http://www.php.net/manual/en/ref.pdo-pgsql.php"><code>pdo_pgsql</code></ulink></entry>
765                         </row>
766                         <row>
767                             <entry><ulink url="http://www.php.net/manual/en/ref.pdo-sqlite.php"><code>pdo_sqlite</code></ulink></entry>
768                         </row>
769                         <row>
770                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.debug.html"><code>Zend_Debug</code></ulink></emphasis></entry>
771                             <entry>---</entry>
772                             <entry>---</entry>
773                         </row>
774                         <row>
775                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></emphasis></entry>
776                             <entry>---</entry>
777                             <entry>---</entry>
778                         </row>
779                         <row>
780                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.dom.html"><code>Zend_Dom</code></ulink></emphasis></entry>
781                             <entry>תלוי מאוד</entry>
782                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
783                         </row>
784                         <row>
785                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></emphasis></entry>
786                             <entry>---</entry>
787                             <entry>---</entry>
788                         </row>
789                         <row>
790                             <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>
791                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
792                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
793                         </row>
794                         <row>
795                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
796                         </row>
797                         <row>
798                             <entry><ulink url="http://www.php.net/manual/en/ref.mbstring.php"><code>mbstring</code></ulink></entry>
799                         </row>
800                         <row>
801                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
802                         </row>
803                         <row>
804                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.file.transfer.html"><code>Zend_File_Transfer</code></ulink></emphasis></entry>
805                             <entry morerows="1" valign="middle">לא תלוי</entry>
806                             <entry><ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink></entry>
807                         </row>
808                         <row>
809                             <entry><code>upload_extension</code></entry>
810                         </row>
811                         <row>
812                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></emphasis></entry>
813                             <entry>תלוי מאוד</entry>
814                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
815                         </row>
816                         <row>
817                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></emphasis></entry>
818                             <entry>---</entry>
819                             <entry>---</entry>
820                         </row>
821                         <row>
822                             <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>
823                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
824                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
825                         </row>
826                         <row>
827                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
828                         </row>
829                         <row>
830                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
831                         </row>
832                         <row>
833                             <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>
834                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
835                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
836                         </row>
837                         <row>
838                             <entry><ulink url="http://www.php.net/manual/en/ref.curl.php"><code>curl</code></ulink></entry>
839                         </row>
840                         <row>
841                             <entry><ulink url="http://www.php.net/manual/en/ref.mime-magic.php"><code>mime_magic</code></ulink></entry>
842                         </row>
843                         <row>
844                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.infocard.html"><code>Zend_InfoCard</code></ulink></emphasis></entry>
845                             <entry>---</entry>
846                             <entry>---</entry>
847                         </row>
848                         <row>
849                             <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>
850                             <entry>לא תלוי</entry>
851                             <entry><ulink url="http://www.php.net/manual/en/ref.json.php"><code>json</code></ulink></entry>
852                         </row>
853                         <row>
854                             <entry>תלוי מאוד</entry>
855                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
856                         </row>
857                         <row>
858                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></emphasis></entry>
859                             <entry>---</entry>
860                             <entry>---</entry>
861                         </row>
862                         <row>
863                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></emphasis></entry>
864                             <entry>---</entry>
865                             <entry><ulink url="http://www.php.net/manual/en/ref.ldap.php"><code>ldap</code></ulink></entry>
866                         </row>
867                         <row>
868                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></emphasis></entry>
869                             <entry>---</entry>
870                             <entry>---</entry>
871                         </row>
872                         <row>
873                             <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>
874                             <entry>לא תלוי</entry>
875                             <entry><ulink url="http://www.php.net/manual/en/ref.bc.php"><code>bcmath</code></ulink></entry>
876                         </row>
877                         <row>
878                             <entry>תלוי מאוד</entry>
879                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
880                         </row>
881                         <row>
882                             <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>
883                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
884                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
885                         </row>
886                         <row>
887                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
888                         </row>
889                         <row>
890                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
891                         </row>
892                         <row>
893                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></emphasis></entry>
894                             <entry>לא תלוי</entry>
895                             <entry><ulink url="http://www.php.net/manual/en/ref.posix.php"><code>posix</code></ulink></entry>
896                         </row>
897                         <row>
898                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.measure.html"><code>Zend_Measure</code></ulink></emphasis></entry>
899                             <entry>---</entry>
900                             <entry>---</entry>
901                         </row>
902                         <row>
903                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></emphasis></entry>
904                             <entry>---</entry>
905                             <entry>---</entry>
906                         </row>
907                         <row>
908                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></emphasis></entry>
909                             <entry>תלוי מאוד</entry>
910                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
911                         </row>
912                         <row>
913                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.openid.html"><code>Zend_OpenId</code></ulink></emphasis></entry>
914                             <entry>---</entry>
915                             <entry>---</entry>
916                         </row>
917                         <row>
918                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.paginator.html"><code>Zend_Paginator</code></ulink></emphasis></entry>
919                             <entry>---</entry>
920                             <entry>---</entry>
921                         </row>
922                         <row>
923                             <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>
924                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
925                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
926                         </row>
927                         <row>
928                             <entry><ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink></entry>
929                         </row>
930                         <row>
931                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
932                         </row>
933                         <row>
934                             <entry><ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink></entry>
935                         </row>
936                         <row>
937                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.progressbar.html"><code>Zend_ProgressBar</code></ulink></emphasis></entry>
938                             <entry>---</entry>
939                             <entry>---</entry>
940                         </row>
941                         <row>
942                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></emphasis></entry>
943                             <entry>---</entry>
944                             <entry>---</entry>
945                         </row>
946                         <row>
947                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.request.html"><code>Zend_Request</code></ulink></emphasis></entry>
948                             <entry>---</entry>
949                             <entry>---</entry>
950                         </row>
951                         <row>
952                             <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></emphasis></entry>
953                             <entry morerows="4" valign="middle">תלוי מאוד</entry>
954                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
955                         </row>
956                         <row>
957                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
958                         </row>
959                         <row>
960                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
961                         </row>
962                         <row>
963                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
964                         </row>
965                         <row>
966                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
967                         </row>
968                         <row>
969                             <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>
970                             <entry>לא תלוי</entry>
971                             <entry><ulink url="http://pecl.php.net/package/Bitset"><code>bitset</code></ulink></entry>
972                         </row>
973                         <row>
974                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
975                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
976                         </row>
977                         <row>
978                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
979                         </row>
980                         <row>
981                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
982                         </row>
983                         <row>
984                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
985                         </row>
986                         <row>
987                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink></emphasis></entry>
988                             <entry>תלוי מאוד</entry>
989                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
990                         </row>
991                         <row>
992                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.akismet.html"><code>Zend_Service_Akismet</code></ulink></emphasis></entry>
993                             <entry>---</entry>
994                             <entry>---</entry>
995                         </row>
996                         <row>
997                             <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>
998                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
999                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
1000                         </row>
1001                         <row>
1002                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1003                         </row>
1004                         <row>
1005                             <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>
1006                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1007                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
1008                         </row>
1009                         <row>
1010                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1011                         </row>
1012                         <row>
1013                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
1014                         </row>
1015                         <row>
1016                             <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>
1017                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1018                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
1019                         </row>
1020                         <row>
1021                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1022                         </row>
1023                         <row>
1024                             <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>
1025                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1026                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
1027                         </row>
1028                         <row>
1029                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
1030                         </row>
1031                         <row>
1032                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1033                         </row>
1034                         <row>
1035                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.nirvanix.html"><code>Zend_Service_Nirvanix</code></ulink></emphasis></entry>
1036                             <entry>---</entry>
1037                             <entry>---</entry>
1038                         </row>
1039                         <row>
1040                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></emphasis></entry>
1041                             <entry>תלוי מאוד</entry>
1042                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.mcrypt.php"><code>mcrypt</code></ulink></emphasis></entry>
1043                         </row>
1044                         <row>
1045                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.simpy.html"><code>Zend_Service_Simpy</code></ulink></emphasis></entry>
1046                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1047                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
1048                         </row>
1049                         <row>
1050                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1051                         </row>
1052                         <row>
1053                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.slideshare.html"><code>Zend_Service_SlideShare</code></ulink></emphasis></entry>
1054                             <entry>---</entry>
1055                             <entry>---</entry>
1056                         </row>
1057                         <row>
1058                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></emphasis></entry>
1059                             <entry>תלוי מאוד</entry>
1060                             <entry><ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink></entry>
1061                         </row>
1062                         <row>
1063                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.technorati.html"><code>Zend_Service_Technorati</code></ulink></emphasis></entry>
1064                             <entry>---</entry>
1065                             <entry>---</entry>
1066                         </row>
1067                         <row>
1068                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.twitter.html"><code>Zend_Service_Twitter</code></ulink></emphasis></entry>
1069                             <entry>---</entry>
1070                             <entry>---</entry>
1071                         </row>
1072                         <row>
1073                             <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>
1074                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1075                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
1076                         </row>
1077                         <row>
1078                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1079                         </row>
1080                         <row>
1081                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></emphasis></entry>
1082                             <entry>תלוי מאוד</entry>
1083                             <entry><ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink></entry>
1084                         </row>
1085                         <row>
1086                             <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.soap.html"><code>Zend_Soap</code></ulink></emphasis></entry>
1087                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1088                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></emphasis></entry>
1089                         </row>
1090                         <row>
1091                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
1092                         </row>
1093                         <row>
1094                             <entry><emphasis role="strong"><ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink></emphasis></entry>
1095                         </row>
1096                         <row>
1097                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.test.html"><code>Zend_Test</code></ulink></emphasis></entry>
1098                             <entry>---</entry>
1099                             <entry>---</entry>
1100                         </row>
1101                         <row>
1102                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></emphasis></entry>
1103                             <entry>---</entry>
1104                             <entry>---</entry>
1105                         </row>
1106                         <row>
1107                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.timesync.html"><code>Zend_TimeSync</code></ulink></emphasis></entry>
1108                             <entry>---</entry>
1109                             <entry>---</entry>
1110                         </row>
1111                         <row>
1112                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.translate.html"><code>Zend_Translate</code></ulink></emphasis></entry>
1113                             <entry>תלוי מאוד</entry>
1114                             <entry><ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink></entry>
1115                         </row>
1116                         <row>
1117                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></emphasis></entry>
1118                             <entry>תלוי מאוד</entry>
1119                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
1120                         </row>
1121                         <row>
1122                             <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>
1123                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1124                             <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
1125                         </row>
1126                         <row>
1127                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
1128                         </row>
1129                         <row>
1130                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></emphasis></entry>
1131                             <entry>---</entry>
1132                             <entry>---</entry>
1133                         </row>
1134                         <row>
1135                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></emphasis></entry>
1136                             <entry>תלוי מאוד</entry>
1137                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
1138                         </row>
1139                         <row>
1140                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></emphasis></entry>
1141                             <entry>---</entry>
1142                             <entry>---</entry>
1143                         </row>
1144                         <row>
1145                             <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>
1146                             <entry morerows="4" valign="middle">תלוי מאוד</entry>
1147                             <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
1148                         </row>
1149                         <row>
1150                             <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
1151                         </row>
1152                         <row>
1153                             <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
1154                         </row>
1155                         <row>
1156                             <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
1157                         </row>
1158                         <row>
1159                             <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
1160                         </row>
1161                     </tbody>
1162                 </tgroup>
1163             </table>
1165         </sect2>
1167         <sect2 id="requirements.dependencies">
1169             <title>תלות של רכיבים ב Zend Framework ברכיבים אחרים</title>
1171             <para>
1172                 למטה ניתן לראות טבלה המציגה את רכיבי Zend Framework ואת התלות שלהם ברכיבים אחרים
1173                 זה יכול לשמש לעזר במידה והנכם דורשים רק חלק מהרכיבים ולא את כל המערכת של Zend Framework.
1174             </para>
1176             <para>
1177                 תלות מסוג "תלוי מאוד" מציג שהרכיב או המחלקה לא יוכל לתפקד כראוי אם הרכיב אותו הוא דורש לא קיים, לעומת תלות מסוג "לא תלוי" מציג שהרכיב או המחלקה
1178                 ידרשו את הרכיבים הנחוצים או המחלקות הנחוצות בחלק מהמקרים.
1179                 לבסוף תלות מסוג "תיקון" מציג שהרכיב או המחלקה באיזשהו שלב משתמשים בתתי מחלקות או תתי רכיבים, ותלות של "תת" מציג שהרכיבים הללו ניתנים לשימוש על ידי תתי רכיבים במצבים מסויימים עם מתאמים מסויימים.
1180             </para>
1182             <note>
1183                 <para>
1184                     גם אם אפשר להפריד רכיב אחד משאר המערכת, יש לזכור שזה יכול להוביל לבעיות מסויימות בהמשך.
1185                 </para>
1186             </note>
1188             <table frame='all' id="requirements.dependencies.table-1">
1189                 <title>תלות של רכיבים ב Zend Framework ברכיבים אחרים</title>
1190                 <tgroup cols='3'>
1191                     <colspec colwidth='2in'/>
1192                     <colspec colwidth='1in'/>
1193                     <colspec colwidth='4in'/>
1194                     <thead>
1195                         <row>
1196                             <entry>רכיב</entry>
1197                             <entry>סוג התלות</entry>
1198                             <entry>רכיב התלוי בו</entry>
1199                         </row>
1200                     </thead>
1201                     <tbody>
1202                         <row>
1203                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.acl.html"><code>Zend_Acl</code></ulink></emphasis></entry>
1204                             <entry>תלוי מאוד</entry>
1205                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1206                         </row>
1207                         <row>
1208                             <entry morerows="5" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.amf.html"><code>Zend_Amf</code></ulink></emphasis></entry>
1209                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1210                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1211                         </row>
1212                         <row>
1213                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server</code></ulink></entry>
1214                         </row>
1215                         <row>
1216                             <entry morerows="1" valign="middle">לא תלוי</entry>
1217                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1218                         </row>
1219                         <row>
1220                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1221                         </row>
1222                         <row>
1223                             <entry morerows="1" valign="middle">תת</entry>
1224                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1225                         </row>
1226                         <row>
1227                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1228                         </row>
1229                         <row>
1230                             <entry morerows="25" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.auth.html"><code>Zend_Auth</code></ulink></emphasis></entry>
1231                             <entry>תלוי מאוד</entry>
1232                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1233                         </row>
1234                         <row>
1235                             <entry morerows="4" valign="middle">לא תלוי</entry>
1236                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1237                         </row>
1238                         <row>
1239                             <entry><ulink url="http://framework.zend.com/manual/en/zend.infocard.html"><code>Zend_InfoCard</code></ulink></entry>
1240                         </row>
1241                         <row>
1242                             <entry><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></entry>
1243                         </row>
1244                         <row>
1245                             <entry><ulink url="http://framework.zend.com/manual/en/zend.openid.html"><code>Zend_OpenId</code></ulink></entry>
1246                         </row>
1247                         <row>
1248                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
1249                         </row>
1250                         <row>
1251                             <entry morerows="5" valign="middle">תיקון</entry>
1252                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
1253                         </row>
1254                         <row>
1255                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1256                         </row>
1257                         <row>
1258                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1259                         </row>
1260                         <row>
1261                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1262                         </row>
1263                         <row>
1264                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1265                         </row>
1266                         <row>
1267                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1268                         </row>
1269                         <row>
1270                             <entry morerows="13" valign="middle">תת</entry>
1271                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1272                         </row>
1273                         <row>
1274                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1275                         </row>
1276                         <row>
1277                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1278                         </row>
1279                         <row>
1280                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1281                         </row>
1282                         <row>
1283                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1284                         </row>
1285                         <row>
1286                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1287                         </row>
1288                         <row>
1289                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1290                         </row>
1291                         <row>
1292                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1293                         </row>
1294                         <row>
1295                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1296                         </row>
1297                         <row>
1298                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1299                         </row>
1300                         <row>
1301                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1302                         </row>
1303                         <row>
1304                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1305                         </row>
1306                         <row>
1307                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1308                         </row>
1309                         <row>
1310                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
1311                         </row>
1312                         <row>
1313                             <entry morerows="23" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></emphasis></entry>
1314                             <entry>תלוי מאוד</entry>
1315                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1316                         </row>
1317                         <row>
1318                             <entry>לא תלוי</entry>
1319                             <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
1320                         </row>
1321                         <row>
1322                             <entry morerows="21" valign="middle">תת</entry>
1323                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1324                         </row>
1325                         <row>
1326                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1327                         </row>
1328                         <row>
1329                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
1330                         </row>
1331                         <row>
1332                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1333                         </row>
1334                         <row>
1335                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1336                         </row>
1337                         <row>
1338                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1339                         </row>
1340                         <row>
1341                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1342                         </row>
1343                         <row>
1344                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1345                         </row>
1346                         <row>
1347                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1348                         </row>
1349                         <row>
1350                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1351                         </row>
1352                         <row>
1353                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1354                         </row>
1355                         <row>
1356                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1357                         </row>
1358                         <row>
1359                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1360                         </row>
1361                         <row>
1362                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1363                         </row>
1364                         <row>
1365                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1366                         </row>
1367                         <row>
1368                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1369                         </row>
1370                         <row>
1371                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
1372                         </row>
1373                         <row>
1374                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1375                         </row>
1376                         <row>
1377                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1378                         </row>
1379                         <row>
1380                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1381                         </row>
1382                         <row>
1383                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1384                         </row>
1385                         <row>
1386                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
1387                         </row>
1388                         <row>
1389                             <entry morerows="12" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></emphasis></entry>
1390                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
1391                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1392                         </row>
1393                         <row>
1394                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1395                         </row>
1396                         <row>
1397                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1398                         </row>
1399                         <row>
1400                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1401                         </row>
1402                         <row>
1403                             <entry morerows="5" valign="middle">תיקון</entry>
1404                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1405                         </row>
1406                         <row>
1407                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1408                         </row>
1409                         <row>
1410                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1411                         </row>
1412                         <row>
1413                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1414                         </row>
1415                         <row>
1416                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1417                         </row>
1418                         <row>
1419                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1420                         </row>
1421                         <row>
1422                             <entry morerows="2" valign="middle">תת</entry>
1423                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1424                         </row>
1425                         <row>
1426                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1427                         </row>
1428                         <row>
1429                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_ReLoader</code></ulink></entry>
1430                         </row>
1431                         <row>
1432                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></emphasis></entry>
1433                             <entry>תלוי מאוד</entry>
1434                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1435                         </row>
1436                         <row>
1437                             <entry morerows="3" 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>
1438                             <entry>תלוי מאוד</entry>
1439                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1440                         </row>
1441                         <row>
1442                             <entry>לא תלוי</entry>
1443                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1444                         </row>
1445                         <row>
1446                             <entry morerows="1" valign="middle">תת</entry>
1447                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1448                         </row>
1449                         <row>
1450                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1451                         </row>
1452                         <row>
1453                             <entry morerows="21" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></emphasis></entry>
1454                             <entry morerows="5" valign="middle">תלוי מאוד</entry>
1455                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1456                         </row>
1457                         <row>
1458                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1459                         </row>
1460                         <row>
1461                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1462                         </row>
1463                         <row>
1464                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1465                         </row>
1466                         <row>
1467                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1468                         </row>
1469                         <row>
1470                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1471                         </row>
1472                         <row>
1473                             <entry morerows="3" valign="middle">לא תלוי</entry>
1474                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1475                         </row>
1476                         <row>
1477                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1478                         </row>
1479                         <row>
1480                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1481                         </row>
1482                         <row>
1483                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1484                         </row>
1485                         <row>
1486                             <entry morerows="1" valign="middle">תיקון</entry>
1487                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1488                         </row>
1489                         <row>
1490                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1491                         </row>
1492                         <row>
1493                             <entry morerows="9" valign="middle">תת</entry>
1494                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1495                         </row>
1496                         <row>
1497                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1498                         </row>
1499                         <row>
1500                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1501                         </row>
1502                         <row>
1503                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1504                         </row>
1505                         <row>
1506                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1507                         </row>
1508                         <row>
1509                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1510                         </row>
1511                         <row>
1512                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1513                         </row>
1514                         <row>
1515                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
1516                         </row>
1517                         <row>
1518                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1519                         </row>
1520                         <row>
1521                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
1522                         </row>
1523                         <row>
1524                             <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.currency.html"><code>Zend_Currency</code></ulink></emphasis></entry>
1525                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1526                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1527                         </row>
1528                         <row>
1529                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1530                         </row>
1531                         <row>
1532                             <entry morerows="1" valign="middle">תת</entry>
1533                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1534                         </row>
1535                         <row>
1536                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1537                         </row>
1538                         <row>
1539                             <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></emphasis></entry>
1540                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1541                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1542                         </row>
1543                         <row>
1544                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1545                         </row>
1546                         <row>
1547                             <entry morerows="1" valign="middle">תת</entry>
1548                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1549                         </row>
1550                         <row>
1551                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1552                         </row>
1553                         <row>
1554                             <entry morerows="21" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></emphasis></entry>
1555                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1556                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1557                         </row>
1558                         <row>
1559                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1560                         </row>
1561                         <row>
1562                             <entry morerows="1" valign="middle">לא תלוי</entry>
1563                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1564                         </row>
1565                         <row>
1566                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
1567                         </row>
1568                         <row>
1569                             <entry morerows="17" valign="middle">תת</entry>
1570                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1571                         </row>
1572                         <row>
1573                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1574                         </row>
1575                         <row>
1576                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
1577                         </row>
1578                         <row>
1579                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1580                         </row>
1581                         <row>
1582                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1583                         </row>
1584                         <row>
1585                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1586                         </row>
1587                         <row>
1588                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1589                         </row>
1590                         <row>
1591                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1592                         </row>
1593                         <row>
1594                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1595                         </row>
1596                         <row>
1597                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1598                         </row>
1599                         <row>
1600                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1601                         </row>
1602                         <row>
1603                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1604                         </row>
1605                         <row>
1606                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1607                         </row>
1608                         <row>
1609                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
1610                         </row>
1611                         <row>
1612                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1613                         </row>
1614                         <row>
1615                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1616                         </row>
1617                         <row>
1618                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1619                         </row>
1620                         <row>
1621                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1622                         </row>
1623                         <row>
1624                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.debug.html"><code>Zend_Debug</code></ulink></emphasis></entry>
1625                             <entry>---</entry>
1626                             <entry>---</entry>
1627                         </row>
1628                         <row>
1629                             <entry morerows="22" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></emphasis></entry>
1630                             <entry morerows="4" valign="middle">תלוי מאוד</entry>
1631                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1632                         </row>
1633                         <row>
1634                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1635                         </row>
1636                         <row>
1637                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1638                         </row>
1639                         <row>
1640                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1641                         </row>
1642                         <row>
1643                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1644                         </row>
1645                         <row>
1646                             <entry>לא תלוי</entry>
1647                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1648                         </row>
1649                         <row>
1650                             <entry morerows="4" valign="middle">תיקון</entry>
1651                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1652                         </row>
1653                         <row>
1654                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1655                         </row>
1656                         <row>
1657                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1658                         </row>
1659                         <row>
1660                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1661                         </row>
1662                         <row>
1663                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1664                         </row>
1665                         <row>
1666                             <entry morerows="11" valign="middle">תת</entry>
1667                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1668                         </row>
1669                         <row>
1670                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
1671                         </row>
1672                         <row>
1673                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1674                         </row>
1675                         <row>
1676                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1677                         </row>
1678                         <row>
1679                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1680                         </row>
1681                         <row>
1682                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1683                         </row>
1684                         <row>
1685                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1686                         </row>
1687                         <row>
1688                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1689                         </row>
1690                         <row>
1691                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1692                         </row>
1693                         <row>
1694                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
1695                         </row>
1696                         <row>
1697                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1698                         </row>
1699                         <row>
1700                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
1701                         </row>
1702                         <row>
1703                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.dom.html"><code>Zend_Dom</code></ulink></emphasis></entry>
1704                             <entry>תלוי מאוד</entry>
1705                             <entry>Zend_Exception</entry>
1706                         </row>
1707                         <row>
1708                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></emphasis></entry>
1709                             <entry>---</entry>
1710                             <entry>---</entry>
1711                         </row>
1712                         <row>
1713                             <entry morerows="8" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></emphasis></entry>
1714                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1715                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1716                         </row>
1717                         <row>
1718                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1719                         </row>
1720                         <row>
1721                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1722                         </row>
1723                         <row>
1724                             <entry morerows="1" valign="middle">תיקון</entry>
1725                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1726                         </row>
1727                         <row>
1728                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1729                         </row>
1730                         <row>
1731                             <entry morerows="3" valign="middle">תת</entry>
1732                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1733                         </row>
1734                         <row>
1735                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1736                         </row>
1737                         <row>
1738                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1739                         </row>
1740                         <row>
1741                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1742                         </row>
1743                         <row>
1744                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.file.transfer.html"><code>Zend_File_Transfer</code></ulink></emphasis></entry>
1745                             <entry>תלוי מאוד</entry>
1746                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1747                         </row>
1748                         <row>
1749                             <entry>לא תלוי</entry>
1750                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1751                         </row>
1752                         <row>
1753                             <entry morerows="5" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></emphasis></entry>
1754                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1755                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1756                         </row>
1757                         <row>
1758                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1759                         </row>
1760                         <row>
1761                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1762                         </row>
1763                         <row>
1764                             <entry>לא תלוי</entry>
1765                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1766                         </row>
1767                         <row>
1768                             <entry morerows="1" valign="middle">תת</entry>
1769                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1770                         </row>
1771                         <row>
1772                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1773                         </row>
1774                         <row>
1775                             <entry morerows="22" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></emphasis></entry>
1776                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1777                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1778                         </row>
1779                         <row>
1780                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1781                         </row>
1782                         <row>
1783                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1784                         </row>
1785                         <row>
1786                             <entry morerows="5" valign="middle">לא תלוי</entry>
1787                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1788                         </row>
1789                         <row>
1790                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
1791                         </row>
1792                         <row>
1793                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1794                         </row>
1795                         <row>
1796                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1797                         </row>
1798                         <row>
1799                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1800                         </row>
1801                         <row>
1802                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
1803                         </row>
1804                         <row>
1805                             <entry morerows="7" valign="middle">תיקון</entry>
1806                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1807                         </row>
1808                         <row>
1809                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1810                         </row>
1811                         <row>
1812                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1813                         </row>
1814                         <row>
1815                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1816                         </row>
1817                         <row>
1818                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1819                         </row>
1820                         <row>
1821                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
1822                         </row>
1823                         <row>
1824                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1825                         </row>
1826                         <row>
1827                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1828                         </row>
1829                         <row>
1830                             <entry morerows="5" valign="middle">תת</entry>
1831                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1832                         </row>
1833                         <row>
1834                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1835                         </row>
1836                         <row>
1837                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1838                         </row>
1839                         <row>
1840                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1841                         </row>
1842                         <row>
1843                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1844                         </row>
1845                         <row>
1846                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
1847                         </row>
1848                         <row>
1849                             <entry morerows="10" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></emphasis></entry>
1850                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
1851                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1852                         </row>
1853                         <row>
1854                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1855                         </row>
1856                         <row>
1857                             <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
1858                         </row>
1859                         <row>
1860                             <entry><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></entry>
1861                         </row>
1862                         <row>
1863                             <entry>לא תלוי</entry>
1864                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1865                         </row>
1866                         <row>
1867                             <entry morerows="2" valign="middle">תיקון</entry>
1868                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1869                         </row>
1870                         <row>
1871                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1872                         </row>
1873                         <row>
1874                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1875                         </row>
1876                         <row>
1877                             <entry morerows="2" valign="middle">תת</entry>
1878                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1879                         </row>
1880                         <row>
1881                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1882                         </row>
1883                         <row>
1884                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1885                         </row>
1886                         <row>
1887                             <entry morerows="7" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></emphasis></entry>
1888                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1889                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1890                         </row>
1891                         <row>
1892                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1893                         </row>
1894                         <row>
1895                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1896                         </row>
1897                         <row>
1898                             <entry morerows="1" valign="middle">תיקון</entry>
1899                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1900                         </row>
1901                         <row>
1902                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1903                         </row>
1904                         <row>
1905                             <entry morerows="2" valign="middle">תת</entry>
1906                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1907                         </row>
1908                         <row>
1909                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1910                         </row>
1911                         <row>
1912                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1913                         </row>
1914                         <row>
1915                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.infocard.html"><code>Zend_InfoCard</code></ulink></emphasis></entry>
1916                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
1917                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1918                         </row>
1919                         <row>
1920                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1921                         </row>
1922                         <row>
1923                             <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></emphasis></entry>
1924                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
1925                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1926                         </row>
1927                         <row>
1928                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1929                         </row>
1930                         <row>
1931                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1932                         </row>
1933                         <row>
1934                             <entry morerows="22" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></emphasis></entry>
1935                             <entry>תלוי מאוד</entry>
1936                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
1937                         </row>
1938                         <row>
1939                             <entry morerows="3" valign="middle">לא תלוי</entry>
1940                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
1941                         </row>
1942                         <row>
1943                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
1944                         </row>
1945                         <row>
1946                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
1947                         </row>
1948                         <row>
1949                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
1950                         </row>
1951                         <row>
1952                             <entry morerows="4" valign="middle">תיקון</entry>
1953                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
1954                         </row>
1955                         <row>
1956                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
1957                         </row>
1958                         <row>
1959                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
1960                         </row>
1961                         <row>
1962                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
1963                         </row>
1964                         <row>
1965                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
1966                         </row>
1967                         <row>
1968                             <entry morerows="12" valign="middle">תת</entry>
1969                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
1970                         </row>
1971                         <row>
1972                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
1973                         </row>
1974                         <row>
1975                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
1976                         </row>
1977                         <row>
1978                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
1979                         </row>
1980                         <row>
1981                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
1982                         </row>
1983                         <row>
1984                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
1985                         </row>
1986                         <row>
1987                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
1988                         </row>
1989                         <row>
1990                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
1991                         </row>
1992                         <row>
1993                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
1994                         </row>
1995                         <row>
1996                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
1997                         </row>
1998                         <row>
1999                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2000                         </row>
2001                         <row>
2002                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2003                         </row>
2004                         <row>
2005                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2006                         </row>
2007                         <row>
2008                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.ldap.html"><code>Zend_Ldap</code></ulink></emphasis></entry>
2009                             <entry>תלוי מאוד</entry>
2010                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2011                         </row>
2012                         <row>
2013                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></emphasis></entry>
2014                             <entry>תלוי מאוד</entry>
2015                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2016                         </row>
2017                         <row>
2018                             <entry morerows="2" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></emphasis></entry>
2019                             <entry>תלוי מאוד</entry>
2020                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2021                         </row>
2022                         <row>
2023                             <entry>לא תלוי</entry>
2024                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2025                         </row>
2026                         <row>
2027                             <entry>תת</entry>
2028                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2029                         </row>
2030                         <row>
2031                             <entry morerows="21" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></emphasis></entry>
2032                             <entry>תלוי מאוד</entry>
2033                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2034                         </row>
2035                         <row>
2036                             <entry>לא תלוי</entry>
2037                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2038                         </row>
2039                         <row>
2040                             <entry morerows="19" valign="middle">תת</entry>
2041                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2042                         </row>
2043                         <row>
2044                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2045                         </row>
2046                         <row>
2047                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
2048                         </row>
2049                         <row>
2050                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2051                         </row>
2052                         <row>
2053                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2054                         </row>
2055                         <row>
2056                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2057                         </row>
2058                         <row>
2059                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2060                         </row>
2061                         <row>
2062                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2063                         </row>
2064                         <row>
2065                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2066                         </row>
2067                         <row>
2068                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2069                         </row>
2070                         <row>
2071                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2072                         </row>
2073                         <row>
2074                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2075                         </row>
2076                         <row>
2077                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2078                         </row>
2079                         <row>
2080                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2081                         </row>
2082                         <row>
2083                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2084                         </row>
2085                         <row>
2086                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2087                         </row>
2088                         <row>
2089                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2090                         </row>
2091                         <row>
2092                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2093                         </row>
2094                         <row>
2095                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2096                         </row>
2097                         <row>
2098                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2099                         </row>
2100                         <row>
2101                             <entry morerows="7" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></emphasis></entry>
2102                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
2103                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2104                         </row>
2105                         <row>
2106                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2107                         </row>
2108                         <row>
2109                             <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
2110                         </row>
2111                         <row>
2112                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2113                         </row>
2114                         <row>
2115                             <entry>תיקון</entry>
2116                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2117                         </row>
2118                         <row>
2119                             <entry morerows="2" valign="middle">תת</entry>
2120                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2121                         </row>
2122                         <row>
2123                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2124                         </row>
2125                         <row>
2126                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2127                         </row>
2128                         <row>
2129                             <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.measure.html"><code>Zend_Measure</code></ulink></emphasis></entry>
2130                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2131                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2132                         </row>
2133                         <row>
2134                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2135                         </row>
2136                         <row>
2137                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2138                         </row>
2139                         <row>
2140                             <entry>תת</entry>
2141                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2142                         </row>
2143                         <row>
2144                             <entry morerows="24" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></emphasis></entry>
2145                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
2146                             <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></entry>
2147                         </row>
2148                         <row>
2149                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2150                         </row>
2151                         <row>
2152                             <entry morerows="22" valign="middle">תת</entry>
2153                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2154                         </row>
2155                         <row>
2156                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2157                         </row>
2158                         <row>
2159                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
2160                         </row>
2161                         <row>
2162                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2163                         </row>
2164                         <row>
2165                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2166                         </row>
2167                         <row>
2168                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2169                         </row>
2170                         <row>
2171                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2172                         </row>
2173                         <row>
2174                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2175                         </row>
2176                         <row>
2177                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2178                         </row>
2179                         <row>
2180                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2181                         </row>
2182                         <row>
2183                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2184                         </row>
2185                         <row>
2186                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2187                         </row>
2188                         <row>
2189                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2190                         </row>
2191                         <row>
2192                             <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
2193                         </row>
2194                         <row>
2195                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2196                         </row>
2197                         <row>
2198                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2199                         </row>
2200                         <row>
2201                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2202                         </row>
2203                         <row>
2204                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2205                         </row>
2206                         <row>
2207                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2208                         </row>
2209                         <row>
2210                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2211                         </row>
2212                         <row>
2213                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2214                         </row>
2215                         <row>
2216                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2217                         </row>
2218                         <row>
2219                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2220                         </row>
2221                         <row>
2222                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></emphasis></entry>
2223                             <entry>תלוי מאוד</entry>
2224                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2225                         </row>
2226                         <row>
2227                             <entry morerows="22" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.openid.html"><code>Zend_OpenId</code></ulink></emphasis></entry>
2228                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
2229                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
2230                         </row>
2231                         <row>
2232                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2233                         </row>
2234                         <row>
2235                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2236                         </row>
2237                         <row>
2238                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2239                         </row>
2240                         <row>
2241                             <entry morerows="7" valign="middle">תיקון</entry>
2242                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2243                         </row>
2244                         <row>
2245                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2246                         </row>
2247                         <row>
2248                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2249                         </row>
2250                         <row>
2251                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2252                         </row>
2253                         <row>
2254                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2255                         </row>
2256                         <row>
2257                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2258                         </row>
2259                         <row>
2260                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2261                         </row>
2262                         <row>
2263                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2264                         </row>
2265                         <row>
2266                             <entry morerows="10" valign="middle">תת</entry>
2267                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2268                         </row>
2269                         <row>
2270                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2271                         </row>
2272                         <row>
2273                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2274                         </row>
2275                         <row>
2276                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2277                         </row>
2278                         <row>
2279                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2280                         </row>
2281                         <row>
2282                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2283                         </row>
2284                         <row>
2285                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2286                         </row>
2287                         <row>
2288                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2289                         </row>
2290                         <row>
2291                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2292                         </row>
2293                         <row>
2294                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2295                         </row>
2296                         <row>
2297                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2298                         </row>
2299                         <row>
2300                             <entry morerows="22" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.paginator.html"><code>Zend_Paginator</code></ulink></emphasis></entry>
2301                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2302                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2303                         </row>
2304                         <row>
2305                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2306                         </row>
2307                         <row>
2308                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2309                         </row>
2310                         <row>
2311                             <entry morerows="2" valign="middle">לא תלוי</entry>
2312                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
2313                         </row>
2314                         <row>
2315                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2316                         </row>
2317                         <row>
2318                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2319                         </row>
2320                         <row>
2321                             <entry>תיקון</entry>
2322                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2323                         </row>
2324                         <row>
2325                             <entry morerows="15" valign="middle">תת</entry>
2326                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2327                         </row>
2328                         <row>
2329                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2330                         </row>
2331                         <row>
2332                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2333                         </row>
2334                         <row>
2335                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2336                         </row>
2337                         <row>
2338                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2339                         </row>
2340                         <row>
2341                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2342                         </row>
2343                         <row>
2344                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2345                         </row>
2346                         <row>
2347                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2348                         </row>
2349                         <row>
2350                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2351                         </row>
2352                         <row>
2353                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2354                         </row>
2355                         <row>
2356                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2357                         </row>
2358                         <row>
2359                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2360                         </row>
2361                         <row>
2362                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2363                         </row>
2364                         <row>
2365                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2366                         </row>
2367                         <row>
2368                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2369                         </row>
2370                         <row>
2371                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2372                         </row>
2373                         <row>
2374                             <entry morerows="25" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></emphasis></entry>
2375                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2376                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2377                         </row>
2378                         <row>
2379                             <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
2380                         </row>
2381                         <row>
2382                             <entry><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></entry>
2383                         </row>
2384                         <row>
2385                             <entry>תיקון</entry>
2386                             <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></entry>
2387                         </row>
2388                         <row>
2389                             <entry morerows="21" valign="middle">תת</entry>
2390                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2391                         </row>
2392                         <row>
2393                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2394                         </row>
2395                         <row>
2396                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
2397                         </row>
2398                         <row>
2399                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2400                         </row>
2401                         <row>
2402                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2403                         </row>
2404                         <row>
2405                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2406                         </row>
2407                         <row>
2408                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2409                         </row>
2410                         <row>
2411                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2412                         </row>
2413                         <row>
2414                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2415                         </row>
2416                         <row>
2417                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2418                         </row>
2419                         <row>
2420                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2421                         </row>
2422                         <row>
2423                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2424                         </row>
2425                         <row>
2426                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2427                         </row>
2428                         <row>
2429                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2430                         </row>
2431                         <row>
2432                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2433                         </row>
2434                         <row>
2435                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2436                         </row>
2437                         <row>
2438                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2439                         </row>
2440                         <row>
2441                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2442                         </row>
2443                         <row>
2444                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2445                         </row>
2446                         <row>
2447                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2448                         </row>
2449                         <row>
2450                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2451                         </row>
2452                         <row>
2453                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2454                         </row>
2455                         <row>
2456                             <entry morerows="20" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.progressbar.html"><code>Zend_Progressbar</code></ulink></emphasis></entry>
2457                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2458                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2459                         </row>
2460                         <row>
2461                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2462                         </row>
2463                         <row>
2464                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2465                         </row>
2466                         <row>
2467                             <entry>לא תלוי</entry>
2468                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2469                         </row>
2470                         <row>
2471                             <entry morerows="2" valign="middle">תיקון</entry>
2472                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2473                         </row>
2474                         <row>
2475                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2476                         </row>
2477                         <row>
2478                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2479                         </row>
2480                         <row>
2481                             <entry morerows="13" valign="middle">תת</entry>
2482                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2483                         </row>
2484                         <row>
2485                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2486                         </row>
2487                         <row>
2488                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2489                         </row>
2490                         <row>
2491                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2492                         </row>
2493                         <row>
2494                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2495                         </row>
2496                         <row>
2497                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2498                         </row>
2499                         <row>
2500                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2501                         </row>
2502                         <row>
2503                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2504                         </row>
2505                         <row>
2506                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2507                         </row>
2508                         <row>
2509                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2510                         </row>
2511                         <row>
2512                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2513                         </row>
2514                         <row>
2515                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2516                         </row>
2517                         <row>
2518                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2519                         </row>
2520                         <row>
2521                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2522                         </row>
2523                         <row>
2524                             <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>
2525                             <entry>תלוי מאוד</entry>
2526                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2527                         </row>
2528                         <row>
2529                             <entry>לא תלוי</entry>
2530                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2531                         </row>
2532                         <row>
2533                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.request.html"><code>Zend_Request</code></ulink></emphasis></entry>
2534                             <entry>---</entry>
2535                             <entry>---</entry>
2536                         </row>
2537                         <row>
2538                             <entry morerows="10" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></emphasis></entry>
2539                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
2540                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2541                         </row>
2542                         <row>
2543                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2544                         </row>
2545                         <row>
2546                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
2547                         </row>
2548                         <row>
2549                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2550                         </row>
2551                         <row>
2552                             <entry morerows="3" valign="middle">תיקון</entry>
2553                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2554                         </row>
2555                         <row>
2556                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2557                         </row>
2558                         <row>
2559                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2560                         </row>
2561                         <row>
2562                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2563                         </row>
2564                         <row>
2565                             <entry morerows="2" valign="middle">תת</entry>
2566                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2567                         </row>
2568                         <row>
2569                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2570                         </row>
2571                         <row>
2572                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2573                         </row>
2574                         <row>
2575                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></emphasis></entry>
2576                             <entry>תלוי מאוד</entry>
2577                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2578                         </row>
2579                         <row>
2580                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server</code></ulink></emphasis></entry>
2581                             <entry>תלוי מאוד</entry>
2582                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2583                         </row>
2584                         <row>
2585                             <entry morerows="9" 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>
2586                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
2587                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2588                         </row>
2589                         <row>
2590                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2591                         </row>
2592                         <row>
2593                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2594                         </row>
2595                         <row>
2596                             <entry><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></entry>
2597                         </row>
2598                         <row>
2599                             <entry morerows="2" valign="middle">תיקון</entry>
2600                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2601                         </row>
2602                         <row>
2603                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2604                         </row>
2605                         <row>
2606                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2607                         </row>
2608                         <row>
2609                             <entry morerows="2" valign="middle">תת</entry>
2610                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2611                         </row>
2612                         <row>
2613                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2614                         </row>
2615                         <row>
2616                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2617                         </row>
2618                         <row>
2619                             <entry morerows="11" 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>
2620                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2621                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2622                         </row>
2623                         <row>
2624                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2625                         </row>
2626                         <row>
2627                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
2628                         </row>
2629                         <row>
2630                             <entry morerows="5" valign="middle">תיקון</entry>
2631                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2632                         </row>
2633                         <row>
2634                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2635                         </row>
2636                         <row>
2637                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2638                         </row>
2639                         <row>
2640                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
2641                         </row>
2642                         <row>
2643                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2644                         </row>
2645                         <row>
2646                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2647                         </row>
2648                         <row>
2649                             <entry morerows="2" valign="middle">תת</entry>
2650                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2651                         </row>
2652                         <row>
2653                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2654                         </row>
2655                         <row>
2656                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2657                         </row>
2658                         <row>
2659                             <entry morerows="8" 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>
2660                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
2661                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2662                         </row>
2663                         <row>
2664                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2665                         </row>
2666                         <row>
2667                             <entry morerows="3" valign="middle">תיקון</entry>
2668                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2669                         </row>
2670                         <row>
2671                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2672                         </row>
2673                         <row>
2674                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2675                         </row>
2676                         <row>
2677                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2678                         </row>
2679                         <row>
2680                             <entry morerows="2" valign="middle">תת</entry>
2681                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2682                         </row>
2683                         <row>
2684                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2685                         </row>
2686                         <row>
2687                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2688                         </row>
2689                         <row>
2690                             <entry morerows="12" 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>
2691                             <entry morerows="4" valign="middle">תלוי מאוד</entry>
2692                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2693                         </row>
2694                         <row>
2695                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2696                         </row>
2697                         <row>
2698                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2699                         </row>
2700                         <row>
2701                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2702                         </row>
2703                         <row>
2704                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
2705                         </row>
2706                         <row>
2707                             <entry morerows="5" valign="middle">תיקון</entry>
2708                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2709                         </row>
2710                         <row>
2711                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2712                         </row>
2713                         <row>
2714                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2715                         </row>
2716                         <row>
2717                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
2718                         </row>
2719                         <row>
2720                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2721                         </row>
2722                         <row>
2723                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2724                         </row>
2725                         <row>
2726                             <entry morerows="1" valign="middle">תת</entry>
2727                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2728                         </row>
2729                         <row>
2730                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2731                         </row>
2732                         <row>
2733                             <entry morerows="11" 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>
2734                             <entry morerows="1" valign="middle">תלוי מאוד</entry>
2735                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2736                         </row>
2737                         <row>
2738                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2739                         </row>
2740                         <row>
2741                             <entry morerows="1" valign="middle">לא תלוי</entry>
2742                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
2743                         </row>
2744                         <row>
2745                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2746                         </row>
2747                         <row>
2748                             <entry morerows="4" valign="middle">תיקון</entry>
2749                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2750                         </row>
2751                         <row>
2752                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2753                         </row>
2754                         <row>
2755                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2756                         </row>
2757                         <row>
2758                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
2759                         </row>
2760                         <row>
2761                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2762                         </row>
2763                         <row>
2764                             <entry morerows="2" valign="middle">תת</entry>
2765                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2766                         </row>
2767                         <row>
2768                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2769                         </row>
2770                         <row>
2771                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2772                         </row>
2773                         <row>
2774                             <entry morerows="8" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.nirvanix.html"><code>Zend_Service_Nirvanix</code></ulink></emphasis></entry>
2775                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2776                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2777                         </row>
2778                         <row>
2779                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2780                         </row>
2781                         <row>
2782                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2783                         </row>
2784                         <row>
2785                             <entry morerows="2" valign="middle">תיקון</entry>
2786                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2787                         </row>
2788                         <row>
2789                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2790                         </row>
2791                         <row>
2792                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2793                         </row>
2794                         <row>
2795                             <entry morerows="2" valign="middle">תת</entry>
2796                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2797                         </row>
2798                         <row>
2799                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2800                         </row>
2801                         <row>
2802                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2803                         </row>
2804                         <row>
2805                             <entry morerows="10" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.recapchta.html"><code>Zend_Service_ReCaptcha</code></ulink></emphasis></entry>
2806                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2807                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2808                         </row>
2809                         <row>
2810                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2811                         </row>
2812                         <row>
2813                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2814                         </row>
2815                         <row>
2816                             <entry morerows="4" valign="middle">תיקון</entry>
2817                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2818                         </row>
2819                         <row>
2820                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2821                         </row>
2822                         <row>
2823                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2824                         </row>
2825                         <row>
2826                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2827                         </row>
2828                         <row>
2829                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2830                         </row>
2831                         <row>
2832                             <entry morerows="2" valign="middle">תת</entry>
2833                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2834                         </row>
2835                         <row>
2836                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2837                         </row>
2838                         <row>
2839                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2840                         </row>
2841                         <row>
2842                             <entry morerows="11" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.simpy.html"><code>Zend_Service_Simpy</code></ulink></emphasis></entry>
2843                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2844                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2845                         </row>
2846                         <row>
2847                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2848                         </row>
2849                         <row>
2850                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
2851                         </row>
2852                         <row>
2853                             <entry morerows="5" valign="middle">תיקון</entry>
2854                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2855                         </row>
2856                         <row>
2857                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2858                         </row>
2859                         <row>
2860                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2861                         </row>
2862                         <row>
2863                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
2864                         </row>
2865                         <row>
2866                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2867                         </row>
2868                         <row>
2869                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2870                         </row>
2871                         <row>
2872                             <entry morerows="2" valign="middle">תת</entry>
2873                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2874                         </row>
2875                         <row>
2876                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2877                         </row>
2878                         <row>
2879                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2880                         </row>
2881                         <row>
2882                             <entry morerows="24" 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>
2883                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2884                             <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></entry>
2885                         </row>
2886                         <row>
2887                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2888                         </row>
2889                         <row>
2890                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2891                         </row>
2892                         <row>
2893                             <entry morerows="3" valign="middle">תיקון</entry>
2894                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2895                         </row>
2896                         <row>
2897                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2898                         </row>
2899                         <row>
2900                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2901                         </row>
2902                         <row>
2903                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2904                         </row>
2905                         <row>
2906                             <entry morerows="17" valign="middle">תת</entry>
2907                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
2908                         </row>
2909                         <row>
2910                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
2911                         </row>
2912                         <row>
2913                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
2914                         </row>
2915                         <row>
2916                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2917                         </row>
2918                         <row>
2919                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
2920                         </row>
2921                         <row>
2922                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
2923                         </row>
2924                         <row>
2925                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2926                         </row>
2927                         <row>
2928                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
2929                         </row>
2930                         <row>
2931                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
2932                         </row>
2933                         <row>
2934                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
2935                         </row>
2936                         <row>
2937                             <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
2938                         </row>
2939                         <row>
2940                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2941                         </row>
2942                         <row>
2943                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
2944                         </row>
2945                         <row>
2946                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
2947                         </row>
2948                         <row>
2949                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
2950                         </row>
2951                         <row>
2952                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
2953                         </row>
2954                         <row>
2955                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
2956                         </row>
2957                         <row>
2958                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
2959                         </row>
2960                         <row>
2961                             <entry morerows="8" 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>
2962                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
2963                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2964                         </row>
2965                         <row>
2966                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
2967                         </row>
2968                         <row>
2969                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
2970                         </row>
2971                         <row>
2972                             <entry morerows="2" valign="middle">תיקון</entry>
2973                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
2974                         </row>
2975                         <row>
2976                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
2977                         </row>
2978                         <row>
2979                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
2980                         </row>
2981                         <row>
2982                             <entry morerows="2" valign="middle">תיקון</entry>
2983                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2984                         </row>
2985                         <row>
2986                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
2987                         </row>
2988                         <row>
2989                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
2990                         </row>
2991                         <row>
2992                             <entry morerows="11" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.technorati.html"><code>Zend_Service_Technorati</code></ulink></emphasis></entry>
2993                             <entry morerows="4" valign="middle">תלוי מאוד</entry>
2994                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
2995                         </row>
2996                         <row>
2997                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
2998                         </row>
2999                         <row>
3000                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3001                         </row>
3002                         <row>
3003                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3004                         </row>
3005                         <row>
3006                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3007                         </row>
3008                         <row>
3009                             <entry>לא תלוי</entry>
3010                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
3011                         </row>
3012                         <row>
3013                             <entry morerows="3" valign="middle">תיקון</entry>
3014                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3015                         </row>
3016                         <row>
3017                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3018                         </row>
3019                         <row>
3020                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
3021                         </row>
3022                         <row>
3023                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3024                         </row>
3025                         <row>
3026                             <entry morerows="1" valign="middle">תת</entry>
3027                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3028                         </row>
3029                         <row>
3030                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3031                         </row>
3032                         <row>
3033                             <entry morerows="13" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.service.twitter.html"><code>Zend_Service_Twitter</code></ulink></emphasis></entry>
3034                             <entry morerows="5" valign="middle">תלוי מאוד</entry>
3035                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3036                         </row>
3037                         <row>
3038                             <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
3039                         </row>
3040                         <row>
3041                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3042                         </row>
3043                         <row>
3044                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
3045                         </row>
3046                         <row>
3047                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
3048                         </row>
3049                         <row>
3050                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3051                         </row>
3052                         <row>
3053                             <entry morerows="4" valign="middle">תיקון</entry>
3054                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3055                         </row>
3056                         <row>
3057                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3058                         </row>
3059                         <row>
3060                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3061                         </row>
3062                         <row>
3063                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
3064                         </row>
3065                         <row>
3066                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3067                         </row>
3068                         <row>
3069                             <entry morerows="2" valign="middle">תיקון</entry>
3070                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3071                         </row>
3072                         <row>
3073                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3074                         </row>
3075                         <row>
3076                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3077                         </row>
3078                         <row>
3079                             <entry morerows="11" 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>
3080                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
3081                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3082                         </row>
3083                         <row>
3084                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3085                         </row>
3086                         <row>
3087                             <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
3088                         </row>
3089                         <row>
3090                             <entry>לא תלוי</entry>
3091                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3092                         </row>
3093                         <row>
3094                             <entry morerows="4" valign="middle">תיקון</entry>
3095                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3096                         </row>
3097                         <row>
3098                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3099                         </row>
3100                         <row>
3101                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3102                         </row>
3103                         <row>
3104                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.html"><code>Zend_Service</code></ulink></entry>
3105                         </row>
3106                         <row>
3107                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3108                         </row>
3109                         <row>
3110                             <entry morerows="2" valign="middle">תת</entry>
3111                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3112                         </row>
3113                         <row>
3114                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3115                         </row>
3116                         <row>
3117                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3118                         </row>
3119                         <row>
3120                             <entry morerows="20" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></emphasis></entry>
3121                             <entry>תלוי מאוד</entry>
3122                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3123                         </row>
3124                         <row>
3125                             <entry morerows="2" valign="middle">לא תלוי</entry>
3126                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
3127                         </row>
3128                         <row>
3129                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
3130                         </row>
3131                         <row>
3132                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3133                         </row>
3134                         <row>
3135                             <entry morerows="16" valign="middle">תת</entry>
3136                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
3137                         </row>
3138                         <row>
3139                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3140                         </row>
3141                         <row>
3142                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
3143                         </row>
3144                         <row>
3145                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3146                         </row>
3147                         <row>
3148                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
3149                         </row>
3150                         <row>
3151                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3152                         </row>
3153                         <row>
3154                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
3155                         </row>
3156                         <row>
3157                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
3158                         </row>
3159                         <row>
3160                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3161                         </row>
3162                         <row>
3163                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3164                         </row>
3165                         <row>
3166                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
3167                         </row>
3168                         <row>
3169                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
3170                         </row>
3171                         <row>
3172                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
3173                         </row>
3174                         <row>
3175                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3176                         </row>
3177                         <row>
3178                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3179                         </row>
3180                         <row>
3181                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
3182                         </row>
3183                         <row>
3184                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
3185                         </row>
3186                         <row>
3187                             <entry morerows="8" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.soap.html"><code>Zend_Soap</code></ulink></emphasis></entry>
3188                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
3189                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3190                         </row>
3191                         <row>
3192                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3193                         </row>
3194                         <row>
3195                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3196                         </row>
3197                         <row>
3198                             <entry morerows="2" valign="middle">תיקון</entry>
3199                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3200                         </row>
3201                         <row>
3202                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3203                         </row>
3204                         <row>
3205                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3206                         </row>
3207                         <row>
3208                             <entry morerows="2" valign="middle">תת</entry>
3209                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3210                         </row>
3211                         <row>
3212                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3213                         </row>
3214                         <row>
3215                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3216                         </row>
3217                         <row>
3218                             <entry morerows="23" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.test.html"><code>Zend_Test</code></ulink></emphasis></entry>
3219                             <entry morerows="5" valign="middle">תלוי מאוד</entry>
3220                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
3221                         </row>
3222                         <row>
3223                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dom.html"><code>Zend_Dom</code></ulink></entry>
3224                         </row>
3225                         <row>
3226                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3227                         </row>
3228                         <row>
3229                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
3230                         </row>
3231                         <row>
3232                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3233                         </row>
3234                         <row>
3235                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
3236                         </row>
3237                         <row>
3238                             <entry>לא תלוי</entry>
3239                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3240                         </row>
3241                         <row>
3242                             <entry morerows="4" valign="middle">תיקון</entry>
3243                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
3244                         </row>
3245                         <row>
3246                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3247                         </row>
3248                         <row>
3249                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3250                         </row>
3251                         <row>
3252                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3253                         </row>
3254                         <row>
3255                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
3256                         </row>
3257                         <row>
3258                             <entry morerows="11" valign="middle">תת</entry>
3259                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
3260                         </row>
3261                         <row>
3262                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3263                         </row>
3264                         <row>
3265                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
3266                         </row>
3267                         <row>
3268                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
3269                         </row>
3270                         <row>
3271                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3272                         </row>
3273                         <row>
3274                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
3275                         </row>
3276                         <row>
3277                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3278                         </row>
3279                         <row>
3280                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
3281                         </row>
3282                         <row>
3283                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3284                         </row>
3285                         <row>
3286                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
3287                         </row>
3288                         <row>
3289                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
3290                         </row>
3291                         <row>
3292                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
3293                         </row>
3294                         <row>
3295                             <entry morerows="1" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></emphasis></entry>
3296                             <entry>תלוי מאוד</entry>
3297                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3298                         </row>
3299                         <row>
3300                             <entry>לא תלוי</entry>
3301                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3302                         </row>
3303                         <row>
3304                             <entry morerows="4" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.timesync.html"><code>Zend_TimeSync</code></ulink></emphasis></entry>
3305                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
3306                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3307                         </row>
3308                         <row>
3309                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3310                         </row>
3311                         <row>
3312                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3313                         </row>
3314                         <row>
3315                             <entry>תיקון</entry>
3316                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3317                         </row>
3318                         <row>
3319                             <entry>תת</entry>
3320                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3321                         </row>
3322                         <row>
3323                             <entry morerows="3" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.translate.html"><code>Zend_Translate</code></ulink></emphasis></entry>
3324                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
3325                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3326                         </row>
3327                         <row>
3328                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3329                         </row>
3330                         <row>
3331                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3332                         </row>
3333                         <row>
3334                             <entry>תת</entry>
3335                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3336                         </row>
3337                         <row>
3338                             <entry morerows="6" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></emphasis></entry>
3339                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
3340                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3341                         </row>
3342                         <row>
3343                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3344                         </row>
3345                         <row>
3346                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3347                         </row>
3348                         <row>
3349                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3350                         </row>
3351                         <row>
3352                             <entry morerows="2" valign="middle">לא תלוי</entry>
3353                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3354                         </row>
3355                         <row>
3356                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3357                         </row>
3358                         <row>
3359                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3360                         </row>
3361                         <row>
3362                             <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>
3363                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
3364                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3365                         </row>
3366                         <row>
3367                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3368                         </row>
3369                         <row>
3370                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3371                         </row>
3372                         <row>
3373                             <entry morerows="2" valign="middle">לא תלוי</entry>
3374                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3375                         </row>
3376                         <row>
3377                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3378                         </row>
3379                         <row>
3380                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3381                         </row>
3382                         <row>
3383                             <entry><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></emphasis></entry>
3384                             <entry>---</entry>
3385                             <entry>---</entry>
3386                         </row>
3387                         <row>
3388                             <entry morerows="21" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></emphasis></entry>
3389                             <entry morerows="4" valign="middle">תלוי מאוד</entry>
3390                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
3391                         </row>
3392                         <row>
3393                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3394                         </row>
3395                         <row>
3396                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3397                         </row>
3398                         <row>
3399                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3400                         </row>
3401                         <row>
3402                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3403                         </row>
3404                         <row>
3405                             <entry morerows="1" valign="middle">לא תלוי</entry>
3406                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
3407                         </row>
3408                         <row>
3409                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
3410                         </row>
3411                         <row>
3412                             <entry morerows="2" valign="middle">תיקון</entry>
3413                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
3414                         </row>
3415                         <row>
3416                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3417                         </row>
3418                         <row>
3419                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3420                         </row>
3421                         <row>
3422                             <entry morerows="11" valign="middle">תת</entry>
3423                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
3424                         </row>
3425                         <row>
3426                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3427                         </row>
3428                         <row>
3429                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
3430                         </row>
3431                         <row>
3432                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
3433                         </row>
3434                         <row>
3435                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3436                         </row>
3437                         <row>
3438                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
3439                         </row>
3440                         <row>
3441                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3442                         </row>
3443                         <row>
3444                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3445                         </row>
3446                         <row>
3447                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
3448                         </row>
3449                         <row>
3450                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
3451                         </row>
3452                         <row>
3453                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
3454                         </row>
3455                         <row>
3456                             <entry><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></entry>
3457                         </row>
3458                         <row>
3459                             <entry morerows="21" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.wildfire.html"><code>Zend_Wildfire</code></ulink></emphasis></entry>
3460                             <entry morerows="3" valign="middle">תלוי מאוד</entry>
3461                             <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
3462                         </row>
3463                         <row>
3464                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3465                         </row>
3466                         <row>
3467                             <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
3468                         </row>
3469                         <row>
3470                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3471                         </row>
3472                         <row>
3473                             <entry morerows="6" valign="middle">תיקון</entry>
3474                             <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
3475                         </row>
3476                         <row>
3477                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
3478                         </row>
3479                         <row>
3480                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3481                         </row>
3482                         <row>
3483                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3484                         </row>
3485                         <row>
3486                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3487                         </row>
3488                         <row>
3489                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3490                         </row>
3491                         <row>
3492                             <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
3493                         </row>
3494                         <row>
3495                             <entry morerows="10" valign="middle">תת</entry>
3496                             <entry><ulink url="http://framework.zend.com/manual/en/zend.captcha.html"><code>Zend_Captcha</code></ulink></entry>
3497                         </row>
3498                         <row>
3499                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3500                         </row>
3501                         <row>
3502                             <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
3503                         </row>
3504                         <row>
3505                             <entry><ulink url="http://framework.zend.com/manual/en/zend.dojo.html"><code>Zend_Dojo</code></ulink></entry>
3506                         </row>
3507                         <row>
3508                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3509                         </row>
3510                         <row>
3511                             <entry><ulink url="http://framework.zend.com/manual/en/zend.form.html"><code>Zend_Form</code></ulink></entry>
3512                         </row>
3513                         <row>
3514                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3515                         </row>
3516                         <row>
3517                             <entry><ulink url="http://framework.zend.com/manual/en/zend.layout.html"><code>Zend_Layout</code></ulink></entry>
3518                         </row>
3519                         <row>
3520                             <entry><ulink url="http://framework.zend.com/manual/en/zend.service.recaptcha.html"><code>Zend_Service_ReCaptcha</code></ulink></entry>
3521                         </row>
3522                         <row>
3523                             <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
3524                         </row>
3525                         <row>
3526                             <entry><ulink url="http://framework.zend.com/manual/en/zend.text.html"><code>Zend_Text</code></ulink></entry>
3527                         </row>
3528                         <row>
3529                             <entry morerows="9" valign="middle"><emphasis role="strong"><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></emphasis></entry>
3530                             <entry morerows="2" valign="middle">תלוי מאוד</entry>
3531                             <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
3532                         </row>
3533                         <row>
3534                             <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
3535                         </row>
3536                         <row>
3537                             <entry><ulink url="http://framework.zend.com/manual/en/zend.server.html"><code>Zend_Server</code></ulink></entry>
3538                         </row>
3539                         <row>
3540                             <entry morerows="3" valign="middle">תיקון</entry>
3541                             <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
3542                         </row>
3543                         <row>
3544                             <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
3545                         </row>
3546                         <row>
3547                             <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
3548                         </row>
3549                         <row>
3550                             <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
3551                         </row>
3552                         <row>
3553                             <entry morerows="2" valign="middle">תת</entry>
3554                             <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
3555                         </row>
3556                         <row>
3557                             <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
3558                         </row>
3559                         <row>
3560                             <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
3561                         </row>
3562                     </tbody>
3563                 </tgroup>
3564             </table>
3566         </sect2>
3568     </sect1>
3570 </appendix>
3571 <!--
3572 vim:se ts=4 sw=4 et:
3574 Note:
3575 Tables related to Release 1.7.2
3577 1Zend_Db\r
3578 1Zend_Dojo\r
3579 1Zend_Form\r
3580 1Zend_Layout\r
3581 1Zend_Session\r