Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
$arr = array( 'title' => 'This is Title'; 'content' => 'This is Content'; );
$arr = array( '{{title}}' => 'This is Title'; '{{content}}' => 'This is Content'; );