Какими навыками нужно обладать что бы освоить данный фрэймворк ?
Обязательно ли знать php при изучении Yii?
public function __call($method, $arguments)
class App extends BaseClass
{
function hello()
{
echo "hello world";
}
}
public function __call($method, $arguments)
{
echo "------"; // kak-to tak
if (isset($this->{$method}) /*&& is_callable($this->{$method})*/) {
return $this->{$method}($arguments);
} else {
throw new Exception("Fatal error: Call to undefined method BaseClass::{$method}()");
}
}
if ($phone){
$zapros1 = " and `phone` IN ($phone)";
$this->summ_coupon= $summ_coupon; // записываем сумму купона в переменную, чтобы вывесим ее во view
Lib_SmalCart::getInstance()->setCartData();// пересчитываем маленькую корзину
header('Location: /order?thanks='.$order_id);
exit;
if(isset($_REQUEST["thanks"])){
//формируем сообщение
$this->message="Ваша заявка <strong>№ ".$_REQUEST["thanks"]."</strong> принята.";
$this->dislpay_form = false;// форму ввода данных больше не покзываем
}
function fname(string $str, \SoapClient $client) {
//...
}
function fname(string $str, \SoapClient $client) : int
{
//...
return 0;
}
/**
* @param $str string|null
* @param $client \SoapClien
**/
function fname(?string $str, \SoapClient $client) {
//...
}
date_create_from_format
$date = $value->find('h4')->text();
foreach ($day as $dates=>$v) {
$stmt3->bindParam(':day_1', $day);
$stmt3->bindParam(':day_2', $day);
$stmt3->bindParam(':day_3', $day);
$stmt3->bindParam(':id', $id);
$id = $v['id'];
$stmt3->execute();
}
$stmt3->bindParam(':day_1', $day[0]);
$stmt3->bindParam(':day_2', $day[1]);
$stmt3->bindParam(':day_3', $day[2]);
$stmt3->bindParam(':id', $id);
$stmt3->bindParam(':day_'.$i, $day[$i]);
$array[$k][] = '<a href="" data-content="'.$heroes.'"><img /> </a>';
$curl->page('https://www.site.com/'.$add);