DocBlock Template
/**
* Short Description / title.
*
* Overview of what the file does. About a paragraph or two
*
* Copyright (c) 2010 Carl Sutton ( dogmatic69 )
*
* @filesource
* @copyright Copyright (c) 2010 Carl Sutton ( dogmatic69 )
* @link http://www.infinitas-cms.org
* @package {see_below}
* @subpackage {see_below}
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
* @since {check_current_milestone_in_lighthouse}
*
* @author {your_name}
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*/
- @package is same as the folder the file is located in "/infinitas/blog" would be blog "/extentions/core" would be core
-
@subpackage should follow the format:
- {plugin}.controllers.{controllerName}
- {plugin}.helpers.{helperName}
- {plugin}.views.{controllerName}
- {plugin}.models.{modelName}
- etc
-
Don't forget to put your name in @author so we know who is doing what.
Coding Conventions
- Please follow CakePhp conventions
- Views with in-line css will be rejected. Also make sure any Html / Css you add to the project is W3C standard.
- Please do not use the if(): ... endif; format, rather use if(){ ... }
Git Setup
To set up your local repo properly check this page http://infinitas.lighthouseapp.com/projects/43419/using-git-with-in...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Please use this for the current version of Infinitas only, if you are using a older version of the Infinitas report bugs in that project.
Please submit bugs only as pending, and if its a feature request submit the ticket with the milestone "Feature Requests".
0.9 beta—60% complete
Completed 29 of 48 tickets