I all,

I'm looking for a Class or a PHP bundle in order to programatically fetch blog entries from a Dotclear Movable Type (MT) blog, with their tags, categories, all available attributes.

I found http://goo.gl/JUbCN in order to almost do the job.
I could deal with it, but I'm looking for a more out-of-the-box thing.

Say for example,

  $the_blog = new MTBlog($usr, $pwd, $url);
  $tags=$the_blog->getTags();
  $the_blog->getCategories();
  $the_blog->getEntriesHavingTag($tags[3]);

Thank you, if you ever have that in your bookmarks.

--
RMA.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to