<button id="zhurnal" data-url="/system/journal">Журнал<button>
<button id="status" data-url="/system/status">Статус<button>
<button id="createZakupki" data-url="/system/order">Закупка<button>
$('button[data-url]').click(function(e) {
$.ajax({
url: $(this).data('url'),
type: 'get',
dataType: 'html'
}).done(function(response) {
$('.modal-body').html(response);
});
})
// ...
public function actionJournal()
{
return $this -> renderAjax('journal');
}
// ...
$result = [
'years' => 2,
'month' => 5,
'days' => 12,
];
var_dump((object)$result);
$result = new stdClass();
$result -> years = 1;
$result -> month = 6;
$result -> days = 24;
var_dump($result);
<?php
$str = '{
"Текст1":{
"название":"текст",
"название2":{
"1":"Один",
"2":"Два",
"3":"Три",
"4":"четыре"
}
},
"Текст2":{
"название":"текст",
"название2":{
"1":"Один",
"2":"Два",
"3":"Три",
"4":"четыре"
}
},
"Текст3":{
"название":"текст",
"название2":{
"1":"Один",
"2":"Два",
"3":"Три",
"4":"четыре"
}
}
}';
var_dump(json_decode($str));
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
<input type="checkbox" name="otherPath" value="1">
$uploaddir = 'images/add_photo/';
...
if($_POST['otherPath']) {
$uploaddir = 'images/any-other-path/';
}
...
RndkOiDQn9C+0YHRgtGD0L/Qu9C10L3QuNC1INC90LAg0YHRh9C10YI=то такая строка успешно декодируется