Код: Выделить всё
[line1]this is some test text[/line1][line2]This is line 2 text[/line2][line3]This is line 3 text[/line3]
Код: Выделить всё
array(
"line1" => "this is some test text",
"line2" => "This is line 2 text",
"line3" => "This is line 3 text"
)
Как лучше всего это сделать и сохранить это масштабируемо? Есть ли у кого-нибудь пример, на который можно мне указать?
Подробнее здесь: https://stackoverflow.com/questions/494 ... tive-array