×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
PHP (язык программирования для быстрого написания Web сайта)
→
Yii (PHP framework)
Looked at
4007
times
Yii (PHP framework)
last updated: 12 February 2018
Yii
("Yes It Is!") это объектно-ориентированный компонентный фреймворк, написанный на PHP и реализующий парадигму MVC (Model-View-Controller).
Подробнее
• Официальный сайт:
yiiframework.com
•
Полное руководство по Yii 2.0
← Previous topic
Zend Framework (PHP framework)
Next topic →
CakePHP (framework)
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
PHP Study
•
Что такое PHP ?
Function
•
Function in PHP. Example: function CalculateSum($value1, $value2) { ... }
•
Passing parameters by value and by reference to a function in PHP
•
Pass a function as a parameter to a function | PHP
Unnamed function
•
Anonymous function (no name). Function pointer in PHP
•
Pass the unnamed function as a parameter to the | using use (...) the unnamed function sees the variable above | PHP
Arrays
•
Array in PHP (Create an array, add elements, the length of the array, go through all the elements in the array)
•
Look for an element in an array in PHP | array_search
Key-value arrays
•
Array (key-value) in PHP (Create an array, add elements, the length of the array, go through all the elements in the array)
Regular expressions
•
Регулярные выражения
PHP Server
•
Create an html file and javascript sends a post request to the php server. PHP server makes the answer | Why on php server $_REQUEST or $_POST array is empty
Framworks (frameworks)
•
Zend Framework (PHP framework)
•
Yii (PHP framework)
•
CakePHP (framework)
Ваши вопросы присылайте по почте:
info@dir.by