bugün wiki təsadüfi son
sözaltı sözlük
məsləhət postlar mesaj Profil

phalcon



facebook twitter əjdaha lazımdı izlə dostlar   mən   googlla

başlıqdakı ən bəyənilən yazılar:

+3 əjdaha

2. centos 7ə php7 ilə qurmaq üçün:
0. Update
sudo yum update
sudo yum install nano

1. install HTTPD and git
sudo yum install httpd git
sudo systemctl start httpd.service
sudo systemctl enable httpd.service

2. install MySQL
sudo yum install mariadb-server mariadb
sudo systemctl start mariadb
sudo mysql_secure_installation
sudo systemctl enable mariadb.service

3. install PHP
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
sudo yum install php70w php70w-fpm php70w-devel php70w-opcache php70w-pdo gcc make

4. install Phalcon
git clone --depth=1 git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install

5. Config Phalcon
nano /etc/php.d/phalcon.ini
; Enable phalcon extension module
extension=phalcon.so

sudo systemctl restart httpd.service

qaynaq desc link

+3 əjdaha

1. c dilində yazılan, open source php frameworku. digər frameworklərdən fərqli olaraq extension/modul olaraq yüklənir, hansı ki, bu da performansda öz sözünü deyir, yəni digər php frameworklərindən qat-qat sürətlidir, mvc patterni də dəstəkləyir.
phalconphp link



hamısını göstər

phalcon