Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/zend.layout.complex-types.html
Дата изменения: Sun Feb 3 22:58:48 2002
Дата индексирования: Mon Oct 1 22:05:47 2012
Кодировка:
Complex Types

Complex Types

Complex types such as arrays and objects require different treatment. Zend features a single API for these types - they're stored using hash tables.

Note: To reduce complexity in the following source examples, we're only working with simple types such as integers at first. A discussion about creating more advanced types follows later in this chapter.