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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@
* This class is for rendering a table of data. * This class is for rendering a table of data.
* *
* @package lnApp * @package lnApp
* @category lnApp/Helpers * @category Helpers
* @author Deon George * @author Deon George
* @copyright (c) 2009-2013 Deon George * @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html * @license http://dev.leenooks.net/license.html
@ -65,7 +65,7 @@ abstract class lnApp_Table {
else else
$x = $d->display($key); $x = $d->display($key);
if (isset($this->prepend[$key])) { if (isset($this->prepend[$key]) AND $x) {
foreach ($this->prepend[$key] as $act => $data) { foreach ($this->prepend[$key] as $act => $data) {
switch ($act) { 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 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