Answer the question
In order to leave comments, you need to log in
How to organize an array structure?
In the function we have 2 queries:
function сategory_call() {
$result['category'] = explode( "_", self::get_field() );
$result['catalogue'] = self::get_сategory();
...
}
[
1: Первый
2: Второй
3: Третий
...
16: Шестнадцатый
]
[
1: {"Первый":"1"}
2: {"Второй":"2"}
3: {"Третий":"null"}
...
16: {"Шестнадцатый":"null"}
]
Answer the question
In order to leave comments, you need to log in
in pycharm change the default interpreter.
Everything works correctly for me on Mavericks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question