Class Phalcon\Annotations\Factory
extends abstract class Phalcon\Factory
implements Phalcon\FactoryInterface
Loads Annotations Adapter class using 'adapter' option
<?php
use Phalcon\Annotations\Factory;
$options = [
"prefix" => "annotations",
"lifetime" => "3600",
"adapter" => "apc",
];
$annotations = Factory::load($options);
Methods
public static load (Phalcon\Config | array $config)
protected static loadClass (mixed $namespace, mixed $config) inherited from Phalcon\Factory
...
General
Contributions
Getting Started
Tutorials
Environments
Development Tools
Database
Business Logic