#19705602 module related DB select column arrangement

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8358 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-05-11 04:52:43 +00:00
parent 914f4d7ef0
commit ee276fe56e
30 changed files with 133 additions and 78 deletions

View file

@ -36,7 +36,9 @@
$module_categories = $oModuleModel->getModuleCategories();
// Generated mid Wanted list
$obj->site_srl = 0;
$mid_list = $oModuleModel->getMidList($obj);
// Shown below as obsolete comments - modify by cherryfilter
/*$mid_list = $oModuleModel->getMidList($obj);
// module_category and module combination
if($module_categories) {
foreach($mid_list as $module_srl => $module) {
@ -46,7 +48,8 @@
$module_categories[0]->list = $mid_list;
}
Context::set('mid_list',$module_categories);
Context::set('mid_list',$module_categories);*/
// Sample Code
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="vid" value="{$vid}" /><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" class="inputTypeText" value="{$is_keyword}" /><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );