[Vtigercrm-commits] [vtiger-commits] r6373 - /vtigercrm/trunk/include/PopulateComboValues.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 14:52:43 EDT 2006
Author: richie
Date: Wed May 24 12:52:39 2006
New Revision: 6373
Log:
added description to methods
Modified:
vtigercrm/trunk/include/PopulateComboValues.php
Modified: vtigercrm/trunk/include/PopulateComboValues.php
==============================================================================
--- vtigercrm/trunk/include/PopulateComboValues.php (original)
+++ vtigercrm/trunk/include/PopulateComboValues.php Wed May 24 12:52:39 2006
@@ -13,11 +13,19 @@
require_once('include/language/en_us.lang.php');
require_once('include/database/PearDatabase.php');
require_once('include/ComboStrings.php');
-
+/**
+ * Class which handles the population of the combo values
+ *
+ *
+ */
class PopulateComboValues
{
var $app_list_strings;
+
+ /**
+ * To populate the default combo values for the combo tables
+ */
function insertComboValues($values, $tableName)
{
global $log;
@@ -40,6 +48,11 @@
$log->debug("Exiting insertComboValues method ...");
}
+
+ /**
+ * To populate the combo tables at startup time
+ */
+
function create_tables ()
{
global $log;
More information about the vtigercrm-commits
mailing list