Extension to use under development providing you with quick reference of yii documentation. - Version: 0.3.1 - Author: Dimitrios Mengidis
This project began when I had some issues with my ISP. I had already migrate the yii documentation for the YiiBot so i need a local way to view the documentation. The result is this extension. It's main purpose is to provide developers with a quick reference as well as links of the yii documentation.
Download and extract the zip file under the extension folder and should look like.
./webapp/protected/extension/EYiiApi
or use the github.com and clone the repository under the extension folder.
git clone https://github.com/dmtra/EYiiApi
The use case i imagine is to init the widget in the
./webapp/views/layout/main.php
The position of the widget is fixed to the bottom. I prefer footer div because i mainly do not do a lot of work there. Initialization is easy as
$this->widget('application.extensions.EYiiApi.EYiiApi');
For classes type:
For methods type classname followed by :: and method name, () are optional:
For a property type classanem followed by ::$ and property name:
This extension can be used in a site as well if you alter the data in the database
./webapp/protected/extension/EYiiApi/data/myiiapi.sqlite
You can found some easy to understand sql tables where you can put your own project documentation for your project site.
Be the first person to leave a comment
Please login to leave your comment.