Hello admin ... thanks for your quick reply ...
... I KNOW howto to use different databases ... as described in the links you provided.
...sorry ( I was not clear enough in my initial posting )
BUT ...
I THOUGHT there is a way to define dif…
Hi that works! Thanks.
BTW - And when I have to combine it with values from variables I can do that too.
For example:
$event_list = fuel_model('events', array('where' => "event_type NOT IN ('value1','value2') AND date_end < '$date'"));
Have…
I found a solution but I am not totally satisfied.
The parameter "parent" of the fuel_nav() function does also understand the "nav key" ( the human friendly version ) of the nav id.
The documentation says:
"parent - the parent id you would like to …