Skip to content

Instantly share code, notes, and snippets.

@knaveenchand
Created May 18, 2022 08:40
Show Gist options
  • Save knaveenchand/35a8f3198f69b6d5f667c1dcca285da7 to your computer and use it in GitHub Desktop.
Save knaveenchand/35a8f3198f69b6d5f667c1dcca285da7 to your computer and use it in GitHub Desktop.
<?php
$tables_array = array();
$tables_array[] = array('table_db_name' => '_0_Identification', 'table_app_name' => '0. Identification');
$tables_array[] = array('table_db_name' => '_1_HouseholdMember', 'table_app_name' => '01. Household Members');
$tables_array[] = array('table_db_name' => '_2_Parcel_Details_Apcnf', 'table_app_name' => '2.0 Parcel Details');
$tables_array[] = array('table_db_name' => '_2_Plot_Apcnf', 'table_app_name' => '2.0.1 Plot Details');
$tables_array[] = array('table_db_name' => '_2_1_FarmerPlot', 'table_app_name' => '2.1 Information on all the land currently cultivating');
$tables_array[] = array('table_db_name' => '_3_1_FarmerPlotCrop', 'table_app_name' => '3.1 Crop wise seed, seedlings and baby plants');
$tables_array[] = array('table_db_name' => '_3_2_LabourForPreparation', 'table_app_name' => '3.2 Details on Labour and implements used in crop production');
$tables_array[] = array('table_db_name' => '_3_3_1_MaterialKeyInput', 'table_app_name' => '3.3.1 Material Input for Plant Growth - Key Inputs');
$tables_array[] = array('table_db_name' => '_3_3_2_MaterialInput', 'table_app_name' => '3.3.2 Material Input for Plant Growth - Other Inputs');
$tables_array[] = array('table_db_name' => '_3_3_3_MaterialInputPP', 'table_app_name' => '3.3.3 Material Input for Plant Protection');
$tables_array[] = array('table_db_name' => '_3_4_LabourForProduction', 'table_app_name' => '3.4 Details on Labour and Implements in Crop Production');
$tables_array[] = array('table_db_name' => '_3_4_1_LabourForHarvesting', 'table_app_name' => '3.4.1 Details on Labour and Implements in Crop Harvesting');
$tables_array[] = array('table_db_name' => '_3_5_CropWiseOutput', 'table_app_name' => '3.5 Cropwise Output');
$tables_array[] = array('table_db_name' => '_3_6_LeftOver_PMDS_Output', 'table_app_name' => '3.6 Left over PMDS output');
$tables_array[] = array('table_db_name' => '_3_7_CostsNReturnFromModelCrop', 'table_app_name' => '3.7 Costs and Returns from Model Crops');
$tables_array[] = array('table_db_name' => '_3_8_Record_Details', 'table_app_name' => '3.8.1 Record the Detail');
$tables_array[] = array('table_db_name' => '_4_1_IrrigationDetail', 'table_app_name' => '4 Irrigation');
$tables_array[] = array('table_db_name' => '_4_2_WaterUse', 'table_app_name' => '4.2 Water Use');
$tables_array[] = array('table_db_name' => '_5_1_NonLandAssetsImplements', 'table_app_name' => '5.1 Non-Land Assets and Implements');
$tables_array[] = array('table_db_name' => '_5_2_Debt_Position', 'table_app_name' => '5.2 Debt Position');
$tables_array[] = array('table_db_name' => '_5_3_ChangesCreditStatus', 'table_app_name' => '5.3 Changes in credit status');
$tables_array[] = array('table_db_name' => '_6_ChallengesPMCS_CNF', 'table_app_name' => '6. Challenges encountered in adopting PMDS + CNF');
$tables_array[] = array('table_db_name' => '_6_1_AwarenessApcnfPmds', 'table_app_name' => '6.1 Awareness and Interest about APCNF and PMDS');
$tables_array[] = array('table_db_name' => '_7_BenefitOfACNE', 'table_app_name' => '7.0 Benefits');
$tables_array[] = array('table_db_name' => '_8_Years_APCNF_PMDS', 'table_app_name' => '8. Years of APCNF and PMDS');
$tables_array[] = array('table_db_name' => '_8_8_AdoptionAPCNF', 'table_app_name' => '8.8 Adoption of APCNF (natural farming) practicies');
$tables_array[] = array('table_db_name' => '_8_9_MonthWiseNumberOfDayCrop', 'table_app_name' => '8.9 Month wise number of days crops');
$tables_array[] = array('table_db_name' => '_9_Income', 'table_app_name' => '9.0 Income');
$tables_array[] = array('table_db_name' => '_10_Marketing', 'table_app_name' => '10. Marketing');
$tables_array[] = array('table_db_name' => '_10_3_MarketingDetail', 'table_app_name' => '10.3 Marketing Detail');
$tables_array[] = array('table_db_name' => '_11_ExtensionService', 'table_app_name' => '11. Extension Services');
$tables_array[] = array('table_db_name' => '_12_Suggestion', 'table_app_name' => '12. Farmer Suggestion');
$tables_array[] = array('table_db_name' => '_13_Observation', 'table_app_name' => '13 Researcher Observations');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment