Coda Comments Plug-in

in CodeIgniter vom 23. Jan 2010

Today, my CodeIgniter Comments Plug-In for Coda was added to Softpedia's database of software programs for Mac OS.

Coda Plug-in Icon

CodeIgniter Comments is a free and small plug-in that will allow you to easily add PHPDoc style comments (like the one below) in Panic's Coda. It is now featured with a description text, download link and technical details on the Softpedia website.

/** * Title * * Description * * @license GNU General Public License * @author Frank Michel * @link http://frankmichel.com * @email info@frankmichel.com * * @file test.php * @version 1.0 * @date 02/22/2009 * * Copyright (c) 2009 */

The original download as well as some usage instructions for the plug-in can also be found in this CodeIgniter Forums Thread.

Thanks to Steve there's also an instruction on how to use the plug-in with Snow Leopard: "For those who upgraded to Snow Leopard 10.6.x, you will need to update your php.ini file by adding your timezone to do away with the date error."
date.timezone = America/Los_Angeles See this Apple Discussions thread for more info.

Happy commenting!

back to overview