Advertisement
Guest User

Untitled

a guest
Apr 6th, 2015
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.89 KB | None | 0 0
  1. Array
  2. (
  3. [0] => Array
  4. (
  5. [function] => build
  6. [class] => Phalcon\Di\Service\Builder
  7. [type] => ->
  8. [args] => Array
  9. (
  10. [0] => Phalcon\Di\FactoryDefault Object
  11. (
  12. [_services:protected] => Array
  13. (
  14. [router] => Phalcon\Di\Service Object
  15. (
  16. [_name:protected] => router
  17. [_definition:protected] => Phalcon\Mvc\Router
  18. [_shared:protected] => 1
  19. [_resolved:protected] => 1
  20. [_sharedInstance:protected] => Phalcon\Mvc\Router Object
  21. (
  22. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  23. *RECURSION*
  24. [_uriSource:protected] =>
  25. [_namespace:protected] =>
  26. [_module:protected] =>
  27. [_controller:protected] => models
  28. [_action:protected] =>
  29. [_params:protected] => Array
  30. (
  31. )
  32.  
  33. [_routes:protected] => Array
  34. (
  35. [0] => Phalcon\Mvc\Router\Route Object
  36. (
  37. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  38. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  39. [_paths:protected] => Array
  40. (
  41. [controller] => 1
  42. )
  43.  
  44. [_methods:protected] =>
  45. [_hostname:protected] =>
  46. [_converters:protected] =>
  47. [_id:protected] => 0
  48. [_name:protected] =>
  49. [_beforeMatch:protected] =>
  50. [_group:protected] =>
  51. )
  52.  
  53. [1] => Phalcon\Mvc\Router\Route Object
  54. (
  55. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  56. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  57. [_paths:protected] => Array
  58. (
  59. [controller] => 1
  60. [action] => 2
  61. [params] => 3
  62. )
  63.  
  64. [_methods:protected] =>
  65. [_hostname:protected] =>
  66. [_converters:protected] =>
  67. [_id:protected] => 1
  68. [_name:protected] =>
  69. [_beforeMatch:protected] =>
  70. [_group:protected] =>
  71. )
  72.  
  73. )
  74.  
  75. [_matchedRoute:protected] => Phalcon\Mvc\Router\Route Object
  76. (
  77. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  78. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  79. [_paths:protected] => Array
  80. (
  81. [controller] => 1
  82. )
  83.  
  84. [_methods:protected] =>
  85. [_hostname:protected] =>
  86. [_converters:protected] =>
  87. [_id:protected] => 0
  88. [_name:protected] =>
  89. [_beforeMatch:protected] =>
  90. [_group:protected] =>
  91. )
  92.  
  93. [_matches:protected] => Array
  94. (
  95. [0] => /models
  96. [1] => models
  97. )
  98.  
  99. [_wasMatched:protected] => 1
  100. [_defaultNamespace:protected] =>
  101. [_defaultModule:protected] =>
  102. [_defaultController:protected] =>
  103. [_defaultAction:protected] =>
  104. [_defaultParams:protected] => Array
  105. (
  106. )
  107.  
  108. [_removeExtraSlashes:protected] =>
  109. [_notFoundPaths:protected] =>
  110. )
  111.  
  112. )
  113.  
  114. [dispatcher] => Phalcon\Di\Service Object
  115. (
  116. [_name:protected] => dispatcher
  117. [_definition:protected] => Phalcon\Mvc\Dispatcher
  118. [_shared:protected] => 1
  119. [_resolved:protected] => 1
  120. [_sharedInstance:protected] => Phalcon\Mvc\Dispatcher Object
  121. (
  122. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  123. *RECURSION*
  124. [_eventsManager:protected] =>
  125. [_activeHandler:protected] => ModelsController Object
  126. (
  127. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  128. *RECURSION*
  129. [_eventsManager:protected] =>
  130. )
  131.  
  132. [_finished:protected] => 1
  133. [_forwarded:protected] =>
  134. [_moduleName:protected] =>
  135. [_namespaceName:protected] =>
  136. [_handlerName:protected] => models
  137. [_actionName:protected] => index
  138. [_params:protected] => Array
  139. (
  140. )
  141.  
  142. [_returnedValue:protected] =>
  143. [_lastHandler:protected] =>
  144. [_defaultNamespace:protected] =>
  145. [_actionSuffix:protected] => Action
  146. [_previousHandlerName:protected] =>
  147. [_previousActionName:protected] =>
  148. [_handlerSuffix:protected] => Controller
  149. [_defaultHandler:protected] => index
  150. [_defaultAction:protected] => index
  151. )
  152.  
  153. )
  154.  
  155. [url] => Phalcon\Di\Service Object
  156. (
  157. [_name:protected] => url
  158. [_definition:protected] => Closure Object
  159. (
  160. [static] => Array
  161. (
  162. [config] => Array
  163. (
  164. [database] => Array
  165. (
  166. [adapter] => Mysql
  167. [host] => localhost
  168. [username] => root
  169. [password] => bingo
  170. [dbname] => cms
  171. )
  172.  
  173. [app] => Array
  174. (
  175. [offline] =>
  176. [site_name] => Magnxpyr CMS
  177. [site_name_location] => 0
  178. [baseUri] => /
  179. [cryptSalt] => FBVtggIk5lAzEU9H
  180. [development] => 1
  181. [cacheDir] => /home/gatz/www/phalcon/cache/
  182. )
  183.  
  184. [mail] => Array
  185. (
  186. [fromName] =>
  187. [fromEmail] =>
  188. [smtp] => Array
  189. (
  190. [server] => smtp.example.com
  191. [port] => 587
  192. [security] => tls
  193. [username] =>
  194. [password] =>
  195. )
  196.  
  197. )
  198.  
  199. )
  200.  
  201. )
  202.  
  203. )
  204.  
  205. [_shared:protected] =>
  206. [_resolved:protected] =>
  207. [_sharedInstance:protected] =>
  208. )
  209.  
  210. [modelsManager] => Phalcon\Di\Service Object
  211. (
  212. [_name:protected] => modelsManager
  213. [_definition:protected] => Phalcon\Mvc\Model\Manager
  214. [_shared:protected] => 1
  215. [_resolved:protected] =>
  216. [_sharedInstance:protected] =>
  217. )
  218.  
  219. [modelsMetadata] => Phalcon\Di\Service Object
  220. (
  221. [_name:protected] => modelsMetadata
  222. [_definition:protected] => Phalcon\Mvc\Model\MetaData\Memory
  223. [_shared:protected] => 1
  224. [_resolved:protected] =>
  225. [_sharedInstance:protected] =>
  226. )
  227.  
  228. [response] => Phalcon\Di\Service Object
  229. (
  230. [_name:protected] => response
  231. [_definition:protected] => Phalcon\Http\Response
  232. [_shared:protected] => 1
  233. [_resolved:protected] =>
  234. [_sharedInstance:protected] =>
  235. )
  236.  
  237. [cookies] => Phalcon\Di\Service Object
  238. (
  239. [_name:protected] => cookies
  240. [_definition:protected] => Phalcon\Http\Response\Cookies
  241. [_shared:protected] => 1
  242. [_resolved:protected] =>
  243. [_sharedInstance:protected] =>
  244. )
  245.  
  246. [request] => Phalcon\Di\Service Object
  247. (
  248. [_name:protected] => request
  249. [_definition:protected] => Phalcon\Http\Request
  250. [_shared:protected] => 1
  251. [_resolved:protected] =>
  252. [_sharedInstance:protected] =>
  253. )
  254.  
  255. [filter] => Phalcon\Di\Service Object
  256. (
  257. [_name:protected] => filter
  258. [_definition:protected] => Phalcon\Filter
  259. [_shared:protected] => 1
  260. [_resolved:protected] =>
  261. [_sharedInstance:protected] =>
  262. )
  263.  
  264. [escaper] => Phalcon\Di\Service Object
  265. (
  266. [_name:protected] => escaper
  267. [_definition:protected] => Phalcon\Escaper
  268. [_shared:protected] => 1
  269. [_resolved:protected] =>
  270. [_sharedInstance:protected] =>
  271. )
  272.  
  273. [security] => Phalcon\Di\Service Object
  274. (
  275. [_name:protected] => security
  276. [_definition:protected] => Phalcon\Security
  277. [_shared:protected] => 1
  278. [_resolved:protected] =>
  279. [_sharedInstance:protected] =>
  280. )
  281.  
  282. [crypt] => Phalcon\Di\Service Object
  283. (
  284. [_name:protected] => crypt
  285. [_definition:protected] => Phalcon\Crypt
  286. [_shared:protected] => 1
  287. [_resolved:protected] =>
  288. [_sharedInstance:protected] =>
  289. )
  290.  
  291. [annotations] => Phalcon\Di\Service Object
  292. (
  293. [_name:protected] => annotations
  294. [_definition:protected] => Phalcon\Annotations\Adapter\Memory
  295. [_shared:protected] => 1
  296. [_resolved:protected] =>
  297. [_sharedInstance:protected] =>
  298. )
  299.  
  300. [flash] => Phalcon\Di\Service Object
  301. (
  302. [_name:protected] => flash
  303. [_definition:protected] => Closure Object
  304. (
  305. )
  306.  
  307. [_shared:protected] =>
  308. [_resolved:protected] =>
  309. [_sharedInstance:protected] =>
  310. )
  311.  
  312. [flashSession] => Phalcon\Di\Service Object
  313. (
  314. [_name:protected] => flashSession
  315. [_definition:protected] => Phalcon\Flash\Session
  316. [_shared:protected] => 1
  317. [_resolved:protected] =>
  318. [_sharedInstance:protected] =>
  319. )
  320.  
  321. [tag] => Phalcon\Di\Service Object
  322. (
  323. [_name:protected] => tag
  324. [_definition:protected] => Phalcon\Tag
  325. [_shared:protected] => 1
  326. [_resolved:protected] =>
  327. [_sharedInstance:protected] =>
  328. )
  329.  
  330. [session] => Phalcon\Di\Service Object
  331. (
  332. [_name:protected] => session
  333. [_definition:protected] => Phalcon\Session\Adapter\Files
  334. [_shared:protected] => 1
  335. [_resolved:protected] =>
  336. [_sharedInstance:protected] =>
  337. )
  338.  
  339. [sessionBag] => Phalcon\Di\Service Object
  340. (
  341. [_name:protected] => sessionBag
  342. [_definition:protected] => Phalcon\Session\Bag
  343. [_shared:protected] =>
  344. [_resolved:protected] =>
  345. [_sharedInstance:protected] =>
  346. )
  347.  
  348. [eventsManager] => Phalcon\Di\Service Object
  349. (
  350. [_name:protected] => eventsManager
  351. [_definition:protected] => Phalcon\Events\Manager
  352. [_shared:protected] => 1
  353. [_resolved:protected] =>
  354. [_sharedInstance:protected] =>
  355. )
  356.  
  357. [transactionManager] => Phalcon\Di\Service Object
  358. (
  359. [_name:protected] => transactions
  360. [_definition:protected] => Phalcon\Mvc\Model\Transaction\Manager
  361. [_shared:protected] => 1
  362. [_resolved:protected] =>
  363. [_sharedInstance:protected] =>
  364. )
  365.  
  366. [assets] => Phalcon\Di\Service Object
  367. (
  368. [_name:protected] => assets
  369. [_definition:protected] => Phalcon\Assets\Manager
  370. [_shared:protected] => 1
  371. [_resolved:protected] =>
  372. [_sharedInstance:protected] =>
  373. )
  374.  
  375. [view] => Phalcon\Di\Service Object
  376. (
  377. [_name:protected] => view
  378. [_definition:protected] => Closure Object
  379. (
  380. [static] => Array
  381. (
  382. [path] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools
  383. )
  384.  
  385. )
  386.  
  387. [_shared:protected] =>
  388. [_resolved:protected] => 1
  389. [_sharedInstance:protected] =>
  390. )
  391.  
  392. [config] => Phalcon\Di\Service Object
  393. (
  394. [_name:protected] => config
  395. [_definition:protected] => Array
  396. (
  397. [database] => Array
  398. (
  399. [adapter] => Mysql
  400. [host] => localhost
  401. [username] => root
  402. [password] => bingo
  403. [dbname] => cms
  404. )
  405.  
  406. [app] => Array
  407. (
  408. [offline] =>
  409. [site_name] => Magnxpyr CMS
  410. [site_name_location] => 0
  411. [baseUri] => /
  412. [cryptSalt] => FBVtggIk5lAzEU9H
  413. [development] => 1
  414. [cacheDir] => /home/gatz/www/phalcon/cache/
  415. )
  416.  
  417. [mail] => Array
  418. (
  419. [fromName] =>
  420. [fromEmail] =>
  421. [smtp] => Array
  422. (
  423. [server] => smtp.example.com
  424. [port] => 587
  425. [security] => tls
  426. [username] =>
  427. [password] =>
  428. )
  429.  
  430. )
  431.  
  432. )
  433.  
  434. [_shared:protected] =>
  435. [_resolved:protected] =>
  436. [_sharedInstance:protected] =>
  437. )
  438.  
  439. [db] => Phalcon\Di\Service Object
  440. (
  441. [_name:protected] => db
  442. [_definition:protected] => Closure Object
  443. (
  444. [static] => Array
  445. (
  446. [config] => Array
  447. (
  448. [database] => Array
  449. (
  450. [adapter] => Mysql
  451. [host] => localhost
  452. [username] => root
  453. [password] => bingo
  454. [dbname] => cms
  455. )
  456.  
  457. [app] => Array
  458. (
  459. [offline] =>
  460. [site_name] => Magnxpyr CMS
  461. [site_name_location] => 0
  462. [baseUri] => /
  463. [cryptSalt] => FBVtggIk5lAzEU9H
  464. [development] => 1
  465. [cacheDir] => /home/gatz/www/phalcon/cache/
  466. )
  467.  
  468. [mail] => Array
  469. (
  470. [fromName] =>
  471. [fromEmail] =>
  472. [smtp] => Array
  473. (
  474. [server] => smtp.example.com
  475. [port] => 587
  476. [security] => tls
  477. [username] =>
  478. [password] =>
  479. )
  480.  
  481. )
  482.  
  483. )
  484.  
  485. )
  486.  
  487. )
  488.  
  489. [_shared:protected] =>
  490. [_resolved:protected] =>
  491. [_sharedInstance:protected] =>
  492. )
  493.  
  494. )
  495.  
  496. [_sharedInstances:protected] => Array
  497. (
  498. [router] => Phalcon\Mvc\Router Object
  499. (
  500. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  501. *RECURSION*
  502. [_uriSource:protected] =>
  503. [_namespace:protected] =>
  504. [_module:protected] =>
  505. [_controller:protected] => models
  506. [_action:protected] =>
  507. [_params:protected] => Array
  508. (
  509. )
  510.  
  511. [_routes:protected] => Array
  512. (
  513. [0] => Phalcon\Mvc\Router\Route Object
  514. (
  515. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  516. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  517. [_paths:protected] => Array
  518. (
  519. [controller] => 1
  520. )
  521.  
  522. [_methods:protected] =>
  523. [_hostname:protected] =>
  524. [_converters:protected] =>
  525. [_id:protected] => 0
  526. [_name:protected] =>
  527. [_beforeMatch:protected] =>
  528. [_group:protected] =>
  529. )
  530.  
  531. [1] => Phalcon\Mvc\Router\Route Object
  532. (
  533. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  534. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  535. [_paths:protected] => Array
  536. (
  537. [controller] => 1
  538. [action] => 2
  539. [params] => 3
  540. )
  541.  
  542. [_methods:protected] =>
  543. [_hostname:protected] =>
  544. [_converters:protected] =>
  545. [_id:protected] => 1
  546. [_name:protected] =>
  547. [_beforeMatch:protected] =>
  548. [_group:protected] =>
  549. )
  550.  
  551. )
  552.  
  553. [_matchedRoute:protected] => Phalcon\Mvc\Router\Route Object
  554. (
  555. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  556. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  557. [_paths:protected] => Array
  558. (
  559. [controller] => 1
  560. )
  561.  
  562. [_methods:protected] =>
  563. [_hostname:protected] =>
  564. [_converters:protected] =>
  565. [_id:protected] => 0
  566. [_name:protected] =>
  567. [_beforeMatch:protected] =>
  568. [_group:protected] =>
  569. )
  570.  
  571. [_matches:protected] => Array
  572. (
  573. [0] => /models
  574. [1] => models
  575. )
  576.  
  577. [_wasMatched:protected] => 1
  578. [_defaultNamespace:protected] =>
  579. [_defaultModule:protected] =>
  580. [_defaultController:protected] =>
  581. [_defaultAction:protected] =>
  582. [_defaultParams:protected] => Array
  583. (
  584. )
  585.  
  586. [_removeExtraSlashes:protected] =>
  587. [_notFoundPaths:protected] =>
  588. )
  589.  
  590. [view] => Phalcon\Mvc\View Object
  591. (
  592. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  593. *RECURSION*
  594. [_eventsManager:protected] =>
  595. [_options:protected] =>
  596. [_basePath:protected] =>
  597. [_content:protected] =>
  598. [_renderLevel:protected] => 5
  599. [_currentRenderLevel:protected] => 0
  600. [_disabledLevels:protected] =>
  601. [_viewParams:protected] =>
  602. [_layout:protected] =>
  603. [_layoutsDir:protected] =>
  604. [_partialsDir:protected] =>
  605. [_viewsDir:protected] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools/scripts/Phalcon/Web/Tools/views/
  606. [_templatesBefore:protected] =>
  607. [_templatesAfter:protected] =>
  608. [_engines:protected] =>
  609. [_registeredEngines:protected] =>
  610. [_mainView:protected] => index
  611. [_controllerName:protected] =>
  612. [_actionName:protected] =>
  613. [_params:protected] =>
  614. [_pickView:protected] =>
  615. [_cache:protected] =>
  616. [_cacheLevel:protected] => 0
  617. [_activeRenderPath:protected] =>
  618. [_disabled:protected] =>
  619. )
  620.  
  621. [dispatcher] => Phalcon\Mvc\Dispatcher Object
  622. (
  623. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  624. *RECURSION*
  625. [_eventsManager:protected] =>
  626. [_activeHandler:protected] => ModelsController Object
  627. (
  628. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  629. *RECURSION*
  630. [_eventsManager:protected] =>
  631. )
  632.  
  633. [_finished:protected] => 1
  634. [_forwarded:protected] =>
  635. [_moduleName:protected] =>
  636. [_namespaceName:protected] =>
  637. [_handlerName:protected] => models
  638. [_actionName:protected] => index
  639. [_params:protected] => Array
  640. (
  641. )
  642.  
  643. [_returnedValue:protected] =>
  644. [_lastHandler:protected] =>
  645. [_defaultNamespace:protected] =>
  646. [_actionSuffix:protected] => Action
  647. [_previousHandlerName:protected] =>
  648. [_previousActionName:protected] =>
  649. [_handlerSuffix:protected] => Controller
  650. [_defaultHandler:protected] => index
  651. [_defaultAction:protected] => index
  652. )
  653.  
  654. [ModelsController] => ModelsController Object
  655. (
  656. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  657. *RECURSION*
  658. [_eventsManager:protected] =>
  659. )
  660.  
  661. )
  662.  
  663. [_freshInstance:protected] => 1
  664. [_eventsManager:protected] =>
  665. )
  666.  
  667. [1] => Array
  668. (
  669. [database] => Array
  670. (
  671. [adapter] => Mysql
  672. [host] => localhost
  673. [username] => root
  674. [password] => bingo
  675. [dbname] => cms
  676. )
  677.  
  678. [app] => Array
  679. (
  680. [offline] =>
  681. [site_name] => Magnxpyr CMS
  682. [site_name_location] => 0
  683. [baseUri] => /
  684. [cryptSalt] => FBVtggIk5lAzEU9H
  685. [development] => 1
  686. [cacheDir] => /home/gatz/www/phalcon/cache/
  687. )
  688.  
  689. [mail] => Array
  690. (
  691. [fromName] =>
  692. [fromEmail] =>
  693. [smtp] => Array
  694. (
  695. [server] => smtp.example.com
  696. [port] => 587
  697. [security] => tls
  698. [username] =>
  699. [password] =>
  700. )
  701.  
  702. )
  703.  
  704. )
  705.  
  706. [2] =>
  707. )
  708.  
  709. )
  710.  
  711. [1] => Array
  712. (
  713. [function] => resolve
  714. [class] => Phalcon\Di\Service
  715. [type] => ->
  716. [args] => Array
  717. (
  718. [0] =>
  719. [1] => Phalcon\Di\FactoryDefault Object
  720. (
  721. [_services:protected] => Array
  722. (
  723. [router] => Phalcon\Di\Service Object
  724. (
  725. [_name:protected] => router
  726. [_definition:protected] => Phalcon\Mvc\Router
  727. [_shared:protected] => 1
  728. [_resolved:protected] => 1
  729. [_sharedInstance:protected] => Phalcon\Mvc\Router Object
  730. (
  731. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  732. *RECURSION*
  733. [_uriSource:protected] =>
  734. [_namespace:protected] =>
  735. [_module:protected] =>
  736. [_controller:protected] => models
  737. [_action:protected] =>
  738. [_params:protected] => Array
  739. (
  740. )
  741.  
  742. [_routes:protected] => Array
  743. (
  744. [0] => Phalcon\Mvc\Router\Route Object
  745. (
  746. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  747. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  748. [_paths:protected] => Array
  749. (
  750. [controller] => 1
  751. )
  752.  
  753. [_methods:protected] =>
  754. [_hostname:protected] =>
  755. [_converters:protected] =>
  756. [_id:protected] => 0
  757. [_name:protected] =>
  758. [_beforeMatch:protected] =>
  759. [_group:protected] =>
  760. )
  761.  
  762. [1] => Phalcon\Mvc\Router\Route Object
  763. (
  764. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  765. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  766. [_paths:protected] => Array
  767. (
  768. [controller] => 1
  769. [action] => 2
  770. [params] => 3
  771. )
  772.  
  773. [_methods:protected] =>
  774. [_hostname:protected] =>
  775. [_converters:protected] =>
  776. [_id:protected] => 1
  777. [_name:protected] =>
  778. [_beforeMatch:protected] =>
  779. [_group:protected] =>
  780. )
  781.  
  782. )
  783.  
  784. [_matchedRoute:protected] => Phalcon\Mvc\Router\Route Object
  785. (
  786. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  787. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  788. [_paths:protected] => Array
  789. (
  790. [controller] => 1
  791. )
  792.  
  793. [_methods:protected] =>
  794. [_hostname:protected] =>
  795. [_converters:protected] =>
  796. [_id:protected] => 0
  797. [_name:protected] =>
  798. [_beforeMatch:protected] =>
  799. [_group:protected] =>
  800. )
  801.  
  802. [_matches:protected] => Array
  803. (
  804. [0] => /models
  805. [1] => models
  806. )
  807.  
  808. [_wasMatched:protected] => 1
  809. [_defaultNamespace:protected] =>
  810. [_defaultModule:protected] =>
  811. [_defaultController:protected] =>
  812. [_defaultAction:protected] =>
  813. [_defaultParams:protected] => Array
  814. (
  815. )
  816.  
  817. [_removeExtraSlashes:protected] =>
  818. [_notFoundPaths:protected] =>
  819. )
  820.  
  821. )
  822.  
  823. [dispatcher] => Phalcon\Di\Service Object
  824. (
  825. [_name:protected] => dispatcher
  826. [_definition:protected] => Phalcon\Mvc\Dispatcher
  827. [_shared:protected] => 1
  828. [_resolved:protected] => 1
  829. [_sharedInstance:protected] => Phalcon\Mvc\Dispatcher Object
  830. (
  831. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  832. *RECURSION*
  833. [_eventsManager:protected] =>
  834. [_activeHandler:protected] => ModelsController Object
  835. (
  836. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  837. *RECURSION*
  838. [_eventsManager:protected] =>
  839. )
  840.  
  841. [_finished:protected] => 1
  842. [_forwarded:protected] =>
  843. [_moduleName:protected] =>
  844. [_namespaceName:protected] =>
  845. [_handlerName:protected] => models
  846. [_actionName:protected] => index
  847. [_params:protected] => Array
  848. (
  849. )
  850.  
  851. [_returnedValue:protected] =>
  852. [_lastHandler:protected] =>
  853. [_defaultNamespace:protected] =>
  854. [_actionSuffix:protected] => Action
  855. [_previousHandlerName:protected] =>
  856. [_previousActionName:protected] =>
  857. [_handlerSuffix:protected] => Controller
  858. [_defaultHandler:protected] => index
  859. [_defaultAction:protected] => index
  860. )
  861.  
  862. )
  863.  
  864. [url] => Phalcon\Di\Service Object
  865. (
  866. [_name:protected] => url
  867. [_definition:protected] => Closure Object
  868. (
  869. [static] => Array
  870. (
  871. [config] => Array
  872. (
  873. [database] => Array
  874. (
  875. [adapter] => Mysql
  876. [host] => localhost
  877. [username] => root
  878. [password] => bingo
  879. [dbname] => cms
  880. )
  881.  
  882. [app] => Array
  883. (
  884. [offline] =>
  885. [site_name] => Magnxpyr CMS
  886. [site_name_location] => 0
  887. [baseUri] => /
  888. [cryptSalt] => FBVtggIk5lAzEU9H
  889. [development] => 1
  890. [cacheDir] => /home/gatz/www/phalcon/cache/
  891. )
  892.  
  893. [mail] => Array
  894. (
  895. [fromName] =>
  896. [fromEmail] =>
  897. [smtp] => Array
  898. (
  899. [server] => smtp.example.com
  900. [port] => 587
  901. [security] => tls
  902. [username] =>
  903. [password] =>
  904. )
  905.  
  906. )
  907.  
  908. )
  909.  
  910. )
  911.  
  912. )
  913.  
  914. [_shared:protected] =>
  915. [_resolved:protected] =>
  916. [_sharedInstance:protected] =>
  917. )
  918.  
  919. [modelsManager] => Phalcon\Di\Service Object
  920. (
  921. [_name:protected] => modelsManager
  922. [_definition:protected] => Phalcon\Mvc\Model\Manager
  923. [_shared:protected] => 1
  924. [_resolved:protected] =>
  925. [_sharedInstance:protected] =>
  926. )
  927.  
  928. [modelsMetadata] => Phalcon\Di\Service Object
  929. (
  930. [_name:protected] => modelsMetadata
  931. [_definition:protected] => Phalcon\Mvc\Model\MetaData\Memory
  932. [_shared:protected] => 1
  933. [_resolved:protected] =>
  934. [_sharedInstance:protected] =>
  935. )
  936.  
  937. [response] => Phalcon\Di\Service Object
  938. (
  939. [_name:protected] => response
  940. [_definition:protected] => Phalcon\Http\Response
  941. [_shared:protected] => 1
  942. [_resolved:protected] =>
  943. [_sharedInstance:protected] =>
  944. )
  945.  
  946. [cookies] => Phalcon\Di\Service Object
  947. (
  948. [_name:protected] => cookies
  949. [_definition:protected] => Phalcon\Http\Response\Cookies
  950. [_shared:protected] => 1
  951. [_resolved:protected] =>
  952. [_sharedInstance:protected] =>
  953. )
  954.  
  955. [request] => Phalcon\Di\Service Object
  956. (
  957. [_name:protected] => request
  958. [_definition:protected] => Phalcon\Http\Request
  959. [_shared:protected] => 1
  960. [_resolved:protected] =>
  961. [_sharedInstance:protected] =>
  962. )
  963.  
  964. [filter] => Phalcon\Di\Service Object
  965. (
  966. [_name:protected] => filter
  967. [_definition:protected] => Phalcon\Filter
  968. [_shared:protected] => 1
  969. [_resolved:protected] =>
  970. [_sharedInstance:protected] =>
  971. )
  972.  
  973. [escaper] => Phalcon\Di\Service Object
  974. (
  975. [_name:protected] => escaper
  976. [_definition:protected] => Phalcon\Escaper
  977. [_shared:protected] => 1
  978. [_resolved:protected] =>
  979. [_sharedInstance:protected] =>
  980. )
  981.  
  982. [security] => Phalcon\Di\Service Object
  983. (
  984. [_name:protected] => security
  985. [_definition:protected] => Phalcon\Security
  986. [_shared:protected] => 1
  987. [_resolved:protected] =>
  988. [_sharedInstance:protected] =>
  989. )
  990.  
  991. [crypt] => Phalcon\Di\Service Object
  992. (
  993. [_name:protected] => crypt
  994. [_definition:protected] => Phalcon\Crypt
  995. [_shared:protected] => 1
  996. [_resolved:protected] =>
  997. [_sharedInstance:protected] =>
  998. )
  999.  
  1000. [annotations] => Phalcon\Di\Service Object
  1001. (
  1002. [_name:protected] => annotations
  1003. [_definition:protected] => Phalcon\Annotations\Adapter\Memory
  1004. [_shared:protected] => 1
  1005. [_resolved:protected] =>
  1006. [_sharedInstance:protected] =>
  1007. )
  1008.  
  1009. [flash] => Phalcon\Di\Service Object
  1010. (
  1011. [_name:protected] => flash
  1012. [_definition:protected] => Closure Object
  1013. (
  1014. )
  1015.  
  1016. [_shared:protected] =>
  1017. [_resolved:protected] =>
  1018. [_sharedInstance:protected] =>
  1019. )
  1020.  
  1021. [flashSession] => Phalcon\Di\Service Object
  1022. (
  1023. [_name:protected] => flashSession
  1024. [_definition:protected] => Phalcon\Flash\Session
  1025. [_shared:protected] => 1
  1026. [_resolved:protected] =>
  1027. [_sharedInstance:protected] =>
  1028. )
  1029.  
  1030. [tag] => Phalcon\Di\Service Object
  1031. (
  1032. [_name:protected] => tag
  1033. [_definition:protected] => Phalcon\Tag
  1034. [_shared:protected] => 1
  1035. [_resolved:protected] =>
  1036. [_sharedInstance:protected] =>
  1037. )
  1038.  
  1039. [session] => Phalcon\Di\Service Object
  1040. (
  1041. [_name:protected] => session
  1042. [_definition:protected] => Phalcon\Session\Adapter\Files
  1043. [_shared:protected] => 1
  1044. [_resolved:protected] =>
  1045. [_sharedInstance:protected] =>
  1046. )
  1047.  
  1048. [sessionBag] => Phalcon\Di\Service Object
  1049. (
  1050. [_name:protected] => sessionBag
  1051. [_definition:protected] => Phalcon\Session\Bag
  1052. [_shared:protected] =>
  1053. [_resolved:protected] =>
  1054. [_sharedInstance:protected] =>
  1055. )
  1056.  
  1057. [eventsManager] => Phalcon\Di\Service Object
  1058. (
  1059. [_name:protected] => eventsManager
  1060. [_definition:protected] => Phalcon\Events\Manager
  1061. [_shared:protected] => 1
  1062. [_resolved:protected] =>
  1063. [_sharedInstance:protected] =>
  1064. )
  1065.  
  1066. [transactionManager] => Phalcon\Di\Service Object
  1067. (
  1068. [_name:protected] => transactions
  1069. [_definition:protected] => Phalcon\Mvc\Model\Transaction\Manager
  1070. [_shared:protected] => 1
  1071. [_resolved:protected] =>
  1072. [_sharedInstance:protected] =>
  1073. )
  1074.  
  1075. [assets] => Phalcon\Di\Service Object
  1076. (
  1077. [_name:protected] => assets
  1078. [_definition:protected] => Phalcon\Assets\Manager
  1079. [_shared:protected] => 1
  1080. [_resolved:protected] =>
  1081. [_sharedInstance:protected] =>
  1082. )
  1083.  
  1084. [view] => Phalcon\Di\Service Object
  1085. (
  1086. [_name:protected] => view
  1087. [_definition:protected] => Closure Object
  1088. (
  1089. [static] => Array
  1090. (
  1091. [path] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools
  1092. )
  1093.  
  1094. )
  1095.  
  1096. [_shared:protected] =>
  1097. [_resolved:protected] => 1
  1098. [_sharedInstance:protected] =>
  1099. )
  1100.  
  1101. [config] => Phalcon\Di\Service Object
  1102. (
  1103. [_name:protected] => config
  1104. [_definition:protected] => Array
  1105. (
  1106. [database] => Array
  1107. (
  1108. [adapter] => Mysql
  1109. [host] => localhost
  1110. [username] => root
  1111. [password] => bingo
  1112. [dbname] => cms
  1113. )
  1114.  
  1115. [app] => Array
  1116. (
  1117. [offline] =>
  1118. [site_name] => Magnxpyr CMS
  1119. [site_name_location] => 0
  1120. [baseUri] => /
  1121. [cryptSalt] => FBVtggIk5lAzEU9H
  1122. [development] => 1
  1123. [cacheDir] => /home/gatz/www/phalcon/cache/
  1124. )
  1125.  
  1126. [mail] => Array
  1127. (
  1128. [fromName] =>
  1129. [fromEmail] =>
  1130. [smtp] => Array
  1131. (
  1132. [server] => smtp.example.com
  1133. [port] => 587
  1134. [security] => tls
  1135. [username] =>
  1136. [password] =>
  1137. )
  1138.  
  1139. )
  1140.  
  1141. )
  1142.  
  1143. [_shared:protected] =>
  1144. [_resolved:protected] =>
  1145. [_sharedInstance:protected] =>
  1146. )
  1147.  
  1148. [db] => Phalcon\Di\Service Object
  1149. (
  1150. [_name:protected] => db
  1151. [_definition:protected] => Closure Object
  1152. (
  1153. [static] => Array
  1154. (
  1155. [config] => Array
  1156. (
  1157. [database] => Array
  1158. (
  1159. [adapter] => Mysql
  1160. [host] => localhost
  1161. [username] => root
  1162. [password] => bingo
  1163. [dbname] => cms
  1164. )
  1165.  
  1166. [app] => Array
  1167. (
  1168. [offline] =>
  1169. [site_name] => Magnxpyr CMS
  1170. [site_name_location] => 0
  1171. [baseUri] => /
  1172. [cryptSalt] => FBVtggIk5lAzEU9H
  1173. [development] => 1
  1174. [cacheDir] => /home/gatz/www/phalcon/cache/
  1175. )
  1176.  
  1177. [mail] => Array
  1178. (
  1179. [fromName] =>
  1180. [fromEmail] =>
  1181. [smtp] => Array
  1182. (
  1183. [server] => smtp.example.com
  1184. [port] => 587
  1185. [security] => tls
  1186. [username] =>
  1187. [password] =>
  1188. )
  1189.  
  1190. )
  1191.  
  1192. )
  1193.  
  1194. )
  1195.  
  1196. )
  1197.  
  1198. [_shared:protected] =>
  1199. [_resolved:protected] =>
  1200. [_sharedInstance:protected] =>
  1201. )
  1202.  
  1203. )
  1204.  
  1205. [_sharedInstances:protected] => Array
  1206. (
  1207. [router] => Phalcon\Mvc\Router Object
  1208. (
  1209. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  1210. *RECURSION*
  1211. [_uriSource:protected] =>
  1212. [_namespace:protected] =>
  1213. [_module:protected] =>
  1214. [_controller:protected] => models
  1215. [_action:protected] =>
  1216. [_params:protected] => Array
  1217. (
  1218. )
  1219.  
  1220. [_routes:protected] => Array
  1221. (
  1222. [0] => Phalcon\Mvc\Router\Route Object
  1223. (
  1224. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  1225. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  1226. [_paths:protected] => Array
  1227. (
  1228. [controller] => 1
  1229. )
  1230.  
  1231. [_methods:protected] =>
  1232. [_hostname:protected] =>
  1233. [_converters:protected] =>
  1234. [_id:protected] => 0
  1235. [_name:protected] =>
  1236. [_beforeMatch:protected] =>
  1237. [_group:protected] =>
  1238. )
  1239.  
  1240. [1] => Phalcon\Mvc\Router\Route Object
  1241. (
  1242. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  1243. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)/([a-zA-Z0-9\.\_]+)(/.*)*$#
  1244. [_paths:protected] => Array
  1245. (
  1246. [controller] => 1
  1247. [action] => 2
  1248. [params] => 3
  1249. )
  1250.  
  1251. [_methods:protected] =>
  1252. [_hostname:protected] =>
  1253. [_converters:protected] =>
  1254. [_id:protected] => 1
  1255. [_name:protected] =>
  1256. [_beforeMatch:protected] =>
  1257. [_group:protected] =>
  1258. )
  1259.  
  1260. )
  1261.  
  1262. [_matchedRoute:protected] => Phalcon\Mvc\Router\Route Object
  1263. (
  1264. [_pattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  1265. [_compiledPattern:protected] => #^/([a-zA-Z0-9\_\-]+)[/]{0,1}$#
  1266. [_paths:protected] => Array
  1267. (
  1268. [controller] => 1
  1269. )
  1270.  
  1271. [_methods:protected] =>
  1272. [_hostname:protected] =>
  1273. [_converters:protected] =>
  1274. [_id:protected] => 0
  1275. [_name:protected] =>
  1276. [_beforeMatch:protected] =>
  1277. [_group:protected] =>
  1278. )
  1279.  
  1280. [_matches:protected] => Array
  1281. (
  1282. [0] => /models
  1283. [1] => models
  1284. )
  1285.  
  1286. [_wasMatched:protected] => 1
  1287. [_defaultNamespace:protected] =>
  1288. [_defaultModule:protected] =>
  1289. [_defaultController:protected] =>
  1290. [_defaultAction:protected] =>
  1291. [_defaultParams:protected] => Array
  1292. (
  1293. )
  1294.  
  1295. [_removeExtraSlashes:protected] =>
  1296. [_notFoundPaths:protected] =>
  1297. )
  1298.  
  1299. [view] => Phalcon\Mvc\View Object
  1300. (
  1301. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  1302. *RECURSION*
  1303. [_eventsManager:protected] =>
  1304. [_options:protected] =>
  1305. [_basePath:protected] =>
  1306. [_content:protected] =>
  1307. [_renderLevel:protected] => 5
  1308. [_currentRenderLevel:protected] => 0
  1309. [_disabledLevels:protected] =>
  1310. [_viewParams:protected] =>
  1311. [_layout:protected] =>
  1312. [_layoutsDir:protected] =>
  1313. [_partialsDir:protected] =>
  1314. [_viewsDir:protected] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools/scripts/Phalcon/Web/Tools/views/
  1315. [_templatesBefore:protected] =>
  1316. [_templatesAfter:protected] =>
  1317. [_engines:protected] =>
  1318. [_registeredEngines:protected] =>
  1319. [_mainView:protected] => index
  1320. [_controllerName:protected] =>
  1321. [_actionName:protected] =>
  1322. [_params:protected] =>
  1323. [_pickView:protected] =>
  1324. [_cache:protected] =>
  1325. [_cacheLevel:protected] => 0
  1326. [_activeRenderPath:protected] =>
  1327. [_disabled:protected] =>
  1328. )
  1329.  
  1330. [dispatcher] => Phalcon\Mvc\Dispatcher Object
  1331. (
  1332. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  1333. *RECURSION*
  1334. [_eventsManager:protected] =>
  1335. [_activeHandler:protected] => ModelsController Object
  1336. (
  1337. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  1338. *RECURSION*
  1339. [_eventsManager:protected] =>
  1340. )
  1341.  
  1342. [_finished:protected] => 1
  1343. [_forwarded:protected] =>
  1344. [_moduleName:protected] =>
  1345. [_namespaceName:protected] =>
  1346. [_handlerName:protected] => models
  1347. [_actionName:protected] => index
  1348. [_params:protected] => Array
  1349. (
  1350. )
  1351.  
  1352. [_returnedValue:protected] =>
  1353. [_lastHandler:protected] =>
  1354. [_defaultNamespace:protected] =>
  1355. [_actionSuffix:protected] => Action
  1356. [_previousHandlerName:protected] =>
  1357. [_previousActionName:protected] =>
  1358. [_handlerSuffix:protected] => Controller
  1359. [_defaultHandler:protected] => index
  1360. [_defaultAction:protected] => index
  1361. )
  1362.  
  1363. [ModelsController] => ModelsController Object
  1364. (
  1365. [_dependencyInjector:protected] => Phalcon\Di\FactoryDefault Object
  1366. *RECURSION*
  1367. [_eventsManager:protected] =>
  1368. )
  1369.  
  1370. )
  1371.  
  1372. [_freshInstance:protected] => 1
  1373. [_eventsManager:protected] =>
  1374. )
  1375.  
  1376. )
  1377.  
  1378. )
  1379.  
  1380. [2] => Array
  1381. (
  1382. [function] => get
  1383. [class] => Phalcon\Di
  1384. [type] => ->
  1385. [args] => Array
  1386. (
  1387. [0] => config
  1388. [1] =>
  1389. )
  1390.  
  1391. )
  1392.  
  1393. [3] => Array
  1394. (
  1395. [file] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools/scripts/Phalcon/Web/Tools.php
  1396. [line] => 161
  1397. [function] => getShared
  1398. [class] => Phalcon\Di
  1399. [type] => ->
  1400. [args] => Array
  1401. (
  1402. [0] => config
  1403. )
  1404.  
  1405. )
  1406.  
  1407. [4] => Array
  1408. (
  1409. [file] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools/scripts/Phalcon/Web/Tools/controllers/ControllerBase.php
  1410. [line] => 60
  1411. [function] => getConfig
  1412. [class] => Phalcon\Web\Tools
  1413. [type] => ::
  1414. [args] => Array
  1415. (
  1416. )
  1417.  
  1418. )
  1419.  
  1420. [5] => Array
  1421. (
  1422. [file] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools/scripts/Phalcon/Web/Tools/controllers/ModelsController.php
  1423. [line] => 30
  1424. [function] => listTables
  1425. [class] => ControllerBase
  1426. [type] => ->
  1427. [args] => Array
  1428. (
  1429. [0] => 1
  1430. )
  1431.  
  1432. )
  1433.  
  1434. [6] => Array
  1435. (
  1436. [function] => indexAction
  1437. [class] => ModelsController
  1438. [type] => ->
  1439. [args] => Array
  1440. (
  1441. )
  1442.  
  1443. )
  1444.  
  1445. [7] => Array
  1446. (
  1447. [function] => dispatch
  1448. [class] => Phalcon\Dispatcher
  1449. [type] => ->
  1450. [args] => Array
  1451. (
  1452. )
  1453.  
  1454. )
  1455.  
  1456. [8] => Array
  1457. (
  1458. [file] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools/scripts/Phalcon/Web/Tools.php
  1459. [line] => 320
  1460. [function] => handle
  1461. [class] => Phalcon\Mvc\Application
  1462. [type] => ->
  1463. [args] => Array
  1464. (
  1465. )
  1466.  
  1467. )
  1468.  
  1469. [9] => Array
  1470. (
  1471. [file] => /home/gatz/www/phalcon/public/webtools.php
  1472. [line] => 34
  1473. [function] => main
  1474. [class] => Phalcon\Web\Tools
  1475. [type] => ::
  1476. [args] => Array
  1477. (
  1478. [0] => /home/gatz/www/phalcon/app/vendor/phalcon/devtools
  1479. [1] => 172.0.0.1
  1480. )
  1481.  
  1482. )
  1483.  
  1484. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement