![]() |
[Solved] Help to generate project documentation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [Solved] Help to generate project documentation (/showthread.php?tid=2082) |
[Solved] Help to generate project documentation - El Forum - 07-15-2007 [eluser]John_Betong[/eluser] Hi All, I recently started a new project and tied myself in knots with file names, etc so sat back and devised the following aid to ongoing documentation. Code: application In my latest project I created the following Get_dirs.bat Code: cd controllers The generated ./ZZZ/ZZZ_DIRS.PHP file: Code: Controllers.dir This generated ZZZ_DIRS file helped me to produce the following layout Code: <?php /* layout.php */ ?> and just to round it off I now have an anchor to the ZZZ_DIRS file on the home page which will hopefully aid in development. Any suggestions for improvement will be greatly appreciated. Cheers, John_Betong PS Any file or directory prefixed with ZZZ is for localhost usage only. |