Войти в систему
Главная
О проекте
Информация
Обратная связь
Текущие заказы
Регистрация
Оглавление
/ SDO
Поиск функции:
Разделы:
Выберите раздел
Оглавление
Руководство по PHP
Авторские права
Предисловие
Приступая к работе
Введение
Краткое руководство
Установка и настройка
Общие инструкции по установке
Установка на Unix системы
Installation on Mac OS X
Installation on Windows systems
Installation of PECL extensions
Проблемы?
Runtime Configuration
Справочник языка
Основы синтаксиса
Типы
Переменные
Константы
Выражения
Операторы
Control Structures
Функции
Classes and Objects (PHP 4)
Классы и объекты (PHP 5)
Пространства имён
Исключения
Ссылки. Разъяснения
Безопасность
Вступление
Общие рассуждения
Если PHP установлен как CGI
Если PHP установлен как модуль Apache
Безопасность файловой системы
Безопасность баз данных
Сообщения об ошибках
Использование глобальных переменных
Данные, введенные пользователем
Magic Quotes
Сокрытие PHP
Необходимость обновлений
Отличительные особенности
HTTP-Аутентификация в PHP
Cookies
Sessions
Работа с XForms
Загрузка файлов на сервер
Работа с удаленными файлами
Работа с соединениями
Постоянные соединения с базами данных
Защищенный режим
Использование PHP в командной строке
Справочник функций
Variable and Type Related Extensions
Text Processing
Affecting PHP's Behaviour
Session Extensions
Other Basic Extensions
Database Extensions
XML Manipulation
Web Services
Credit Card Processing
Mathematical Extensions
Cryptography Extensions
Human Language and Character Encoding Support
File System Related Extensions
Process Control Extensions
Mail Related Extensions
Authentication Services
Other Services
Compression Extensions
Calendar and Event Related Extensions
Non-Text MIME Output
Image Processing and Generation
Audio Formats Manipulation
Command Line Specific Extensions
Windows Only Extensions
Server Specific Extensions
PHP at the Core: A Hacker's Guide to the Zend Engine
Preface
The "counter" Extension - A Continuing Example
The PHP 5 build system
Extension structure
Memory management
Working with variables
Writing functions
Working with classes and objects
Working with resources
Working with INI settings
Working with streams
PDO Driver How-To
Extension FAQs
Zend Engine 2 API reference
Zend Engine 1
The future: PHP 6 and Zend Engine 3
ЧАВО
Общая Информация
Списки рассылки
Получение PHP
Вопросы по Базам Данных
Установка
Проблемы Сборки
Использование PHP
PHP и HTML
PHP и COM
PHP и другие языки
Переход из PHP 4 в PHP 5
Разные вопросы
Appendices
История PHP и смежных проектов
Migrating from PHP 5.1.x to PHP 5.2.x
Migrating from PHP 5.0.x to PHP 5.1.x
Миграция с PHP 4 на PHP 5
Отладка PHP
Configure options
Директивы php.ini
List of Supported Timezones
Extension Categorization
Список псевдонимов функций
List of Reserved Words
List of Resource Types
List of Supported Protocols/Wrappers
Список доступных фильтров
Список поддерживаемых транспортных протоколов
Таблица сравнения типов в PHP
List of Parser Tokens
Userland Naming Guide
Об этом руководстве
Open Publication License
Список функций
Что отсутствует в этом руководстве
dbx_sort
Введение
Abstraction Layers
SDO
Введение
Installing/Configuring
Установка
Настройка во время выполнения
Типы ресурсов
Предопределенные константы
Limitations
Примеры
Setting and Getting Property Values
Working with Sequenced Data Objects
Reflecting on Service Data Objects
SDO Функции
SDO_DAS_ChangeSummary::beginLogging
— Begin change logging
SDO_DAS_ChangeSummary::endLogging
— End change logging
SDO_DAS_ChangeSummary::getChangeType
— Get the type of change made to an SDO_DataObject
SDO_DAS_ChangeSummary::getChangedDataObjects
— Get the changed data objects from a change summary
SDO_DAS_ChangeSummary::getOldContainer
— Get the old container for a deleted SDO_DataObject
SDO_DAS_ChangeSummary::getOldValues
— Get the old values for a given changed SDO_DataObject
SDO_DAS_ChangeSummary::isLogging
— Test to see whether change logging is switched on
SDO_DAS_DataFactory::addPropertyToType
— Adds a property to a type
SDO_DAS_DataFactory::addType
— Add a new type to a model
SDO_DAS_DataFactory::getDataFactory
— Get a data factory instance
SDO_DAS_DataObject::getChangeSummary
— Get a data object's change summary
SDO_DAS_Setting::getListIndex
— Get the list index for a changed many-valued property
SDO_DAS_Setting::getPropertyIndex
— Get the property index for a changed property
SDO_DAS_Setting::getPropertyName
— Get the property name for a changed property
SDO_DAS_Setting::getValue
— Get the old value for the changed property
SDO_DAS_Setting::isSet
— Test whether a property was set prior to being modified
SDO_DataFactory::create
— Create an SDO_DataObject
SDO_DataObject::clear
— Clear an SDO_DataObject's properties
SDO_DataObject::createDataObject
— Create a child SDO_DataObject
SDO_DataObject::getContainer
— Get a data object's container
SDO_DataObject::getSequence
— Get the sequence for a data object
SDO_DataObject::getTypeName
— Return the name of the type for a data object.
SDO_DataObject::getTypeNamespaceURI
— Return the namespace URI of the type for a data object.
SDO_Exception::getCause
— Get the cause of the exception.
SDO_List::insert
— Insert into a list
SDO_Model_Property::getContainingType
— Get the SDO_Model_Type which contains this property
SDO_Model_Property::getDefault
— Get the default value for the property
SDO_Model_Property::getName
— Get the name of the SDO_Model_Property
SDO_Model_Property::getType
— Get the SDO_Model_Type of the property
SDO_Model_Property::isContainment
— Test to see if the property defines a containment relationship
SDO_Model_Property::isMany
— Test to see if the property is many-valued
SDO_Model_ReflectionDataObject::__construct
— Construct an SDO_Model_ReflectionDataObject
SDO_Model_ReflectionDataObject::export
— Get a string describing the SDO_DataObject.
SDO_Model_ReflectionDataObject::getContainmentProperty
— Get the property which defines the containment relationship to the data object
SDO_Model_ReflectionDataObject::getInstanceProperties
— Get the instance properties of the SDO_DataObject
SDO_Model_ReflectionDataObject::getType
— Get the SDO_Model_Type for the SDO_DataObject
SDO_Model_Type::getBaseType
— Get the base type for this type
SDO_Model_Type::getName
— Get the name of the type
SDO_Model_Type::getNamespaceURI
— Get the namespace URI of the type
SDO_Model_Type::getProperties
— Get the SDO_Model_Property objects defined for the type
SDO_Model_Type::getProperty
— Get an SDO_Model_Property of the type
SDO_Model_Type::isAbstractType
— Test to see if this SDO_Model_Type is an abstract data type
SDO_Model_Type::isDataType
— Test to see if this SDO_Model_Type is a primitive data type
SDO_Model_Type::isInstance
— Test for an SDO_DataObject being an instance of this SDO_Model_Type
SDO_Model_Type::isOpenType
— Test to see if this type is an open type
SDO_Model_Type::isSequencedType
— Test to see if this is a sequenced type
SDO_Sequence::getProperty
— Return the property for the specified sequence index.
SDO_Sequence::insert
— Insert into a sequence
SDO_Sequence::move
— Move an item to another sequence position
dbx_sort
Введение
Abstraction Layers
© 2008-2010 inPHP.org
Главная
|
О проекте inPHP.org
|
Правила сервиса
|
Частые вопросы
|
Информация
|
Обратная связь