From wordpress.org
()
hi there, using AMFPHP you can connect directly to the DataBase.
using a hook you can call direct Wordpress functions, i.e. get_post()
- some functions don't work, but many do
- and you can do your own queries to the database as well
here's a sample script, note that i'm using AMFPHP 1.9 sintax (it's less documented, but it's faster than 1.2)
here's a project that deals with this question too (although i prefer a simpler aproach)
this is the...
More perspectives...
If you are looking for a read only method for collecting data the RSS/Atom feeds may fit better.
The XML-RPC methods require authentication because they can read data that isn't public yet as well.
In -trunk the wp_getPageList function is defined in xmlrpc.php line 777.
More perspectives...
From wordpress.org
()
