-
PHP S60 API
Documentation for most of the S60 PHP modules is now available at our [url=http://wiki.opensource.nokia.com/projects/PAMP:PHP_S60_API]Wiki[/url] and the remaining one will be added shortly.
Also, if there are some other S60 PHP APIs that you desperately need, please let us know, because now you can still affect what will be implemented next.
Johan
-
Re: PHP S60 API
You can request pages on the Wiki Special Page "Wanted Pages"
[url]http://wiki.forum.nokia.com/index.php/Special:Wantedpages[/url]
Ron
-
Re: PHP S60 API
Hi Johan,
Would it be possible to have API's for the built in browser bookmarks database, or perhaps a more generic Symbian DBMS
access layer where we could access arbitrary (subject to
security restrictions) symbian database files.
Also, having just upgraded my N95 to 21.0.016 firmware and lost
all my contacts and messaging inbox data through a dodgy backup ! I'm wondering
if there's any mechanism that could be used to manipulate
the phone's inbox database ... I know we can query using the current
PAMP API but as far as I can see there's no inbox message update,
insertion or deletion ?
Thanks for your help, looking forward to the next release.
Gavin
-
Re: PHP S60 API
[QUOTE=gwmitchell;402924]
Would it be possible to have API's for the built in browser bookmarks database, or perhaps a more generic Symbian DBMS
access layer where we could access arbitrary (subject to
security restrictions) symbian database files.
[/quote]
Actually, a generic PHP API for accessing symbian database files would probably be simpler to provide than specific APIs for accessing some particular information.
But unfortunately, not all persistent data is stored in database- but in ordinary files, in which case you need to have quite intimate knowledge of the format in order to be able to manipulate it.
[quote]
... I know we can query using the current
PAMP API but as far as I can see there's no inbox message update,
insertion or deletion ?
[/quote]
That's correct, the API is pretty rudimentary at the moment. It should of course be possible to access all message folders and perform both inserts, updates and deletions.
Thanks for the feedback!
Br,
Johan