10 Jul 2009
Hi there,
I just recently found Zoop as I am looking for a nice framework to realize an idea. Actually, it looks really nice esp. the recent developments of Lunar.
Unforetunately, somehow the API doc seems to be down/unreachable which makes it quite hard for me as newbie to work on it. Does the old API anyway help me with Lunar?
thx
Docs are available for me
I took a quick look at the documents page and was able to access everything I clicked on. Are you still have trouble? Do you have a specific question or are you just looking to get started?
DNS error on http://api.zoomframework.com
I'd really like to see the API documentation, but I can't get to http://api.zoomframework.com (following the api documentation link in the main docs page). Is this information available anywhere else?
---Update----------------
I read somewhere that the api docs were extracted from the source code, so I decided to go ahead and download zoop, then installed PhpDocumentor using PEAR
sudo pear install PhpDocumentor
and ran it using
phpdoc -d /usr/local/zoop -t zoop_docs
I now have many megabytes of html pages; I'm undecided as yet as to whether it will be at all useful!