Is there a codeigniter api reference?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-04-10T00:00:37Z Indexed on 2010/04/10 0:13 UTC
Read the original article Hit count: 771

Filed under:
|
|

whenever using a framework it's so good with a api reference so you could lookup the classes' methods and properties, which class they extend from and so on.

is there a api reference for codeigniter similar to yii's excellent api referenc?

http://www.yiiframework.com/doc/api/

how else could you know more about the details about the classes if there isn't a good api reference.

java's api reference is also great:

http://java.sun.com/j2se/1.4.2/docs/api/

why can't i find codeigniter's.

thanks.

© Stack Overflow or respective owner

Related posts about yii

Related posts about codeigniter