[SOLVED] catching own DB Table by using ORM::factory("static_menu")
fredhowe
Joined: 2012-05-28
Posts: 12 |
![]() |
catching own DB Table "static_menus" by Where is the magic by catching datas from my own created DB Table ORM::factory("static_menu") it works only with db::build()->select()->from("static_menus") thanks in advance |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Does your module have a models directory? Dave |
|
fredhowe
Joined: 2012-05-28
Posts: 12 |
![]() |
thanks Dave That is was i need to know quite simple |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Since you mentioned menu might I suggest: Not sure if you are reinventing the wheel or not. Dave |
|
fredhowe
Joined: 2012-05-28
Posts: 12 |
![]() |
thanks for your attention Dave no, i don't reinventing the wheel I am just working on a dynamic page/menu module and there for, i have two tables the models is there thanks in advance |
|