Recatagorised files

This commit is contained in:
Deon George 2013-10-09 10:24:11 +11:00
parent 9e191ab0be
commit 696ee7a9e2
19 changed files with 22 additions and 23 deletions

View File

@ -6,7 +6,7 @@
* It will provide a title and body for the content.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -6,7 +6,7 @@
* It will provide a header, body and footer.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for rendering a BreadCrumb menu.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class provides the default controller for rendering pages.
*
* @package lnApp
* @category lnApp/Controllers
* @category Controllers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class provides login capability
*
* @package lnApp
* @category lnApp/Controllers
* @category Controllers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class provides logout capability
*
* @package lnApp
* @category lnApp/Controllers
* @category Controllers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class provides access to rendering media items (javascript, images and css).
*
* @package lnApp
* @category lnApp/Controllers
* @category Controllers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class provides the default template controller for rendering pages.
*
* @package lnApp
* @category lnApp/Controllers
* @category Controllers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -3,9 +3,8 @@
/**
* This class extends Kohana's HTML
*
* @package lnApp/Modifications
* @category Classes
* @category Helpers
* @package lnApp
* @category Modifications
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -5,7 +5,7 @@
* for rendering.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -3,8 +3,8 @@
/**
* This class overrides Kohana's HTTP Exception
*
* @package lnApp/Modifications
* @category Exception
* @package lnApp
* @category Modifications
* @author Deon George
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This is class is for all HTML page attributes.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for providing password from a password genarator
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for generating Random data.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for rendering HTML script tags
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is used to sort multiple dimension arrays.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for rendering HTML style tags
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for rendering system information messages.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html

View File

@ -4,7 +4,7 @@
* This class is for rendering a table of data.
*
* @package lnApp
* @category lnApp/Helpers
* @category Helpers
* @author Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
@ -65,7 +65,7 @@ abstract class lnApp_Table {
else
$x = $d->display($key);
if (isset($this->prepend[$key])) {
if (isset($this->prepend[$key]) AND $x) {
foreach ($this->prepend[$key] as $act => $data) {
switch ($act) {
case 'checkbox': $x = sprintf('<label class="checkbox">%s %s</label>',Form::checkbox($data,$x,FALSE,array('nocg'=>TRUE)),$x); // @todo Check those not yet checked