PHP Doku:: Lotus Notes Funktionen - ref.notes.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteLotus NotesLotus Notes Funktionen

Ein Service von Reinhard Neidl - Webprogrammierung.

Lotus Notes

<<Vordefinierte Konstanten

notes_body>>


UnterSeiten:

Lotus Notes Funktionen

Inhaltsverzeichnis


3 BenutzerBeiträge:
- Beiträge aktualisieren...
c97 at c97 dot pl
15.12.2006 12: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
9.11.2006 6: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.09.2006 12: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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)