· 7 years ago · Mar 29, 2018, 05:08 PM
1Phalcon\Di\FactoryDefault::__set_state(array(
2 '_services' =>
3 array (
4 'router' =>
5 Phalcon\Di\Service::__set_state(array(
6 '_name' => 'router',
7 '_definition' => 'Phalcon\\Mvc\\Router',
8 '_shared' => true,
9 '_resolved' => false,
10 '_sharedInstance' => NULL,
11 )),
12 'dispatcher' =>
13 Phalcon\Di\Service::__set_state(array(
14 '_name' => 'dispatcher',
15 '_definition' => 'Phalcon\\Mvc\\Dispatcher',
16 '_shared' => true,
17 '_resolved' => false,
18 '_sharedInstance' => NULL,
19 )),
20 'url' =>
21 Phalcon\Di\Service::__set_state(array(
22 '_name' => 'url',
23 '_definition' => 'Phalcon\\Mvc\\Url',
24 '_shared' => true,
25 '_resolved' => false,
26 '_sharedInstance' => NULL,
27 )),
28 'modelsManager' =>
29 Phalcon\Di\Service::__set_state(array(
30 '_name' => 'modelsManager',
31 '_definition' => 'Phalcon\\Mvc\\Model\\Manager',
32 '_shared' => true,
33 '_resolved' => false,
34 '_sharedInstance' => NULL,
35 )),
36 'modelsMetadata' =>
37 Phalcon\Di\Service::__set_state(array(
38 '_name' => 'modelsMetadata',
39 '_definition' => 'Phalcon\\Mvc\\Model\\MetaData\\Memory',
40 '_shared' => true,
41 '_resolved' => false,
42 '_sharedInstance' => NULL,
43 )),
44 'response' =>
45 Phalcon\Di\Service::__set_state(array(
46 '_name' => 'response',
47 '_definition' => 'Phalcon\\Http\\Response',
48 '_shared' => true,
49 '_resolved' => false,
50 '_sharedInstance' => NULL,
51 )),
52 'cookies' =>
53 Phalcon\Di\Service::__set_state(array(
54 '_name' => 'cookies',
55 '_definition' => 'Phalcon\\Http\\Response\\Cookies',
56 '_shared' => true,
57 '_resolved' => false,
58 '_sharedInstance' => NULL,
59 )),
60 'request' =>
61 Phalcon\Di\Service::__set_state(array(
62 '_name' => 'request',
63 '_definition' => 'Phalcon\\Http\\Request',
64 '_shared' => true,
65 '_resolved' => false,
66 '_sharedInstance' => NULL,
67 )),
68 'filter' =>
69 Phalcon\Di\Service::__set_state(array(
70 '_name' => 'filter',
71 '_definition' => 'Phalcon\\Filter',
72 '_shared' => true,
73 '_resolved' => false,
74 '_sharedInstance' => NULL,
75 )),
76 'escaper' =>
77 Phalcon\Di\Service::__set_state(array(
78 '_name' => 'escaper',
79 '_definition' => 'Phalcon\\Escaper',
80 '_shared' => true,
81 '_resolved' => false,
82 '_sharedInstance' => NULL,
83 )),
84 'security' =>
85 Phalcon\Di\Service::__set_state(array(
86 '_name' => 'security',
87 '_definition' => 'Phalcon\\Security',
88 '_shared' => true,
89 '_resolved' => false,
90 '_sharedInstance' => NULL,
91 )),
92 'crypt' =>
93 Phalcon\Di\Service::__set_state(array(
94 '_name' => 'crypt',
95 '_definition' => 'Phalcon\\Crypt',
96 '_shared' => true,
97 '_resolved' => false,
98 '_sharedInstance' => NULL,
99 )),
100 'annotations' =>
101 Phalcon\Di\Service::__set_state(array(
102 '_name' => 'annotations',
103 '_definition' => 'Phalcon\\Annotations\\Adapter\\Memory',
104 '_shared' => true,
105 '_resolved' => false,
106 '_sharedInstance' => NULL,
107 )),
108 'flash' =>
109 Phalcon\Di\Service::__set_state(array(
110 '_name' => 'flash',
111 '_definition' => 'Phalcon\\Flash\\Direct',
112 '_shared' => true,
113 '_resolved' => false,
114 '_sharedInstance' => NULL,
115 )),
116 'flashSession' =>
117 Phalcon\Di\Service::__set_state(array(
118 '_name' => 'flashSession',
119 '_definition' => 'Phalcon\\Flash\\Session',
120 '_shared' => true,
121 '_resolved' => false,
122 '_sharedInstance' => NULL,
123 )),
124 'tag' =>
125 Phalcon\Di\Service::__set_state(array(
126 '_name' => 'tag',
127 '_definition' => 'Phalcon\\Tag',
128 '_shared' => true,
129 '_resolved' => false,
130 '_sharedInstance' => NULL,
131 )),
132 'session' =>
133 Phalcon\Di\Service::__set_state(array(
134 '_name' => 'session',
135 '_definition' => 'Phalcon\\Session\\Adapter\\Files',
136 '_shared' => true,
137 '_resolved' => false,
138 '_sharedInstance' => NULL,
139 )),
140 'sessionBag' =>
141 Phalcon\Di\Service::__set_state(array(
142 '_name' => 'sessionBag',
143 '_definition' => 'Phalcon\\Session\\Bag',
144 '_shared' => false,
145 '_resolved' => false,
146 '_sharedInstance' => NULL,
147 )),
148 'eventsManager' =>
149 Phalcon\Di\Service::__set_state(array(
150 '_name' => 'eventsManager',
151 '_definition' => 'Phalcon\\Events\\Manager',
152 '_shared' => true,
153 '_resolved' => false,
154 '_sharedInstance' => NULL,
155 )),
156 'transactionManager' =>
157 Phalcon\Di\Service::__set_state(array(
158 '_name' => 'transactionManager',
159 '_definition' => 'Phalcon\\Mvc\\Model\\Transaction\\Manager',
160 '_shared' => true,
161 '_resolved' => false,
162 '_sharedInstance' => NULL,
163 )),
164 'assets' =>
165 Phalcon\Di\Service::__set_state(array(
166 '_name' => 'assets',
167 '_definition' => 'Phalcon\\Assets\\Manager',
168 '_shared' => true,
169 '_resolved' => false,
170 '_sharedInstance' => NULL,
171 )),
172 'registry' =>
173 Phalcon\Di\Service::__set_state(array(
174 '_name' => 'registry',
175 '_definition' =>
176 Phalcon\Registry::__set_state(array(
177 '_data' =>
178 array (
179 ),
180 )),
181 '_shared' => false,
182 '_resolved' => false,
183 '_sharedInstance' => NULL,
184 )),
185 'config' =>
186 Phalcon\Di\Service::__set_state(array(
187 '_name' => 'config',
188 '_definition' =>
189 Configs::__set_state(array(
190 'acl' => 1,
191 'app' =>
192 Phalcon\Config::__set_state(array(
193 'name' => 'cphalcon',
194 'default_route' => 'administrator',
195 'base_url' => 'http://localhost:8881/',
196 'theme' => 'cicool-phalcon',
197 'secretKey' => '923753F2317FC1EE5B52DF23951B1',
198 'XAuthorization' =>
199 Phalcon\Config::__set_state(array(
200 '0' => '923753F2317FC1EE5B52DF23951B1',
201 )),
202 'enableRecaptcha' => false,
203 'payload' =>
204 Phalcon\Config::__set_state(array(
205 'exp' => 1440,
206 'iss' => 'phalcon-jwt-auth',
207 )),
208 'ignoreUri' =>
209 Phalcon\Config::__set_state(array(
210 '0' => '/',
211 '1' => 'regex:/application/',
212 '2' => 'regex:/users/:POST,PUT',
213 '3' => '/auth/user:POST,PUT',
214 '4' => '/auth/application',
215 )),
216 )),
217 'auth' => 1,
218 'builder' =>
219 Phalcon\Config::__set_state(array(
220 'model' =>
221 Phalcon\Config::__set_state(array(
222 'directory' => '/usr/share/nginx/html/mudahin/app/Models/',
223 'namespace' => 'App\\Models',
224 )),
225 )),
226 'database' =>
227 Phalcon\Config::__set_state(array(
228 'adapter' => 'Mysql',
229 'host' => 'localhost',
230 'username' => 'root',
231 'password' => '',
232 'dbname' => 'test',
233 'charset' => 'utf8',
234 )),
235 'jwt' =>
236 Phalcon\Config::__set_state(array(
237 'secretKey' => '923753F2317FC1EE5B52DF23951B1',
238 'payload' =>
239 Phalcon\Config::__set_state(array(
240 'exp' => 1440,
241 'iss' => 'phalcon-jwt-auth',
242 )),
243 'ignoreUri' =>
244 Phalcon\Config::__set_state(array(
245 '0' => '/',
246 '1' => 'regex:/application/',
247 '2' => 'regex:/users/:POST,PUT',
248 '3' => '/auth/user:POST,PUT',
249 '4' => '/auth/application',
250 )),
251 )),
252 'mailer' =>
253 Phalcon\Config::__set_state(array(
254 'default_adapeter' => 'swift_mailer',
255 'swift_mailer' =>
256 Phalcon\Config::__set_state(array(
257 'fromName' => 'Cicool - Phalcon',
258 'fromEmail' => 'lovely@cphalcon.com',
259 'smtp' =>
260 Phalcon\Config::__set_state(array(
261 'server' => 'smtp.gmail.com',
262 'port' => 465,
263 'username' => '',
264 'password' => '',
265 )),
266 )),
267 'amazonSES' =>
268 Phalcon\Config::__set_state(array(
269 'AWSAccessKeyId' => '',
270 'AWSSecretKey' => '',
271 )),
272 )),
273 'modules' =>
274 Phalcon\Config::__set_state(array(
275 'authentication' =>
276 Phalcon\Config::__set_state(array(
277 'className' => 'App\\Modules\\Authentication\\Module',
278 'path' => '/usr/share/nginx/html/mudahin/app/Modules/Authentication/Module.php',
279 )),
280 'administrator' =>
281 Phalcon\Config::__set_state(array(
282 'className' => 'App\\Modules\\Administrator\\Module',
283 'path' => '/usr/share/nginx/html/mudahin/app/Modules/Administrator/Module.php',
284 )),
285 'api' =>
286 Phalcon\Config::__set_state(array(
287 'className' => 'App\\Modules\\Api\\Module',
288 'path' => '/usr/share/nginx/html/mudahin/app/Modules/Api/Module.php',
289 )),
290 'frontend' =>
291 Phalcon\Config::__set_state(array(
292 'className' => 'App\\Modules\\Frontend\\Module',
293 'path' => '/usr/share/nginx/html/mudahin/app/Modules/Frontend/Module.php',
294 )),
295 'page' =>
296 Phalcon\Config::__set_state(array(
297 'className' => 'App\\Modules\\Frontend\\Module',
298 'path' => '/usr/share/nginx/html/mudahin/app/Modules/Frontend/Module.php',
299 )),
300 'wizzard' =>
301 Phalcon\Config::__set_state(array(
302 'className' => 'App\\Modules\\Wizzard\\Module',
303 'path' => '/usr/share/nginx/html/mudahin/app/Modules/Wizzard/Module.php',
304 )),
305 )),
306 'provenance' =>
307 Phalcon\Config::__set_state(array(
308 'administrator:index' =>
309 Phalcon\Config::__set_state(array(
310 '0' => 'index',
311 )),
312 'administrator:group' =>
313 Phalcon\Config::__set_state(array(
314 '0' => 'index',
315 '1' => 'search',
316 '2' => 'add',
317 '3' => 'edit',
318 '4' => 'delete',
319 )),
320 )),
321 'providers' =>
322 Phalcon\Config::__set_state(array(
323 '0' => 'App\\Providers\\DatabaseServiceProvider',
324 '1' => 'App\\Providers\\SessionServiceProvider',
325 '2' => 'App\\Providers\\FlashServiceProvider',
326 '3' => 'App\\Providers\\UrlServiceProvider',
327 '4' => 'App\\Providers\\SecurityServiceProvider',
328 '5' => 'App\\Providers\\AclServiceProvider',
329 '6' => 'App\\Providers\\AuthServiceProvider',
330 '7' => 'App\\Providers\\UtilsServiceProvider',
331 )),
332 'recaptcha' =>
333 Phalcon\Config::__set_state(array(
334 'site_key' => '6LfCoBkUAAAAAD2qnKO8DSyF_2pnXfkCzKcKi2AK',
335 'secret_key' => '6LfCoBkUAAAAAG6llU3hVb-RPkhm8MbjQ6_HjuQK',
336 )),
337 )),
338 '_shared' => false,
339 '_resolved' => false,
340 '_sharedInstance' => NULL,
341 )),
342 'app' =>
343 Phalcon\Di\Service::__set_state(array(
344 '_name' => 'app',
345 '_definition' =>
346 Core::__set_state(array(
347 'di' => NULL,
348 '_eventsManager' => NULL,
349 '_dependencyInjector' => NULL,
350 '_defaultModule' => NULL,
351 '_modules' =>
352 array (
353 ),
354 '_implicitView' => true,
355 '_sendHeaders' => true,
356 '_sendCookies' => true,
357 )),
358 '_shared' => false,
359 '_resolved' => false,
360 '_sharedInstance' => NULL,
361 )),
362 ),
363 '_sharedInstances' => NULL,
364 '_freshInstance' => false,
365 '_eventsManager' => NULL,
366))