View phalcon_docker-compose.yml
version: '2' | |
services: | |
web: | |
image: szeist/phalcon-apache2 | |
ports: | |
- "8888:80" | |
volumes: | |
- ./www:/var/www |
View SubscriberFilter.php
<?php | |
/** | |
* Subscriber filter find subscribers matching filter criteria. | |
* | |
* Filter is a list of property names associated with comparison operator and list of allowed values. | |
* For example | |
* array (size=6) | |
* 0 => | |
* array (size=3) |