Wiki

Articles tagged with "doc", sorted by date (updated)X
Displaying 1-2 of 2 result(s).

How to generate Yii-like Documentation

Updated 6 months ago by fsbHow-tos7 comments – viewed 15,793 times – ( +42 )
Something a good application cant miss is documentation, and what would be better than some nice formatted HTML documentation that can be auto-generated from your code, we know several tools that already do this like phpDocumentor, but today we are introducing Yii Docs Generator which is a modification of the code that Yii itself uses to generate its documentation, thank phpnode for this wonderful work.
tags: doc

Reading the doc

Updated 2 years ago by OrtekoTips0 comments – viewed 5,357 times – ( +21 )
Almost all the information you need whilst working with yii is written in the Class Reference.
tags: doc