$php -S 127.0.0.1:8080 -t web web/app_dev.php
$php -S 127.0.0.1:8080 -t web
http://127.0.0.1:8080/config.php.
http://127.0.0.1:8080/app_dev.php/$URL,
config/parameters.yml
(symfony2)// вместо
console.log(response.responseText);
// присвоить значение
id = response.responseText;
// продолжить выполнение своего кода.
function step1 () {
// some code
$.ajax({
// параметры запроса
success: function (data) {
step2(data);
}
});
}
function step2 (data) {
// some other code
}