This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use Phalcon\DI; | |
| use Phalcon\DI\FactoryDefault; | |
| use Phalcon\Db\Adapter\MongoDB\Client; | |
| ini_set('display_errors', 1); | |
| error_reporting(E_ALL); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Literal measurements test | |
| */ | |
| div{ | |
| background: #60f; | |
| width:1in; | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Literal measurements test | |
| */ | |
| div{ | |
| background: #60f; | |
| width:1in; | |
| } | |