PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

notes_body> <libxml_use_internal_errors
Last updated: Sun, 25 Nov 2007

view this page in

Lotus Notes Functions

簡介

Warning

這個延伸是實驗性質的。這個延伸的行為 -- 包括函式名稱和包含此延伸的任何其它文件 -- 在未來PHP的發行中可能會在不通知的情況改變。使用此延伸需自行承擔風險。

Note: 本擴充功能已被移動到 » PECL 函式庫中且自以下版本起不再被包含到 PHP 中:5.0.0. 安裝此 PECL 擴充功能的訊息可在手冊中標題為 PECL 擴充功能安裝的一章中找到。 更多訊息如新版本,下載,原始文件,維護者訊息以及更新日誌等可以在這裡找到: » http://pecl.php.net/package/notes.

Warning

This extension is currently not supported, thus looking for a maintainer.

Table of Contents



notes_body> <libxml_use_internal_errors
Last updated: Sun, 25 Nov 2007
 
add a note add a note User Contributed Notes
Lotus Notes
c97 at c97 dot pl
15-Dec-2006 07:39
If you need quickly grab some data from Lotus Notes database then create in notes View with data you want to export and open this view via url:
http://server/view.nsf?ReadViewEntries
this will give you a nicely formated XML :)
Hope this helps!
Timothy Massey - http://www.obscorp.com
09-Nov-2006 01:21
Given the fact that this extension uses Notes' C API interface, you're stuck with Windows.  If you're going to go that route, you can use Notes' COM interface just as easily.  You won't have to use this extension, and you'll get a much richer functionality.

However, if you would rather stay cross-platform, a fully supported technique is to use XML.  You access Domino via file_get_contents or fopen (or similar method), and Domino returns XML, which you then parse within PHP.  It is cross-platform, requires no extensions, and is the recommended solution.

Introduction to these techniques (including using the above extension) is covered here.  Restore this back into a single line (broken because of wordwrap):  http://www-128.ibm.com/developerworks/lotus/
library/domino-php/index.html
carsten dot motzek at atotech dot com
11-Sep-2006 06:34
This is an unmaintained Windows-only extension.
You will need Visual C++ 6.0 to build it; use the CVS Web link below to obtain the source.

notes_body> <libxml_use_internal_errors
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites