Added Tasks to KH
This commit is contained in:
@@ -61,3 +61,4 @@ class Controller_StaticPage_Category extends Controller_TemplateDefault {
|
||||
->find_all();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@@ -25,3 +25,4 @@ class Model_StaticPage extends ORMOSB {
|
||||
'staticpage_category'=>array('foreign_key'=>'static_page_category_id'),
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
@@ -17,3 +17,4 @@ class Model_StaticPage_Category extends ORMOSB {
|
||||
'name'=>'asc',
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
@@ -17,3 +17,4 @@ class Model_StaticPage_Translate extends ORMOSB {
|
||||
'staticpage'=>array('foreign_key'=>'id'),
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user