Most voted "phalcon-php" questions
None
Learn more…7 questions
Sort by count of
-
4
votes0
answers69
viewsError when compiling Phalcon on AWS Amazon
I tried to install phalcon php on Amazon AWS, I had the error below libtool: compile: gcc -I. -I/home/ec2-user/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/ec2-user/cphalcon/build/64bits/include…
-
2
votes1
answer352
viewsNginx, prioritize folders instead of "Location /"
I use PHP with the Phalcon framework in my projects and this is the structure. My Nginx is like this: server { listen 80; server_name 123.123.123.123; root /var/www/meusite.com.br; location @site{…
-
1
votes1
answer22
viewsMerge between views of two or more modules
I have a modular Phalcon PHP application. I’m making an administrative interface to control the modules that should be used in the system. One of the modules controls the application’s standard…
-
1
votes1
answer102
viewsHow to create sub folders for controllers, model, and view in Phalcon?
I am looking for a way to put folder levels in the structure of models, views and controllers. The structure I want to mount would be as follows: I’ve looked and implemented this link but it didn’t…
phalcon-phpasked 7 years, 1 month ago Isa 1,559 -
1
votes0
answers12
viewsEmbedding blocks into other blocks is not supported
I have developed a Volt template and intend to use it as a default for others. There is an example of my code below: {# LOCKED MODE #} {% if session.get('locked_mode', true) is not empty and…
-
0
votes1
answer73
viewsInstallation phalcon-devtools
Good staff, I’m trying to install phalcon-devtools in xampp and I’m doing what the official documentation says to do Here. I already set up the xampp with the phalcon dll and I already did a mini…
-
0
votes0
answers10
viewsXdebug return http calls
Good afternoon. I have Xdebug configured in PHPSTORM and it is working, the problem is when my application needs to make some HTTP request, it goes between the breakpoints until the call, after that…