Well yes you will get missing table errors if you skip installation steps. You haven't created the tables the plugin uses. You need to run `cake api_index initdb` as detailed in the installation instructions.
The plugin does not contain the specific cakephp theme, as that's not really the scope of the project, but it should be sufficient to generate and view api docs. There are currently no plans to make a downloadable version of the API, as the generator is reasonable easy to setup if you follow all the steps. I guess you could use a site scraper to collect all the various pages and create local copies as well. -Mark On Dec 8, 4:16 pm, Lorenzo Bettini <[email protected]> wrote: > OK, I had to register and now I downloaded the sources, but it's quite > hard to have something generated, and the URL is generic and not for the > API of cakephp itself... > > I keep getting this error, when updating: > > Clearing index and regenerating class index... > Error: Missing database table 'api_classes' for model 'ApiClass' > > I really think a downloadable version of the APIs should be made > available for offline browsing, since generating them is not that > straightforward... ;) > > thanks > Lorenzo > > > > > > mark_story wrote: > > Just so happens there is a wiki page for this very subject. > > >http://thechaw.com/api_generator/wiki/home/docs/installation/Installa... > > > -Mark > > > On Dec 8, 5:53 am, Lorenzo Bettini <[email protected]> wrote: > >> any suggestion on the command line to run, in order to generate the API > >> of cakephp? > > >> thanks in advance > >> Lorenzo > > >> mark_story wrote: > >>> The api is generated by the ApiGenerator plugin found at (http:// > >>> thechaw.com/api_generator). You can download it and generate your own > >>> api. > >>> -Mark > >>> On Dec 3, 5:42 am, Lorenzo Bettini <[email protected]> wrote: > >>>> Hi > >>>> is there a version of APIs and book documentation to be downloaded for > >>>> offline browsing? > > -- > Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino > HOME:http://www.lorenzobettini.itMUSIC:http://www.purplesucker.com > BLOGS:http://tronprog.blogspot.com http://longlivemusic.blogspot.com Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
