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.