Posts by Erick Major Dos Santos • 33 points
3 posts
-
1
votes0
answers12
viewsQ: Embedding 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…
-
1
votes1
answer22
viewsQ: Merge 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
votes0
answers206
viewsQ: How to identify the user in Ratchet PHP
I’m creating a multi-room chat with websockets, using PHP Ratchet. The framework itself facilitates the process of identifying the user, seeking his name through cookies, as can be observed here:…