TIP: Use Markdown or, <pre> for multi line code blocks / <code> for inline code.
v2.3.4 API Documentation Still Available?
  • Hi,

    http://api.kohanaphp.com doesn't seem to work anymore - are the v2.3.4 API docs available anywhere still?

    Thanks,

    Ian
  • docs.kohanaphp.com?
  • I confirm, site is no more available, can the problem be fixed?

  • Posted By: xenakis

    docs.kohanaphp.com

  • Doesn't work either. Go there and then click the link API Doxygen Docs. It points to api.kohanaphp.com, that doesn't work.

  • API docs don't exist any more, but you can always generate them yourself or read the source.

  • Why they have been removed? error or there is a specific reason? I downloaded doxygen and try to generate them but it gives lots of errors.

  • Kohana 2.3.4 is no longer maintained, so resources have been consolidated for v3.x and v2.4.x.

  • I don't see a reason for completely removing them from the internet. I still use 2.3.4 extensively and used the Doxygen docs when I was working on extending the Core classes for various needs.

    I really feel like I need to grab everything 2.3 related and store it somewhere, because it seems like the general direction is to erase it all from the official site entirely.
  • You can still download the kodoc module (for Kohana 2.3.x only) and create your own api documentation if you wish. Or use Doxygen to generate api documentation from the source.
  • Yeah this really sucks. Might as well keep it somewhere. We have a long-term project still happening in 2.3.4, for instance.