Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 220.62 KB | None | 0 0
  1. DEBUG
  2. CDbException Object
  3. (
  4. [errorInfo] => Array
  5. (
  6. [0] => 23000
  7. [1] => 1062
  8. [2] => Duplicate entry '0' for key 'PRIMARY'
  9. )
  10.  
  11. [message:protected] => CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY'
  12. [string:Exception:private] =>
  13. [code:protected] => 23000
  14. [file:protected] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/db/CDbCommand.php
  15. [line:protected] => 354
  16. [trace:Exception:private] => Array
  17. (
  18. [0] => Array
  19. (
  20. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/db/ar/CActiveRecord.php
  21. [line] => 1017
  22. [function] => execute
  23. [class] => CDbCommand
  24. [type] => ->
  25. [args] => Array
  26. (
  27. )
  28.  
  29. )
  30.  
  31. [1] => Array
  32. (
  33. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/db/ar/CActiveRecord.php
  34. [line] => 796
  35. [function] => insert
  36. [class] => CActiveRecord
  37. [type] => ->
  38. [args] => Array
  39. (
  40. [0] =>
  41. )
  42.  
  43. )
  44.  
  45. [2] => Array
  46. (
  47. [file] => /home/paragon/public_html/mlm-prod/protected/models/BatchMatching.php
  48. [line] => 244
  49. [function] => save
  50. [class] => CActiveRecord
  51. [type] => ->
  52. [args] => Array
  53. (
  54. )
  55.  
  56. )
  57.  
  58. [3] => Array
  59. (
  60. [file] => /home/paragon/public_html/mlm-prod/protected/models/Registration.php
  61. [line] => 314
  62. [function] => addRecord
  63. [class] => BatchMatching
  64. [type] => ::
  65. [args] => Array
  66. (
  67. [0] => Registration Object
  68. (
  69. [_md:CActiveRecord:private] => CActiveRecordMetaData Object
  70. (
  71. [tableSchema] => CMysqlTableSchema Object
  72. (
  73. [schemaName] =>
  74. [name] => registration
  75. [rawName] => `registration`
  76. [primaryKey] => id
  77. [sequenceName] =>
  78. [foreignKeys] => Array
  79. (
  80. )
  81.  
  82. [columns] => Array
  83. (
  84. [id] => CMysqlColumnSchema Object
  85. (
  86. [name] => id
  87. [rawName] => `id`
  88. [allowNull] =>
  89. [dbType] => int(11)
  90. [type] => integer
  91. [defaultValue] =>
  92. [size] => 11
  93. [precision] => 11
  94. [scale] =>
  95. [isPrimaryKey] => 1
  96. [isForeignKey] =>
  97. [autoIncrement] => 1
  98. [_e:CComponent:private] =>
  99. [_m:CComponent:private] =>
  100. )
  101.  
  102. [created_at] => CMysqlColumnSchema Object
  103. (
  104. [name] => created_at
  105. [rawName] => `created_at`
  106. [allowNull] =>
  107. [dbType] => datetime
  108. [type] => string
  109. [defaultValue] =>
  110. [size] =>
  111. [precision] =>
  112. [scale] =>
  113. [isPrimaryKey] =>
  114. [isForeignKey] =>
  115. [autoIncrement] =>
  116. [_e:CComponent:private] =>
  117. [_m:CComponent:private] =>
  118. )
  119.  
  120. [updated_at] => CMysqlColumnSchema Object
  121. (
  122. [name] => updated_at
  123. [rawName] => `updated_at`
  124. [allowNull] => 1
  125. [dbType] => timestamp
  126. [type] => string
  127. [defaultValue] =>
  128. [size] =>
  129. [precision] =>
  130. [scale] =>
  131. [isPrimaryKey] =>
  132. [isForeignKey] =>
  133. [autoIncrement] =>
  134. [_e:CComponent:private] =>
  135. [_m:CComponent:private] =>
  136. )
  137.  
  138. [username] => CMysqlColumnSchema Object
  139. (
  140. [name] => username
  141. [rawName] => `username`
  142. [allowNull] => 1
  143. [dbType] => varchar(20)
  144. [type] => string
  145. [defaultValue] =>
  146. [size] => 20
  147. [precision] => 20
  148. [scale] =>
  149. [isPrimaryKey] =>
  150. [isForeignKey] =>
  151. [autoIncrement] =>
  152. [_e:CComponent:private] =>
  153. [_m:CComponent:private] =>
  154. )
  155.  
  156. [password] => CMysqlColumnSchema Object
  157. (
  158. [name] => password
  159. [rawName] => `password`
  160. [allowNull] => 1
  161. [dbType] => varchar(20)
  162. [type] => string
  163. [defaultValue] =>
  164. [size] => 20
  165. [precision] => 20
  166. [scale] =>
  167. [isPrimaryKey] =>
  168. [isForeignKey] =>
  169. [autoIncrement] =>
  170. [_e:CComponent:private] =>
  171. [_m:CComponent:private] =>
  172. )
  173.  
  174. [pword_hash] => CMysqlColumnSchema Object
  175. (
  176. [name] => pword_hash
  177. [rawName] => `pword_hash`
  178. [allowNull] => 1
  179. [dbType] => varchar(50)
  180. [type] => string
  181. [defaultValue] =>
  182. [size] => 50
  183. [precision] => 50
  184. [scale] =>
  185. [isPrimaryKey] =>
  186. [isForeignKey] =>
  187. [autoIncrement] =>
  188. [_e:CComponent:private] =>
  189. [_m:CComponent:private] =>
  190. )
  191.  
  192. [firstname] => CMysqlColumnSchema Object
  193. (
  194. [name] => firstname
  195. [rawName] => `firstname`
  196. [allowNull] =>
  197. [dbType] => varchar(255)
  198. [type] => string
  199. [defaultValue] =>
  200. [size] => 255
  201. [precision] => 255
  202. [scale] =>
  203. [isPrimaryKey] =>
  204. [isForeignKey] =>
  205. [autoIncrement] =>
  206. [_e:CComponent:private] =>
  207. [_m:CComponent:private] =>
  208. )
  209.  
  210. [lastname] => CMysqlColumnSchema Object
  211. (
  212. [name] => lastname
  213. [rawName] => `lastname`
  214. [allowNull] =>
  215. [dbType] => varchar(255)
  216. [type] => string
  217. [defaultValue] =>
  218. [size] => 255
  219. [precision] => 255
  220. [scale] =>
  221. [isPrimaryKey] =>
  222. [isForeignKey] =>
  223. [autoIncrement] =>
  224. [_e:CComponent:private] =>
  225. [_m:CComponent:private] =>
  226. )
  227.  
  228. [email] => CMysqlColumnSchema Object
  229. (
  230. [name] => email
  231. [rawName] => `email`
  232. [allowNull] =>
  233. [dbType] => varchar(255)
  234. [type] => string
  235. [defaultValue] =>
  236. [size] => 255
  237. [precision] => 255
  238. [scale] =>
  239. [isPrimaryKey] =>
  240. [isForeignKey] =>
  241. [autoIncrement] =>
  242. [_e:CComponent:private] =>
  243. [_m:CComponent:private] =>
  244. )
  245.  
  246. [prefix2] => CMysqlColumnSchema Object
  247. (
  248. [name] => prefix2
  249. [rawName] => `prefix2`
  250. [allowNull] =>
  251. [dbType] => varchar(4)
  252. [type] => string
  253. [defaultValue] =>
  254. [size] => 4
  255. [precision] => 4
  256. [scale] =>
  257. [isPrimaryKey] =>
  258. [isForeignKey] =>
  259. [autoIncrement] =>
  260. [_e:CComponent:private] =>
  261. [_m:CComponent:private] =>
  262. )
  263.  
  264. [mobile] => CMysqlColumnSchema Object
  265. (
  266. [name] => mobile
  267. [rawName] => `mobile`
  268. [allowNull] =>
  269. [dbType] => varchar(7)
  270. [type] => string
  271. [defaultValue] =>
  272. [size] => 7
  273. [precision] => 7
  274. [scale] =>
  275. [isPrimaryKey] =>
  276. [isForeignKey] =>
  277. [autoIncrement] =>
  278. [_e:CComponent:private] =>
  279. [_m:CComponent:private] =>
  280. )
  281.  
  282. [sponsor_user_id] => CMysqlColumnSchema Object
  283. (
  284. [name] => sponsor_user_id
  285. [rawName] => `sponsor_user_id`
  286. [allowNull] =>
  287. [dbType] => varchar(20)
  288. [type] => string
  289. [defaultValue] =>
  290. [size] => 20
  291. [precision] => 20
  292. [scale] =>
  293. [isPrimaryKey] =>
  294. [isForeignKey] =>
  295. [autoIncrement] =>
  296. [_e:CComponent:private] =>
  297. [_m:CComponent:private] =>
  298. )
  299.  
  300. [sponsor_slot_id] => CMysqlColumnSchema Object
  301. (
  302. [name] => sponsor_slot_id
  303. [rawName] => `sponsor_slot_id`
  304. [allowNull] =>
  305. [dbType] => varchar(20)
  306. [type] => string
  307. [defaultValue] =>
  308. [size] => 20
  309. [precision] => 20
  310. [scale] =>
  311. [isPrimaryKey] =>
  312. [isForeignKey] =>
  313. [autoIncrement] =>
  314. [_e:CComponent:private] =>
  315. [_m:CComponent:private] =>
  316. )
  317.  
  318. [placement_user_id] => CMysqlColumnSchema Object
  319. (
  320. [name] => placement_user_id
  321. [rawName] => `placement_user_id`
  322. [allowNull] =>
  323. [dbType] => varchar(20)
  324. [type] => string
  325. [defaultValue] =>
  326. [size] => 20
  327. [precision] => 20
  328. [scale] =>
  329. [isPrimaryKey] =>
  330. [isForeignKey] =>
  331. [autoIncrement] =>
  332. [_e:CComponent:private] =>
  333. [_m:CComponent:private] =>
  334. )
  335.  
  336. [placement_slot_id] => CMysqlColumnSchema Object
  337. (
  338. [name] => placement_slot_id
  339. [rawName] => `placement_slot_id`
  340. [allowNull] =>
  341. [dbType] => varchar(20)
  342. [type] => string
  343. [defaultValue] =>
  344. [size] => 20
  345. [precision] => 20
  346. [scale] =>
  347. [isPrimaryKey] =>
  348. [isForeignKey] =>
  349. [autoIncrement] =>
  350. [_e:CComponent:private] =>
  351. [_m:CComponent:private] =>
  352. )
  353.  
  354. [placement_pos] => CMysqlColumnSchema Object
  355. (
  356. [name] => placement_pos
  357. [rawName] => `placement_pos`
  358. [allowNull] =>
  359. [dbType] => varchar(1)
  360. [type] => string
  361. [defaultValue] => 0
  362. [size] => 1
  363. [precision] => 1
  364. [scale] =>
  365. [isPrimaryKey] =>
  366. [isForeignKey] =>
  367. [autoIncrement] =>
  368. [_e:CComponent:private] =>
  369. [_m:CComponent:private] =>
  370. )
  371.  
  372. [pin] => CMysqlColumnSchema Object
  373. (
  374. [name] => pin
  375. [rawName] => `pin`
  376. [allowNull] =>
  377. [dbType] => varchar(20)
  378. [type] => string
  379. [defaultValue] =>
  380. [size] => 20
  381. [precision] => 20
  382. [scale] =>
  383. [isPrimaryKey] =>
  384. [isForeignKey] =>
  385. [autoIncrement] =>
  386. [_e:CComponent:private] =>
  387. [_m:CComponent:private] =>
  388. )
  389.  
  390. [pin_id] => CMysqlColumnSchema Object
  391. (
  392. [name] => pin_id
  393. [rawName] => `pin_id`
  394. [allowNull] =>
  395. [dbType] => int(11)
  396. [type] => integer
  397. [defaultValue] =>
  398. [size] => 11
  399. [precision] => 11
  400. [scale] =>
  401. [isPrimaryKey] =>
  402. [isForeignKey] =>
  403. [autoIncrement] =>
  404. [_e:CComponent:private] =>
  405. [_m:CComponent:private] =>
  406. )
  407.  
  408. [is_corpo] => CMysqlColumnSchema Object
  409. (
  410. [name] => is_corpo
  411. [rawName] => `is_corpo`
  412. [allowNull] =>
  413. [dbType] => tinyint(1)
  414. [type] => integer
  415. [defaultValue] => 0
  416. [size] => 1
  417. [precision] => 1
  418. [scale] =>
  419. [isPrimaryKey] =>
  420. [isForeignKey] =>
  421. [autoIncrement] =>
  422. [_e:CComponent:private] =>
  423. [_m:CComponent:private] =>
  424. )
  425.  
  426. [corpo_name] => CMysqlColumnSchema Object
  427. (
  428. [name] => corpo_name
  429. [rawName] => `corpo_name`
  430. [allowNull] => 1
  431. [dbType] => varchar(255)
  432. [type] => string
  433. [defaultValue] =>
  434. [size] => 255
  435. [precision] => 255
  436. [scale] =>
  437. [isPrimaryKey] =>
  438. [isForeignKey] =>
  439. [autoIncrement] =>
  440. [_e:CComponent:private] =>
  441. [_m:CComponent:private] =>
  442. )
  443.  
  444. )
  445.  
  446. [_e:CComponent:private] =>
  447. [_m:CComponent:private] =>
  448. )
  449.  
  450. [columns] => Array
  451. (
  452. [id] => CMysqlColumnSchema Object
  453. (
  454. [name] => id
  455. [rawName] => `id`
  456. [allowNull] =>
  457. [dbType] => int(11)
  458. [type] => integer
  459. [defaultValue] =>
  460. [size] => 11
  461. [precision] => 11
  462. [scale] =>
  463. [isPrimaryKey] => 1
  464. [isForeignKey] =>
  465. [autoIncrement] => 1
  466. [_e:CComponent:private] =>
  467. [_m:CComponent:private] =>
  468. )
  469.  
  470. [created_at] => CMysqlColumnSchema Object
  471. (
  472. [name] => created_at
  473. [rawName] => `created_at`
  474. [allowNull] =>
  475. [dbType] => datetime
  476. [type] => string
  477. [defaultValue] =>
  478. [size] =>
  479. [precision] =>
  480. [scale] =>
  481. [isPrimaryKey] =>
  482. [isForeignKey] =>
  483. [autoIncrement] =>
  484. [_e:CComponent:private] =>
  485. [_m:CComponent:private] =>
  486. )
  487.  
  488. [updated_at] => CMysqlColumnSchema Object
  489. (
  490. [name] => updated_at
  491. [rawName] => `updated_at`
  492. [allowNull] => 1
  493. [dbType] => timestamp
  494. [type] => string
  495. [defaultValue] =>
  496. [size] =>
  497. [precision] =>
  498. [scale] =>
  499. [isPrimaryKey] =>
  500. [isForeignKey] =>
  501. [autoIncrement] =>
  502. [_e:CComponent:private] =>
  503. [_m:CComponent:private] =>
  504. )
  505.  
  506. [username] => CMysqlColumnSchema Object
  507. (
  508. [name] => username
  509. [rawName] => `username`
  510. [allowNull] => 1
  511. [dbType] => varchar(20)
  512. [type] => string
  513. [defaultValue] =>
  514. [size] => 20
  515. [precision] => 20
  516. [scale] =>
  517. [isPrimaryKey] =>
  518. [isForeignKey] =>
  519. [autoIncrement] =>
  520. [_e:CComponent:private] =>
  521. [_m:CComponent:private] =>
  522. )
  523.  
  524. [password] => CMysqlColumnSchema Object
  525. (
  526. [name] => password
  527. [rawName] => `password`
  528. [allowNull] => 1
  529. [dbType] => varchar(20)
  530. [type] => string
  531. [defaultValue] =>
  532. [size] => 20
  533. [precision] => 20
  534. [scale] =>
  535. [isPrimaryKey] =>
  536. [isForeignKey] =>
  537. [autoIncrement] =>
  538. [_e:CComponent:private] =>
  539. [_m:CComponent:private] =>
  540. )
  541.  
  542. [pword_hash] => CMysqlColumnSchema Object
  543. (
  544. [name] => pword_hash
  545. [rawName] => `pword_hash`
  546. [allowNull] => 1
  547. [dbType] => varchar(50)
  548. [type] => string
  549. [defaultValue] =>
  550. [size] => 50
  551. [precision] => 50
  552. [scale] =>
  553. [isPrimaryKey] =>
  554. [isForeignKey] =>
  555. [autoIncrement] =>
  556. [_e:CComponent:private] =>
  557. [_m:CComponent:private] =>
  558. )
  559.  
  560. [firstname] => CMysqlColumnSchema Object
  561. (
  562. [name] => firstname
  563. [rawName] => `firstname`
  564. [allowNull] =>
  565. [dbType] => varchar(255)
  566. [type] => string
  567. [defaultValue] =>
  568. [size] => 255
  569. [precision] => 255
  570. [scale] =>
  571. [isPrimaryKey] =>
  572. [isForeignKey] =>
  573. [autoIncrement] =>
  574. [_e:CComponent:private] =>
  575. [_m:CComponent:private] =>
  576. )
  577.  
  578. [lastname] => CMysqlColumnSchema Object
  579. (
  580. [name] => lastname
  581. [rawName] => `lastname`
  582. [allowNull] =>
  583. [dbType] => varchar(255)
  584. [type] => string
  585. [defaultValue] =>
  586. [size] => 255
  587. [precision] => 255
  588. [scale] =>
  589. [isPrimaryKey] =>
  590. [isForeignKey] =>
  591. [autoIncrement] =>
  592. [_e:CComponent:private] =>
  593. [_m:CComponent:private] =>
  594. )
  595.  
  596. [email] => CMysqlColumnSchema Object
  597. (
  598. [name] => email
  599. [rawName] => `email`
  600. [allowNull] =>
  601. [dbType] => varchar(255)
  602. [type] => string
  603. [defaultValue] =>
  604. [size] => 255
  605. [precision] => 255
  606. [scale] =>
  607. [isPrimaryKey] =>
  608. [isForeignKey] =>
  609. [autoIncrement] =>
  610. [_e:CComponent:private] =>
  611. [_m:CComponent:private] =>
  612. )
  613.  
  614. [prefix2] => CMysqlColumnSchema Object
  615. (
  616. [name] => prefix2
  617. [rawName] => `prefix2`
  618. [allowNull] =>
  619. [dbType] => varchar(4)
  620. [type] => string
  621. [defaultValue] =>
  622. [size] => 4
  623. [precision] => 4
  624. [scale] =>
  625. [isPrimaryKey] =>
  626. [isForeignKey] =>
  627. [autoIncrement] =>
  628. [_e:CComponent:private] =>
  629. [_m:CComponent:private] =>
  630. )
  631.  
  632. [mobile] => CMysqlColumnSchema Object
  633. (
  634. [name] => mobile
  635. [rawName] => `mobile`
  636. [allowNull] =>
  637. [dbType] => varchar(7)
  638. [type] => string
  639. [defaultValue] =>
  640. [size] => 7
  641. [precision] => 7
  642. [scale] =>
  643. [isPrimaryKey] =>
  644. [isForeignKey] =>
  645. [autoIncrement] =>
  646. [_e:CComponent:private] =>
  647. [_m:CComponent:private] =>
  648. )
  649.  
  650. [sponsor_user_id] => CMysqlColumnSchema Object
  651. (
  652. [name] => sponsor_user_id
  653. [rawName] => `sponsor_user_id`
  654. [allowNull] =>
  655. [dbType] => varchar(20)
  656. [type] => string
  657. [defaultValue] =>
  658. [size] => 20
  659. [precision] => 20
  660. [scale] =>
  661. [isPrimaryKey] =>
  662. [isForeignKey] =>
  663. [autoIncrement] =>
  664. [_e:CComponent:private] =>
  665. [_m:CComponent:private] =>
  666. )
  667.  
  668. [sponsor_slot_id] => CMysqlColumnSchema Object
  669. (
  670. [name] => sponsor_slot_id
  671. [rawName] => `sponsor_slot_id`
  672. [allowNull] =>
  673. [dbType] => varchar(20)
  674. [type] => string
  675. [defaultValue] =>
  676. [size] => 20
  677. [precision] => 20
  678. [scale] =>
  679. [isPrimaryKey] =>
  680. [isForeignKey] =>
  681. [autoIncrement] =>
  682. [_e:CComponent:private] =>
  683. [_m:CComponent:private] =>
  684. )
  685.  
  686. [placement_user_id] => CMysqlColumnSchema Object
  687. (
  688. [name] => placement_user_id
  689. [rawName] => `placement_user_id`
  690. [allowNull] =>
  691. [dbType] => varchar(20)
  692. [type] => string
  693. [defaultValue] =>
  694. [size] => 20
  695. [precision] => 20
  696. [scale] =>
  697. [isPrimaryKey] =>
  698. [isForeignKey] =>
  699. [autoIncrement] =>
  700. [_e:CComponent:private] =>
  701. [_m:CComponent:private] =>
  702. )
  703.  
  704. [placement_slot_id] => CMysqlColumnSchema Object
  705. (
  706. [name] => placement_slot_id
  707. [rawName] => `placement_slot_id`
  708. [allowNull] =>
  709. [dbType] => varchar(20)
  710. [type] => string
  711. [defaultValue] =>
  712. [size] => 20
  713. [precision] => 20
  714. [scale] =>
  715. [isPrimaryKey] =>
  716. [isForeignKey] =>
  717. [autoIncrement] =>
  718. [_e:CComponent:private] =>
  719. [_m:CComponent:private] =>
  720. )
  721.  
  722. [placement_pos] => CMysqlColumnSchema Object
  723. (
  724. [name] => placement_pos
  725. [rawName] => `placement_pos`
  726. [allowNull] =>
  727. [dbType] => varchar(1)
  728. [type] => string
  729. [defaultValue] => 0
  730. [size] => 1
  731. [precision] => 1
  732. [scale] =>
  733. [isPrimaryKey] =>
  734. [isForeignKey] =>
  735. [autoIncrement] =>
  736. [_e:CComponent:private] =>
  737. [_m:CComponent:private] =>
  738. )
  739.  
  740. [pin] => CMysqlColumnSchema Object
  741. (
  742. [name] => pin
  743. [rawName] => `pin`
  744. [allowNull] =>
  745. [dbType] => varchar(20)
  746. [type] => string
  747. [defaultValue] =>
  748. [size] => 20
  749. [precision] => 20
  750. [scale] =>
  751. [isPrimaryKey] =>
  752. [isForeignKey] =>
  753. [autoIncrement] =>
  754. [_e:CComponent:private] =>
  755. [_m:CComponent:private] =>
  756. )
  757.  
  758. [pin_id] => CMysqlColumnSchema Object
  759. (
  760. [name] => pin_id
  761. [rawName] => `pin_id`
  762. [allowNull] =>
  763. [dbType] => int(11)
  764. [type] => integer
  765. [defaultValue] =>
  766. [size] => 11
  767. [precision] => 11
  768. [scale] =>
  769. [isPrimaryKey] =>
  770. [isForeignKey] =>
  771. [autoIncrement] =>
  772. [_e:CComponent:private] =>
  773. [_m:CComponent:private] =>
  774. )
  775.  
  776. [is_corpo] => CMysqlColumnSchema Object
  777. (
  778. [name] => is_corpo
  779. [rawName] => `is_corpo`
  780. [allowNull] =>
  781. [dbType] => tinyint(1)
  782. [type] => integer
  783. [defaultValue] => 0
  784. [size] => 1
  785. [precision] => 1
  786. [scale] =>
  787. [isPrimaryKey] =>
  788. [isForeignKey] =>
  789. [autoIncrement] =>
  790. [_e:CComponent:private] =>
  791. [_m:CComponent:private] =>
  792. )
  793.  
  794. [corpo_name] => CMysqlColumnSchema Object
  795. (
  796. [name] => corpo_name
  797. [rawName] => `corpo_name`
  798. [allowNull] => 1
  799. [dbType] => varchar(255)
  800. [type] => string
  801. [defaultValue] =>
  802. [size] => 255
  803. [precision] => 255
  804. [scale] =>
  805. [isPrimaryKey] =>
  806. [isForeignKey] =>
  807. [autoIncrement] =>
  808. [_e:CComponent:private] =>
  809. [_m:CComponent:private] =>
  810. )
  811.  
  812. )
  813.  
  814. [relations] => Array
  815. (
  816. )
  817.  
  818. [attributeDefaults] => Array
  819. (
  820. [placement_pos] => 0
  821. [is_corpo] => 0
  822. )
  823.  
  824. [_model:CActiveRecordMetaData:private] => Registration Object
  825. (
  826. [_md:CActiveRecord:private] => CActiveRecordMetaData Object
  827. *RECURSION*
  828. [_new:CActiveRecord:private] =>
  829. [_attributes:CActiveRecord:private] => Array
  830. (
  831. )
  832.  
  833. [_related:CActiveRecord:private] => Array
  834. (
  835. )
  836.  
  837. [_c:CActiveRecord:private] =>
  838. [_pk:CActiveRecord:private] =>
  839. [_alias:CActiveRecord:private] => t
  840. [_errors:CModel:private] => Array
  841. (
  842. )
  843.  
  844. [_validators:CModel:private] =>
  845. [_scenario:CModel:private] =>
  846. [_e:CComponent:private] =>
  847. [_m:CComponent:private] =>
  848. )
  849.  
  850. )
  851.  
  852. [_new:CActiveRecord:private] =>
  853. [_attributes:CActiveRecord:private] => Array
  854. (
  855. [id] => 34
  856. [created_at] => 2015-06-22 15:31:40
  857. [updated_at] => 2015-06-22 15:31:55
  858. [username] => kido12
  859. [password] => 1234567890
  860. [pword_hash] => e807f1fcf82d132f9bb018ca6738a19f
  861. [firstname] => Fernando
  862. [lastname] => Nabong
  863. [email] => kido@yahoo.com
  864. [prefix2] => 0917
  865. [mobile] => 5815058
  866. [sponsor_user_id] => 880000006
  867. [sponsor_slot_id] => 6
  868. [placement_user_id] => 880000006
  869. [placement_slot_id] => 6
  870. [placement_pos] => R
  871. [pin] => PNW1WNJSZSMNXBXG
  872. [pin_id] => 31
  873. [is_corpo] => 0
  874. [corpo_name] =>
  875. )
  876.  
  877. [_related:CActiveRecord:private] => Array
  878. (
  879. )
  880.  
  881. [_c:CActiveRecord:private] =>
  882. [_pk:CActiveRecord:private] => 34
  883. [_alias:CActiveRecord:private] => t
  884. [_errors:CModel:private] => Array
  885. (
  886. )
  887.  
  888. [_validators:CModel:private] => CList Object
  889. (
  890. [_d:CList:private] => Array
  891. (
  892. [0] => CRequiredValidator Object
  893. (
  894. [requiredValue] =>
  895. [strict] =>
  896. [attributes] => Array
  897. (
  898. [0] => firstname
  899. [1] => lastname
  900. [2] => email
  901. [3] => mobile
  902. [4] => prefix2
  903. )
  904.  
  905. [message] =>
  906. [skipOnError] =>
  907. [on] => Array
  908. (
  909. [registerSingle] => registerSingle
  910. )
  911.  
  912. [except] => Array
  913. (
  914. )
  915.  
  916. [safe] => 1
  917. [enableClientValidation] => 1
  918. [_e:CComponent:private] =>
  919. [_m:CComponent:private] =>
  920. )
  921.  
  922. [1] => CRequiredValidator Object
  923. (
  924. [requiredValue] =>
  925. [strict] =>
  926. [attributes] => Array
  927. (
  928. [0] => sponsor_user_id
  929. [1] => placement_user_id
  930. [2] => pin
  931. [3] => placement_pos
  932. [4] => is_corpo
  933. )
  934.  
  935. [message] =>
  936. [skipOnError] =>
  937. [on] => Array
  938. (
  939. )
  940.  
  941. [except] => Array
  942. (
  943. )
  944.  
  945. [safe] => 1
  946. [enableClientValidation] => 1
  947. [_e:CComponent:private] =>
  948. [_m:CComponent:private] =>
  949. )
  950.  
  951. [2] => CRequiredValidator Object
  952. (
  953. [requiredValue] =>
  954. [strict] =>
  955. [attributes] => Array
  956. (
  957. [0] => username
  958. [1] => password
  959. [2] => pword_hash
  960. )
  961.  
  962. [message] =>
  963. [skipOnError] =>
  964. [on] => Array
  965. (
  966. [register] => register
  967. )
  968.  
  969. [except] => Array
  970. (
  971. )
  972.  
  973. [safe] => 1
  974. [enableClientValidation] => 1
  975. [_e:CComponent:private] =>
  976. [_m:CComponent:private] =>
  977. )
  978.  
  979. [3] => CNumberValidator Object
  980. (
  981. [integerOnly] => 1
  982. [allowEmpty] => 1
  983. [max] =>
  984. [min] =>
  985. [tooBig] =>
  986. [tooSmall] =>
  987. [integerPattern] => /^\s*[+-]?\d+\s*$/
  988. [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
  989. [attributes] => Array
  990. (
  991. [0] => pin_id
  992. [1] => mobile
  993. )
  994.  
  995. [message] =>
  996. [skipOnError] =>
  997. [on] => Array
  998. (
  999. )
  1000.  
  1001. [except] => Array
  1002. (
  1003. )
  1004.  
  1005. [safe] => 1
  1006. [enableClientValidation] => 1
  1007. [_e:CComponent:private] =>
  1008. [_m:CComponent:private] =>
  1009. )
  1010.  
  1011. [4] => CStringValidator Object
  1012. (
  1013. [max] => 255
  1014. [min] =>
  1015. [is] =>
  1016. [tooShort] =>
  1017. [tooLong] =>
  1018. [allowEmpty] => 1
  1019. [encoding] =>
  1020. [attributes] => Array
  1021. (
  1022. [0] => firstname
  1023. [1] => lastname
  1024. [2] => email
  1025. [3] => corpo_name
  1026. )
  1027.  
  1028. [message] =>
  1029. [skipOnError] =>
  1030. [on] => Array
  1031. (
  1032. )
  1033.  
  1034. [except] => Array
  1035. (
  1036. )
  1037.  
  1038. [safe] => 1
  1039. [enableClientValidation] => 1
  1040. [_e:CComponent:private] =>
  1041. [_m:CComponent:private] =>
  1042. )
  1043.  
  1044. [5] => CStringValidator Object
  1045. (
  1046. [max] => 4
  1047. [min] =>
  1048. [is] =>
  1049. [tooShort] =>
  1050. [tooLong] =>
  1051. [allowEmpty] => 1
  1052. [encoding] =>
  1053. [attributes] => Array
  1054. (
  1055. [0] => prefix2
  1056. )
  1057.  
  1058. [message] =>
  1059. [skipOnError] =>
  1060. [on] => Array
  1061. (
  1062. )
  1063.  
  1064. [except] => Array
  1065. (
  1066. )
  1067.  
  1068. [safe] => 1
  1069. [enableClientValidation] => 1
  1070. [_e:CComponent:private] =>
  1071. [_m:CComponent:private] =>
  1072. )
  1073.  
  1074. [6] => CStringValidator Object
  1075. (
  1076. [max] =>
  1077. [min] => 4
  1078. [is] =>
  1079. [tooShort] =>
  1080. [tooLong] =>
  1081. [allowEmpty] => 1
  1082. [encoding] =>
  1083. [attributes] => Array
  1084. (
  1085. [0] => prefix2
  1086. )
  1087.  
  1088. [message] =>
  1089. [skipOnError] =>
  1090. [on] => Array
  1091. (
  1092. )
  1093.  
  1094. [except] => Array
  1095. (
  1096. )
  1097.  
  1098. [safe] => 1
  1099. [enableClientValidation] => 1
  1100. [_e:CComponent:private] =>
  1101. [_m:CComponent:private] =>
  1102. )
  1103.  
  1104. [7] => CStringValidator Object
  1105. (
  1106. [max] => 7
  1107. [min] =>
  1108. [is] =>
  1109. [tooShort] =>
  1110. [tooLong] =>
  1111. [allowEmpty] => 1
  1112. [encoding] =>
  1113. [attributes] => Array
  1114. (
  1115. [0] => mobile
  1116. )
  1117.  
  1118. [message] =>
  1119. [skipOnError] =>
  1120. [on] => Array
  1121. (
  1122. )
  1123.  
  1124. [except] => Array
  1125. (
  1126. )
  1127.  
  1128. [safe] => 1
  1129. [enableClientValidation] => 1
  1130. [_e:CComponent:private] =>
  1131. [_m:CComponent:private] =>
  1132. )
  1133.  
  1134. [8] => CStringValidator Object
  1135. (
  1136. [max] =>
  1137. [min] => 7
  1138. [is] =>
  1139. [tooShort] =>
  1140. [tooLong] =>
  1141. [allowEmpty] => 1
  1142. [encoding] =>
  1143. [attributes] => Array
  1144. (
  1145. [0] => mobile
  1146. )
  1147.  
  1148. [message] =>
  1149. [skipOnError] =>
  1150. [on] => Array
  1151. (
  1152. )
  1153.  
  1154. [except] => Array
  1155. (
  1156. )
  1157.  
  1158. [safe] => 1
  1159. [enableClientValidation] => 1
  1160. [_e:CComponent:private] =>
  1161. [_m:CComponent:private] =>
  1162. )
  1163.  
  1164. [9] => CStringValidator Object
  1165. (
  1166. [max] =>
  1167. [min] => 8
  1168. [is] =>
  1169. [tooShort] =>
  1170. [tooLong] =>
  1171. [allowEmpty] => 1
  1172. [encoding] =>
  1173. [attributes] => Array
  1174. (
  1175. [0] => password
  1176. )
  1177.  
  1178. [message] =>
  1179. [skipOnError] =>
  1180. [on] => Array
  1181. (
  1182. )
  1183.  
  1184. [except] => Array
  1185. (
  1186. )
  1187.  
  1188. [safe] => 1
  1189. [enableClientValidation] => 1
  1190. [_e:CComponent:private] =>
  1191. [_m:CComponent:private] =>
  1192. )
  1193.  
  1194. [10] => CStringValidator Object
  1195. (
  1196. [max] => 20
  1197. [min] =>
  1198. [is] =>
  1199. [tooShort] =>
  1200. [tooLong] =>
  1201. [allowEmpty] => 1
  1202. [encoding] =>
  1203. [attributes] => Array
  1204. (
  1205. [0] => password
  1206. )
  1207.  
  1208. [message] =>
  1209. [skipOnError] =>
  1210. [on] => Array
  1211. (
  1212. )
  1213.  
  1214. [except] => Array
  1215. (
  1216. )
  1217.  
  1218. [safe] => 1
  1219. [enableClientValidation] => 1
  1220. [_e:CComponent:private] =>
  1221. [_m:CComponent:private] =>
  1222. )
  1223.  
  1224. [11] => CStringValidator Object
  1225. (
  1226. [max] => 1
  1227. [min] =>
  1228. [is] =>
  1229. [tooShort] =>
  1230. [tooLong] =>
  1231. [allowEmpty] => 1
  1232. [encoding] =>
  1233. [attributes] => Array
  1234. (
  1235. [0] => placement_pos
  1236. [1] => is_corpo
  1237. )
  1238.  
  1239. [message] =>
  1240. [skipOnError] =>
  1241. [on] => Array
  1242. (
  1243. )
  1244.  
  1245. [except] => Array
  1246. (
  1247. )
  1248.  
  1249. [safe] => 1
  1250. [enableClientValidation] => 1
  1251. [_e:CComponent:private] =>
  1252. [_m:CComponent:private] =>
  1253. )
  1254.  
  1255. [12] => CStringValidator Object
  1256. (
  1257. [max] => 20
  1258. [min] =>
  1259. [is] =>
  1260. [tooShort] =>
  1261. [tooLong] =>
  1262. [allowEmpty] => 1
  1263. [encoding] =>
  1264. [attributes] => Array
  1265. (
  1266. [0] => sponsor_slot_id
  1267. [1] => placement_slot_id
  1268. [2] => pin
  1269. )
  1270.  
  1271. [message] =>
  1272. [skipOnError] =>
  1273. [on] => Array
  1274. (
  1275. )
  1276.  
  1277. [except] => Array
  1278. (
  1279. )
  1280.  
  1281. [safe] => 1
  1282. [enableClientValidation] => 1
  1283. [_e:CComponent:private] =>
  1284. [_m:CComponent:private] =>
  1285. )
  1286.  
  1287. [13] => CStringValidator Object
  1288. (
  1289. [max] => 9
  1290. [min] =>
  1291. [is] =>
  1292. [tooShort] =>
  1293. [tooLong] =>
  1294. [allowEmpty] => 1
  1295. [encoding] =>
  1296. [attributes] => Array
  1297. (
  1298. [0] => sponsor_user_id
  1299. [1] => placement_user_id
  1300. )
  1301.  
  1302. [message] =>
  1303. [skipOnError] =>
  1304. [on] => Array
  1305. (
  1306. )
  1307.  
  1308. [except] => Array
  1309. (
  1310. )
  1311.  
  1312. [safe] => 1
  1313. [enableClientValidation] => 1
  1314. [_e:CComponent:private] =>
  1315. [_m:CComponent:private] =>
  1316. )
  1317.  
  1318. [14] => CSafeValidator Object
  1319. (
  1320. [attributes] => Array
  1321. (
  1322. [0] => updated_at
  1323. )
  1324.  
  1325. [message] =>
  1326. [skipOnError] =>
  1327. [on] => Array
  1328. (
  1329. )
  1330.  
  1331. [except] => Array
  1332. (
  1333. )
  1334.  
  1335. [safe] => 1
  1336. [enableClientValidation] => 1
  1337. [_e:CComponent:private] =>
  1338. [_m:CComponent:private] =>
  1339. )
  1340.  
  1341. [15] => CEmailValidator Object
  1342. (
  1343. [pattern] => /^[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/
  1344. [fullPattern] => /^[^@]*<[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?>$/
  1345. [allowName] =>
  1346. [checkMX] =>
  1347. [checkPort] =>
  1348. [allowEmpty] => 1
  1349. [attributes] => Array
  1350. (
  1351. [0] => email
  1352. )
  1353.  
  1354. [message] =>
  1355. [skipOnError] =>
  1356. [on] => Array
  1357. (
  1358. )
  1359.  
  1360. [except] => Array
  1361. (
  1362. )
  1363.  
  1364. [safe] => 1
  1365. [enableClientValidation] => 1
  1366. [_e:CComponent:private] =>
  1367. [_m:CComponent:private] =>
  1368. )
  1369.  
  1370. [16] => CRegularExpressionValidator Object
  1371. (
  1372. [pattern] => /^[a-zA-Z-0-9]+$/
  1373. [allowEmpty] => 1
  1374. [not] =>
  1375. [attributes] => Array
  1376. (
  1377. [0] => username
  1378. )
  1379.  
  1380. [message] => please enter alphanumeric username only, no spaces in between the username
  1381. [skipOnError] =>
  1382. [on] => Array
  1383. (
  1384. )
  1385.  
  1386. [except] => Array
  1387. (
  1388. )
  1389.  
  1390. [safe] => 1
  1391. [enableClientValidation] => 1
  1392. [_e:CComponent:private] =>
  1393. [_m:CComponent:private] =>
  1394. )
  1395.  
  1396. [17] => CSafeValidator Object
  1397. (
  1398. [attributes] => Array
  1399. (
  1400. [0] => id
  1401. [1] => created_at
  1402. [2] => updated_at
  1403. [3] => firstname
  1404. [4] => lastname
  1405. [5] => email
  1406. [6] => mobile
  1407. [7] => sponsor_user_id
  1408. [8] => sponsor_slot_id
  1409. [9] => placement_user_id
  1410. [10] => placement_slot_id
  1411. [11] => placement_pos
  1412. [12] => pin
  1413. [13] => pin_id
  1414. [14] => is_corpo
  1415. [15] => corpo_name
  1416. )
  1417.  
  1418. [message] =>
  1419. [skipOnError] =>
  1420. [on] => Array
  1421. (
  1422. [search] => search
  1423. )
  1424.  
  1425. [except] => Array
  1426. (
  1427. )
  1428.  
  1429. [safe] => 1
  1430. [enableClientValidation] => 1
  1431. [_e:CComponent:private] =>
  1432. [_m:CComponent:private] =>
  1433. )
  1434.  
  1435. )
  1436.  
  1437. [_c:CList:private] => 18
  1438. [_r:CList:private] =>
  1439. [_e:CComponent:private] =>
  1440. [_m:CComponent:private] =>
  1441. )
  1442.  
  1443. [_scenario:CModel:private] => register
  1444. [_e:CComponent:private] =>
  1445. [_m:CComponent:private] =>
  1446. )
  1447.  
  1448. [1] => 36
  1449. [2] => 36
  1450. )
  1451.  
  1452. )
  1453.  
  1454. [4] => Array
  1455. (
  1456. [file] => /home/paragon/public_html/mlm-prod/protected/controllers/RegistrationController.php
  1457. [line] => 844
  1458. [function] => register
  1459. [class] => Registration
  1460. [type] => ::
  1461. [args] => Array
  1462. (
  1463. [0] => Registration Object
  1464. (
  1465. [_md:CActiveRecord:private] => CActiveRecordMetaData Object
  1466. (
  1467. [tableSchema] => CMysqlTableSchema Object
  1468. (
  1469. [schemaName] =>
  1470. [name] => registration
  1471. [rawName] => `registration`
  1472. [primaryKey] => id
  1473. [sequenceName] =>
  1474. [foreignKeys] => Array
  1475. (
  1476. )
  1477.  
  1478. [columns] => Array
  1479. (
  1480. [id] => CMysqlColumnSchema Object
  1481. (
  1482. [name] => id
  1483. [rawName] => `id`
  1484. [allowNull] =>
  1485. [dbType] => int(11)
  1486. [type] => integer
  1487. [defaultValue] =>
  1488. [size] => 11
  1489. [precision] => 11
  1490. [scale] =>
  1491. [isPrimaryKey] => 1
  1492. [isForeignKey] =>
  1493. [autoIncrement] => 1
  1494. [_e:CComponent:private] =>
  1495. [_m:CComponent:private] =>
  1496. )
  1497.  
  1498. [created_at] => CMysqlColumnSchema Object
  1499. (
  1500. [name] => created_at
  1501. [rawName] => `created_at`
  1502. [allowNull] =>
  1503. [dbType] => datetime
  1504. [type] => string
  1505. [defaultValue] =>
  1506. [size] =>
  1507. [precision] =>
  1508. [scale] =>
  1509. [isPrimaryKey] =>
  1510. [isForeignKey] =>
  1511. [autoIncrement] =>
  1512. [_e:CComponent:private] =>
  1513. [_m:CComponent:private] =>
  1514. )
  1515.  
  1516. [updated_at] => CMysqlColumnSchema Object
  1517. (
  1518. [name] => updated_at
  1519. [rawName] => `updated_at`
  1520. [allowNull] => 1
  1521. [dbType] => timestamp
  1522. [type] => string
  1523. [defaultValue] =>
  1524. [size] =>
  1525. [precision] =>
  1526. [scale] =>
  1527. [isPrimaryKey] =>
  1528. [isForeignKey] =>
  1529. [autoIncrement] =>
  1530. [_e:CComponent:private] =>
  1531. [_m:CComponent:private] =>
  1532. )
  1533.  
  1534. [username] => CMysqlColumnSchema Object
  1535. (
  1536. [name] => username
  1537. [rawName] => `username`
  1538. [allowNull] => 1
  1539. [dbType] => varchar(20)
  1540. [type] => string
  1541. [defaultValue] =>
  1542. [size] => 20
  1543. [precision] => 20
  1544. [scale] =>
  1545. [isPrimaryKey] =>
  1546. [isForeignKey] =>
  1547. [autoIncrement] =>
  1548. [_e:CComponent:private] =>
  1549. [_m:CComponent:private] =>
  1550. )
  1551.  
  1552. [password] => CMysqlColumnSchema Object
  1553. (
  1554. [name] => password
  1555. [rawName] => `password`
  1556. [allowNull] => 1
  1557. [dbType] => varchar(20)
  1558. [type] => string
  1559. [defaultValue] =>
  1560. [size] => 20
  1561. [precision] => 20
  1562. [scale] =>
  1563. [isPrimaryKey] =>
  1564. [isForeignKey] =>
  1565. [autoIncrement] =>
  1566. [_e:CComponent:private] =>
  1567. [_m:CComponent:private] =>
  1568. )
  1569.  
  1570. [pword_hash] => CMysqlColumnSchema Object
  1571. (
  1572. [name] => pword_hash
  1573. [rawName] => `pword_hash`
  1574. [allowNull] => 1
  1575. [dbType] => varchar(50)
  1576. [type] => string
  1577. [defaultValue] =>
  1578. [size] => 50
  1579. [precision] => 50
  1580. [scale] =>
  1581. [isPrimaryKey] =>
  1582. [isForeignKey] =>
  1583. [autoIncrement] =>
  1584. [_e:CComponent:private] =>
  1585. [_m:CComponent:private] =>
  1586. )
  1587.  
  1588. [firstname] => CMysqlColumnSchema Object
  1589. (
  1590. [name] => firstname
  1591. [rawName] => `firstname`
  1592. [allowNull] =>
  1593. [dbType] => varchar(255)
  1594. [type] => string
  1595. [defaultValue] =>
  1596. [size] => 255
  1597. [precision] => 255
  1598. [scale] =>
  1599. [isPrimaryKey] =>
  1600. [isForeignKey] =>
  1601. [autoIncrement] =>
  1602. [_e:CComponent:private] =>
  1603. [_m:CComponent:private] =>
  1604. )
  1605.  
  1606. [lastname] => CMysqlColumnSchema Object
  1607. (
  1608. [name] => lastname
  1609. [rawName] => `lastname`
  1610. [allowNull] =>
  1611. [dbType] => varchar(255)
  1612. [type] => string
  1613. [defaultValue] =>
  1614. [size] => 255
  1615. [precision] => 255
  1616. [scale] =>
  1617. [isPrimaryKey] =>
  1618. [isForeignKey] =>
  1619. [autoIncrement] =>
  1620. [_e:CComponent:private] =>
  1621. [_m:CComponent:private] =>
  1622. )
  1623.  
  1624. [email] => CMysqlColumnSchema Object
  1625. (
  1626. [name] => email
  1627. [rawName] => `email`
  1628. [allowNull] =>
  1629. [dbType] => varchar(255)
  1630. [type] => string
  1631. [defaultValue] =>
  1632. [size] => 255
  1633. [precision] => 255
  1634. [scale] =>
  1635. [isPrimaryKey] =>
  1636. [isForeignKey] =>
  1637. [autoIncrement] =>
  1638. [_e:CComponent:private] =>
  1639. [_m:CComponent:private] =>
  1640. )
  1641.  
  1642. [prefix2] => CMysqlColumnSchema Object
  1643. (
  1644. [name] => prefix2
  1645. [rawName] => `prefix2`
  1646. [allowNull] =>
  1647. [dbType] => varchar(4)
  1648. [type] => string
  1649. [defaultValue] =>
  1650. [size] => 4
  1651. [precision] => 4
  1652. [scale] =>
  1653. [isPrimaryKey] =>
  1654. [isForeignKey] =>
  1655. [autoIncrement] =>
  1656. [_e:CComponent:private] =>
  1657. [_m:CComponent:private] =>
  1658. )
  1659.  
  1660. [mobile] => CMysqlColumnSchema Object
  1661. (
  1662. [name] => mobile
  1663. [rawName] => `mobile`
  1664. [allowNull] =>
  1665. [dbType] => varchar(7)
  1666. [type] => string
  1667. [defaultValue] =>
  1668. [size] => 7
  1669. [precision] => 7
  1670. [scale] =>
  1671. [isPrimaryKey] =>
  1672. [isForeignKey] =>
  1673. [autoIncrement] =>
  1674. [_e:CComponent:private] =>
  1675. [_m:CComponent:private] =>
  1676. )
  1677.  
  1678. [sponsor_user_id] => CMysqlColumnSchema Object
  1679. (
  1680. [name] => sponsor_user_id
  1681. [rawName] => `sponsor_user_id`
  1682. [allowNull] =>
  1683. [dbType] => varchar(20)
  1684. [type] => string
  1685. [defaultValue] =>
  1686. [size] => 20
  1687. [precision] => 20
  1688. [scale] =>
  1689. [isPrimaryKey] =>
  1690. [isForeignKey] =>
  1691. [autoIncrement] =>
  1692. [_e:CComponent:private] =>
  1693. [_m:CComponent:private] =>
  1694. )
  1695.  
  1696. [sponsor_slot_id] => CMysqlColumnSchema Object
  1697. (
  1698. [name] => sponsor_slot_id
  1699. [rawName] => `sponsor_slot_id`
  1700. [allowNull] =>
  1701. [dbType] => varchar(20)
  1702. [type] => string
  1703. [defaultValue] =>
  1704. [size] => 20
  1705. [precision] => 20
  1706. [scale] =>
  1707. [isPrimaryKey] =>
  1708. [isForeignKey] =>
  1709. [autoIncrement] =>
  1710. [_e:CComponent:private] =>
  1711. [_m:CComponent:private] =>
  1712. )
  1713.  
  1714. [placement_user_id] => CMysqlColumnSchema Object
  1715. (
  1716. [name] => placement_user_id
  1717. [rawName] => `placement_user_id`
  1718. [allowNull] =>
  1719. [dbType] => varchar(20)
  1720. [type] => string
  1721. [defaultValue] =>
  1722. [size] => 20
  1723. [precision] => 20
  1724. [scale] =>
  1725. [isPrimaryKey] =>
  1726. [isForeignKey] =>
  1727. [autoIncrement] =>
  1728. [_e:CComponent:private] =>
  1729. [_m:CComponent:private] =>
  1730. )
  1731.  
  1732. [placement_slot_id] => CMysqlColumnSchema Object
  1733. (
  1734. [name] => placement_slot_id
  1735. [rawName] => `placement_slot_id`
  1736. [allowNull] =>
  1737. [dbType] => varchar(20)
  1738. [type] => string
  1739. [defaultValue] =>
  1740. [size] => 20
  1741. [precision] => 20
  1742. [scale] =>
  1743. [isPrimaryKey] =>
  1744. [isForeignKey] =>
  1745. [autoIncrement] =>
  1746. [_e:CComponent:private] =>
  1747. [_m:CComponent:private] =>
  1748. )
  1749.  
  1750. [placement_pos] => CMysqlColumnSchema Object
  1751. (
  1752. [name] => placement_pos
  1753. [rawName] => `placement_pos`
  1754. [allowNull] =>
  1755. [dbType] => varchar(1)
  1756. [type] => string
  1757. [defaultValue] => 0
  1758. [size] => 1
  1759. [precision] => 1
  1760. [scale] =>
  1761. [isPrimaryKey] =>
  1762. [isForeignKey] =>
  1763. [autoIncrement] =>
  1764. [_e:CComponent:private] =>
  1765. [_m:CComponent:private] =>
  1766. )
  1767.  
  1768. [pin] => CMysqlColumnSchema Object
  1769. (
  1770. [name] => pin
  1771. [rawName] => `pin`
  1772. [allowNull] =>
  1773. [dbType] => varchar(20)
  1774. [type] => string
  1775. [defaultValue] =>
  1776. [size] => 20
  1777. [precision] => 20
  1778. [scale] =>
  1779. [isPrimaryKey] =>
  1780. [isForeignKey] =>
  1781. [autoIncrement] =>
  1782. [_e:CComponent:private] =>
  1783. [_m:CComponent:private] =>
  1784. )
  1785.  
  1786. [pin_id] => CMysqlColumnSchema Object
  1787. (
  1788. [name] => pin_id
  1789. [rawName] => `pin_id`
  1790. [allowNull] =>
  1791. [dbType] => int(11)
  1792. [type] => integer
  1793. [defaultValue] =>
  1794. [size] => 11
  1795. [precision] => 11
  1796. [scale] =>
  1797. [isPrimaryKey] =>
  1798. [isForeignKey] =>
  1799. [autoIncrement] =>
  1800. [_e:CComponent:private] =>
  1801. [_m:CComponent:private] =>
  1802. )
  1803.  
  1804. [is_corpo] => CMysqlColumnSchema Object
  1805. (
  1806. [name] => is_corpo
  1807. [rawName] => `is_corpo`
  1808. [allowNull] =>
  1809. [dbType] => tinyint(1)
  1810. [type] => integer
  1811. [defaultValue] => 0
  1812. [size] => 1
  1813. [precision] => 1
  1814. [scale] =>
  1815. [isPrimaryKey] =>
  1816. [isForeignKey] =>
  1817. [autoIncrement] =>
  1818. [_e:CComponent:private] =>
  1819. [_m:CComponent:private] =>
  1820. )
  1821.  
  1822. [corpo_name] => CMysqlColumnSchema Object
  1823. (
  1824. [name] => corpo_name
  1825. [rawName] => `corpo_name`
  1826. [allowNull] => 1
  1827. [dbType] => varchar(255)
  1828. [type] => string
  1829. [defaultValue] =>
  1830. [size] => 255
  1831. [precision] => 255
  1832. [scale] =>
  1833. [isPrimaryKey] =>
  1834. [isForeignKey] =>
  1835. [autoIncrement] =>
  1836. [_e:CComponent:private] =>
  1837. [_m:CComponent:private] =>
  1838. )
  1839.  
  1840. )
  1841.  
  1842. [_e:CComponent:private] =>
  1843. [_m:CComponent:private] =>
  1844. )
  1845.  
  1846. [columns] => Array
  1847. (
  1848. [id] => CMysqlColumnSchema Object
  1849. (
  1850. [name] => id
  1851. [rawName] => `id`
  1852. [allowNull] =>
  1853. [dbType] => int(11)
  1854. [type] => integer
  1855. [defaultValue] =>
  1856. [size] => 11
  1857. [precision] => 11
  1858. [scale] =>
  1859. [isPrimaryKey] => 1
  1860. [isForeignKey] =>
  1861. [autoIncrement] => 1
  1862. [_e:CComponent:private] =>
  1863. [_m:CComponent:private] =>
  1864. )
  1865.  
  1866. [created_at] => CMysqlColumnSchema Object
  1867. (
  1868. [name] => created_at
  1869. [rawName] => `created_at`
  1870. [allowNull] =>
  1871. [dbType] => datetime
  1872. [type] => string
  1873. [defaultValue] =>
  1874. [size] =>
  1875. [precision] =>
  1876. [scale] =>
  1877. [isPrimaryKey] =>
  1878. [isForeignKey] =>
  1879. [autoIncrement] =>
  1880. [_e:CComponent:private] =>
  1881. [_m:CComponent:private] =>
  1882. )
  1883.  
  1884. [updated_at] => CMysqlColumnSchema Object
  1885. (
  1886. [name] => updated_at
  1887. [rawName] => `updated_at`
  1888. [allowNull] => 1
  1889. [dbType] => timestamp
  1890. [type] => string
  1891. [defaultValue] =>
  1892. [size] =>
  1893. [precision] =>
  1894. [scale] =>
  1895. [isPrimaryKey] =>
  1896. [isForeignKey] =>
  1897. [autoIncrement] =>
  1898. [_e:CComponent:private] =>
  1899. [_m:CComponent:private] =>
  1900. )
  1901.  
  1902. [username] => CMysqlColumnSchema Object
  1903. (
  1904. [name] => username
  1905. [rawName] => `username`
  1906. [allowNull] => 1
  1907. [dbType] => varchar(20)
  1908. [type] => string
  1909. [defaultValue] =>
  1910. [size] => 20
  1911. [precision] => 20
  1912. [scale] =>
  1913. [isPrimaryKey] =>
  1914. [isForeignKey] =>
  1915. [autoIncrement] =>
  1916. [_e:CComponent:private] =>
  1917. [_m:CComponent:private] =>
  1918. )
  1919.  
  1920. [password] => CMysqlColumnSchema Object
  1921. (
  1922. [name] => password
  1923. [rawName] => `password`
  1924. [allowNull] => 1
  1925. [dbType] => varchar(20)
  1926. [type] => string
  1927. [defaultValue] =>
  1928. [size] => 20
  1929. [precision] => 20
  1930. [scale] =>
  1931. [isPrimaryKey] =>
  1932. [isForeignKey] =>
  1933. [autoIncrement] =>
  1934. [_e:CComponent:private] =>
  1935. [_m:CComponent:private] =>
  1936. )
  1937.  
  1938. [pword_hash] => CMysqlColumnSchema Object
  1939. (
  1940. [name] => pword_hash
  1941. [rawName] => `pword_hash`
  1942. [allowNull] => 1
  1943. [dbType] => varchar(50)
  1944. [type] => string
  1945. [defaultValue] =>
  1946. [size] => 50
  1947. [precision] => 50
  1948. [scale] =>
  1949. [isPrimaryKey] =>
  1950. [isForeignKey] =>
  1951. [autoIncrement] =>
  1952. [_e:CComponent:private] =>
  1953. [_m:CComponent:private] =>
  1954. )
  1955.  
  1956. [firstname] => CMysqlColumnSchema Object
  1957. (
  1958. [name] => firstname
  1959. [rawName] => `firstname`
  1960. [allowNull] =>
  1961. [dbType] => varchar(255)
  1962. [type] => string
  1963. [defaultValue] =>
  1964. [size] => 255
  1965. [precision] => 255
  1966. [scale] =>
  1967. [isPrimaryKey] =>
  1968. [isForeignKey] =>
  1969. [autoIncrement] =>
  1970. [_e:CComponent:private] =>
  1971. [_m:CComponent:private] =>
  1972. )
  1973.  
  1974. [lastname] => CMysqlColumnSchema Object
  1975. (
  1976. [name] => lastname
  1977. [rawName] => `lastname`
  1978. [allowNull] =>
  1979. [dbType] => varchar(255)
  1980. [type] => string
  1981. [defaultValue] =>
  1982. [size] => 255
  1983. [precision] => 255
  1984. [scale] =>
  1985. [isPrimaryKey] =>
  1986. [isForeignKey] =>
  1987. [autoIncrement] =>
  1988. [_e:CComponent:private] =>
  1989. [_m:CComponent:private] =>
  1990. )
  1991.  
  1992. [email] => CMysqlColumnSchema Object
  1993. (
  1994. [name] => email
  1995. [rawName] => `email`
  1996. [allowNull] =>
  1997. [dbType] => varchar(255)
  1998. [type] => string
  1999. [defaultValue] =>
  2000. [size] => 255
  2001. [precision] => 255
  2002. [scale] =>
  2003. [isPrimaryKey] =>
  2004. [isForeignKey] =>
  2005. [autoIncrement] =>
  2006. [_e:CComponent:private] =>
  2007. [_m:CComponent:private] =>
  2008. )
  2009.  
  2010. [prefix2] => CMysqlColumnSchema Object
  2011. (
  2012. [name] => prefix2
  2013. [rawName] => `prefix2`
  2014. [allowNull] =>
  2015. [dbType] => varchar(4)
  2016. [type] => string
  2017. [defaultValue] =>
  2018. [size] => 4
  2019. [precision] => 4
  2020. [scale] =>
  2021. [isPrimaryKey] =>
  2022. [isForeignKey] =>
  2023. [autoIncrement] =>
  2024. [_e:CComponent:private] =>
  2025. [_m:CComponent:private] =>
  2026. )
  2027.  
  2028. [mobile] => CMysqlColumnSchema Object
  2029. (
  2030. [name] => mobile
  2031. [rawName] => `mobile`
  2032. [allowNull] =>
  2033. [dbType] => varchar(7)
  2034. [type] => string
  2035. [defaultValue] =>
  2036. [size] => 7
  2037. [precision] => 7
  2038. [scale] =>
  2039. [isPrimaryKey] =>
  2040. [isForeignKey] =>
  2041. [autoIncrement] =>
  2042. [_e:CComponent:private] =>
  2043. [_m:CComponent:private] =>
  2044. )
  2045.  
  2046. [sponsor_user_id] => CMysqlColumnSchema Object
  2047. (
  2048. [name] => sponsor_user_id
  2049. [rawName] => `sponsor_user_id`
  2050. [allowNull] =>
  2051. [dbType] => varchar(20)
  2052. [type] => string
  2053. [defaultValue] =>
  2054. [size] => 20
  2055. [precision] => 20
  2056. [scale] =>
  2057. [isPrimaryKey] =>
  2058. [isForeignKey] =>
  2059. [autoIncrement] =>
  2060. [_e:CComponent:private] =>
  2061. [_m:CComponent:private] =>
  2062. )
  2063.  
  2064. [sponsor_slot_id] => CMysqlColumnSchema Object
  2065. (
  2066. [name] => sponsor_slot_id
  2067. [rawName] => `sponsor_slot_id`
  2068. [allowNull] =>
  2069. [dbType] => varchar(20)
  2070. [type] => string
  2071. [defaultValue] =>
  2072. [size] => 20
  2073. [precision] => 20
  2074. [scale] =>
  2075. [isPrimaryKey] =>
  2076. [isForeignKey] =>
  2077. [autoIncrement] =>
  2078. [_e:CComponent:private] =>
  2079. [_m:CComponent:private] =>
  2080. )
  2081.  
  2082. [placement_user_id] => CMysqlColumnSchema Object
  2083. (
  2084. [name] => placement_user_id
  2085. [rawName] => `placement_user_id`
  2086. [allowNull] =>
  2087. [dbType] => varchar(20)
  2088. [type] => string
  2089. [defaultValue] =>
  2090. [size] => 20
  2091. [precision] => 20
  2092. [scale] =>
  2093. [isPrimaryKey] =>
  2094. [isForeignKey] =>
  2095. [autoIncrement] =>
  2096. [_e:CComponent:private] =>
  2097. [_m:CComponent:private] =>
  2098. )
  2099.  
  2100. [placement_slot_id] => CMysqlColumnSchema Object
  2101. (
  2102. [name] => placement_slot_id
  2103. [rawName] => `placement_slot_id`
  2104. [allowNull] =>
  2105. [dbType] => varchar(20)
  2106. [type] => string
  2107. [defaultValue] =>
  2108. [size] => 20
  2109. [precision] => 20
  2110. [scale] =>
  2111. [isPrimaryKey] =>
  2112. [isForeignKey] =>
  2113. [autoIncrement] =>
  2114. [_e:CComponent:private] =>
  2115. [_m:CComponent:private] =>
  2116. )
  2117.  
  2118. [placement_pos] => CMysqlColumnSchema Object
  2119. (
  2120. [name] => placement_pos
  2121. [rawName] => `placement_pos`
  2122. [allowNull] =>
  2123. [dbType] => varchar(1)
  2124. [type] => string
  2125. [defaultValue] => 0
  2126. [size] => 1
  2127. [precision] => 1
  2128. [scale] =>
  2129. [isPrimaryKey] =>
  2130. [isForeignKey] =>
  2131. [autoIncrement] =>
  2132. [_e:CComponent:private] =>
  2133. [_m:CComponent:private] =>
  2134. )
  2135.  
  2136. [pin] => CMysqlColumnSchema Object
  2137. (
  2138. [name] => pin
  2139. [rawName] => `pin`
  2140. [allowNull] =>
  2141. [dbType] => varchar(20)
  2142. [type] => string
  2143. [defaultValue] =>
  2144. [size] => 20
  2145. [precision] => 20
  2146. [scale] =>
  2147. [isPrimaryKey] =>
  2148. [isForeignKey] =>
  2149. [autoIncrement] =>
  2150. [_e:CComponent:private] =>
  2151. [_m:CComponent:private] =>
  2152. )
  2153.  
  2154. [pin_id] => CMysqlColumnSchema Object
  2155. (
  2156. [name] => pin_id
  2157. [rawName] => `pin_id`
  2158. [allowNull] =>
  2159. [dbType] => int(11)
  2160. [type] => integer
  2161. [defaultValue] =>
  2162. [size] => 11
  2163. [precision] => 11
  2164. [scale] =>
  2165. [isPrimaryKey] =>
  2166. [isForeignKey] =>
  2167. [autoIncrement] =>
  2168. [_e:CComponent:private] =>
  2169. [_m:CComponent:private] =>
  2170. )
  2171.  
  2172. [is_corpo] => CMysqlColumnSchema Object
  2173. (
  2174. [name] => is_corpo
  2175. [rawName] => `is_corpo`
  2176. [allowNull] =>
  2177. [dbType] => tinyint(1)
  2178. [type] => integer
  2179. [defaultValue] => 0
  2180. [size] => 1
  2181. [precision] => 1
  2182. [scale] =>
  2183. [isPrimaryKey] =>
  2184. [isForeignKey] =>
  2185. [autoIncrement] =>
  2186. [_e:CComponent:private] =>
  2187. [_m:CComponent:private] =>
  2188. )
  2189.  
  2190. [corpo_name] => CMysqlColumnSchema Object
  2191. (
  2192. [name] => corpo_name
  2193. [rawName] => `corpo_name`
  2194. [allowNull] => 1
  2195. [dbType] => varchar(255)
  2196. [type] => string
  2197. [defaultValue] =>
  2198. [size] => 255
  2199. [precision] => 255
  2200. [scale] =>
  2201. [isPrimaryKey] =>
  2202. [isForeignKey] =>
  2203. [autoIncrement] =>
  2204. [_e:CComponent:private] =>
  2205. [_m:CComponent:private] =>
  2206. )
  2207.  
  2208. )
  2209.  
  2210. [relations] => Array
  2211. (
  2212. )
  2213.  
  2214. [attributeDefaults] => Array
  2215. (
  2216. [placement_pos] => 0
  2217. [is_corpo] => 0
  2218. )
  2219.  
  2220. [_model:CActiveRecordMetaData:private] => Registration Object
  2221. (
  2222. [_md:CActiveRecord:private] => CActiveRecordMetaData Object
  2223. *RECURSION*
  2224. [_new:CActiveRecord:private] =>
  2225. [_attributes:CActiveRecord:private] => Array
  2226. (
  2227. )
  2228.  
  2229. [_related:CActiveRecord:private] => Array
  2230. (
  2231. )
  2232.  
  2233. [_c:CActiveRecord:private] =>
  2234. [_pk:CActiveRecord:private] =>
  2235. [_alias:CActiveRecord:private] => t
  2236. [_errors:CModel:private] => Array
  2237. (
  2238. )
  2239.  
  2240. [_validators:CModel:private] =>
  2241. [_scenario:CModel:private] =>
  2242. [_e:CComponent:private] =>
  2243. [_m:CComponent:private] =>
  2244. )
  2245.  
  2246. )
  2247.  
  2248. [_new:CActiveRecord:private] =>
  2249. [_attributes:CActiveRecord:private] => Array
  2250. (
  2251. [id] => 34
  2252. [created_at] => 2015-06-22 15:31:40
  2253. [updated_at] => 2015-06-22 15:31:55
  2254. [username] => kido12
  2255. [password] => 1234567890
  2256. [pword_hash] => e807f1fcf82d132f9bb018ca6738a19f
  2257. [firstname] => Fernando
  2258. [lastname] => Nabong
  2259. [email] => kido@yahoo.com
  2260. [prefix2] => 0917
  2261. [mobile] => 5815058
  2262. [sponsor_user_id] => 880000006
  2263. [sponsor_slot_id] => 6
  2264. [placement_user_id] => 880000006
  2265. [placement_slot_id] => 6
  2266. [placement_pos] => R
  2267. [pin] => PNW1WNJSZSMNXBXG
  2268. [pin_id] => 31
  2269. [is_corpo] => 0
  2270. [corpo_name] =>
  2271. )
  2272.  
  2273. [_related:CActiveRecord:private] => Array
  2274. (
  2275. )
  2276.  
  2277. [_c:CActiveRecord:private] =>
  2278. [_pk:CActiveRecord:private] => 34
  2279. [_alias:CActiveRecord:private] => t
  2280. [_errors:CModel:private] => Array
  2281. (
  2282. )
  2283.  
  2284. [_validators:CModel:private] => CList Object
  2285. (
  2286. [_d:CList:private] => Array
  2287. (
  2288. [0] => CRequiredValidator Object
  2289. (
  2290. [requiredValue] =>
  2291. [strict] =>
  2292. [attributes] => Array
  2293. (
  2294. [0] => firstname
  2295. [1] => lastname
  2296. [2] => email
  2297. [3] => mobile
  2298. [4] => prefix2
  2299. )
  2300.  
  2301. [message] =>
  2302. [skipOnError] =>
  2303. [on] => Array
  2304. (
  2305. [registerSingle] => registerSingle
  2306. )
  2307.  
  2308. [except] => Array
  2309. (
  2310. )
  2311.  
  2312. [safe] => 1
  2313. [enableClientValidation] => 1
  2314. [_e:CComponent:private] =>
  2315. [_m:CComponent:private] =>
  2316. )
  2317.  
  2318. [1] => CRequiredValidator Object
  2319. (
  2320. [requiredValue] =>
  2321. [strict] =>
  2322. [attributes] => Array
  2323. (
  2324. [0] => sponsor_user_id
  2325. [1] => placement_user_id
  2326. [2] => pin
  2327. [3] => placement_pos
  2328. [4] => is_corpo
  2329. )
  2330.  
  2331. [message] =>
  2332. [skipOnError] =>
  2333. [on] => Array
  2334. (
  2335. )
  2336.  
  2337. [except] => Array
  2338. (
  2339. )
  2340.  
  2341. [safe] => 1
  2342. [enableClientValidation] => 1
  2343. [_e:CComponent:private] =>
  2344. [_m:CComponent:private] =>
  2345. )
  2346.  
  2347. [2] => CRequiredValidator Object
  2348. (
  2349. [requiredValue] =>
  2350. [strict] =>
  2351. [attributes] => Array
  2352. (
  2353. [0] => username
  2354. [1] => password
  2355. [2] => pword_hash
  2356. )
  2357.  
  2358. [message] =>
  2359. [skipOnError] =>
  2360. [on] => Array
  2361. (
  2362. [register] => register
  2363. )
  2364.  
  2365. [except] => Array
  2366. (
  2367. )
  2368.  
  2369. [safe] => 1
  2370. [enableClientValidation] => 1
  2371. [_e:CComponent:private] =>
  2372. [_m:CComponent:private] =>
  2373. )
  2374.  
  2375. [3] => CNumberValidator Object
  2376. (
  2377. [integerOnly] => 1
  2378. [allowEmpty] => 1
  2379. [max] =>
  2380. [min] =>
  2381. [tooBig] =>
  2382. [tooSmall] =>
  2383. [integerPattern] => /^\s*[+-]?\d+\s*$/
  2384. [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
  2385. [attributes] => Array
  2386. (
  2387. [0] => pin_id
  2388. [1] => mobile
  2389. )
  2390.  
  2391. [message] =>
  2392. [skipOnError] =>
  2393. [on] => Array
  2394. (
  2395. )
  2396.  
  2397. [except] => Array
  2398. (
  2399. )
  2400.  
  2401. [safe] => 1
  2402. [enableClientValidation] => 1
  2403. [_e:CComponent:private] =>
  2404. [_m:CComponent:private] =>
  2405. )
  2406.  
  2407. [4] => CStringValidator Object
  2408. (
  2409. [max] => 255
  2410. [min] =>
  2411. [is] =>
  2412. [tooShort] =>
  2413. [tooLong] =>
  2414. [allowEmpty] => 1
  2415. [encoding] =>
  2416. [attributes] => Array
  2417. (
  2418. [0] => firstname
  2419. [1] => lastname
  2420. [2] => email
  2421. [3] => corpo_name
  2422. )
  2423.  
  2424. [message] =>
  2425. [skipOnError] =>
  2426. [on] => Array
  2427. (
  2428. )
  2429.  
  2430. [except] => Array
  2431. (
  2432. )
  2433.  
  2434. [safe] => 1
  2435. [enableClientValidation] => 1
  2436. [_e:CComponent:private] =>
  2437. [_m:CComponent:private] =>
  2438. )
  2439.  
  2440. [5] => CStringValidator Object
  2441. (
  2442. [max] => 4
  2443. [min] =>
  2444. [is] =>
  2445. [tooShort] =>
  2446. [tooLong] =>
  2447. [allowEmpty] => 1
  2448. [encoding] =>
  2449. [attributes] => Array
  2450. (
  2451. [0] => prefix2
  2452. )
  2453.  
  2454. [message] =>
  2455. [skipOnError] =>
  2456. [on] => Array
  2457. (
  2458. )
  2459.  
  2460. [except] => Array
  2461. (
  2462. )
  2463.  
  2464. [safe] => 1
  2465. [enableClientValidation] => 1
  2466. [_e:CComponent:private] =>
  2467. [_m:CComponent:private] =>
  2468. )
  2469.  
  2470. [6] => CStringValidator Object
  2471. (
  2472. [max] =>
  2473. [min] => 4
  2474. [is] =>
  2475. [tooShort] =>
  2476. [tooLong] =>
  2477. [allowEmpty] => 1
  2478. [encoding] =>
  2479. [attributes] => Array
  2480. (
  2481. [0] => prefix2
  2482. )
  2483.  
  2484. [message] =>
  2485. [skipOnError] =>
  2486. [on] => Array
  2487. (
  2488. )
  2489.  
  2490. [except] => Array
  2491. (
  2492. )
  2493.  
  2494. [safe] => 1
  2495. [enableClientValidation] => 1
  2496. [_e:CComponent:private] =>
  2497. [_m:CComponent:private] =>
  2498. )
  2499.  
  2500. [7] => CStringValidator Object
  2501. (
  2502. [max] => 7
  2503. [min] =>
  2504. [is] =>
  2505. [tooShort] =>
  2506. [tooLong] =>
  2507. [allowEmpty] => 1
  2508. [encoding] =>
  2509. [attributes] => Array
  2510. (
  2511. [0] => mobile
  2512. )
  2513.  
  2514. [message] =>
  2515. [skipOnError] =>
  2516. [on] => Array
  2517. (
  2518. )
  2519.  
  2520. [except] => Array
  2521. (
  2522. )
  2523.  
  2524. [safe] => 1
  2525. [enableClientValidation] => 1
  2526. [_e:CComponent:private] =>
  2527. [_m:CComponent:private] =>
  2528. )
  2529.  
  2530. [8] => CStringValidator Object
  2531. (
  2532. [max] =>
  2533. [min] => 7
  2534. [is] =>
  2535. [tooShort] =>
  2536. [tooLong] =>
  2537. [allowEmpty] => 1
  2538. [encoding] =>
  2539. [attributes] => Array
  2540. (
  2541. [0] => mobile
  2542. )
  2543.  
  2544. [message] =>
  2545. [skipOnError] =>
  2546. [on] => Array
  2547. (
  2548. )
  2549.  
  2550. [except] => Array
  2551. (
  2552. )
  2553.  
  2554. [safe] => 1
  2555. [enableClientValidation] => 1
  2556. [_e:CComponent:private] =>
  2557. [_m:CComponent:private] =>
  2558. )
  2559.  
  2560. [9] => CStringValidator Object
  2561. (
  2562. [max] =>
  2563. [min] => 8
  2564. [is] =>
  2565. [tooShort] =>
  2566. [tooLong] =>
  2567. [allowEmpty] => 1
  2568. [encoding] =>
  2569. [attributes] => Array
  2570. (
  2571. [0] => password
  2572. )
  2573.  
  2574. [message] =>
  2575. [skipOnError] =>
  2576. [on] => Array
  2577. (
  2578. )
  2579.  
  2580. [except] => Array
  2581. (
  2582. )
  2583.  
  2584. [safe] => 1
  2585. [enableClientValidation] => 1
  2586. [_e:CComponent:private] =>
  2587. [_m:CComponent:private] =>
  2588. )
  2589.  
  2590. [10] => CStringValidator Object
  2591. (
  2592. [max] => 20
  2593. [min] =>
  2594. [is] =>
  2595. [tooShort] =>
  2596. [tooLong] =>
  2597. [allowEmpty] => 1
  2598. [encoding] =>
  2599. [attributes] => Array
  2600. (
  2601. [0] => password
  2602. )
  2603.  
  2604. [message] =>
  2605. [skipOnError] =>
  2606. [on] => Array
  2607. (
  2608. )
  2609.  
  2610. [except] => Array
  2611. (
  2612. )
  2613.  
  2614. [safe] => 1
  2615. [enableClientValidation] => 1
  2616. [_e:CComponent:private] =>
  2617. [_m:CComponent:private] =>
  2618. )
  2619.  
  2620. [11] => CStringValidator Object
  2621. (
  2622. [max] => 1
  2623. [min] =>
  2624. [is] =>
  2625. [tooShort] =>
  2626. [tooLong] =>
  2627. [allowEmpty] => 1
  2628. [encoding] =>
  2629. [attributes] => Array
  2630. (
  2631. [0] => placement_pos
  2632. [1] => is_corpo
  2633. )
  2634.  
  2635. [message] =>
  2636. [skipOnError] =>
  2637. [on] => Array
  2638. (
  2639. )
  2640.  
  2641. [except] => Array
  2642. (
  2643. )
  2644.  
  2645. [safe] => 1
  2646. [enableClientValidation] => 1
  2647. [_e:CComponent:private] =>
  2648. [_m:CComponent:private] =>
  2649. )
  2650.  
  2651. [12] => CStringValidator Object
  2652. (
  2653. [max] => 20
  2654. [min] =>
  2655. [is] =>
  2656. [tooShort] =>
  2657. [tooLong] =>
  2658. [allowEmpty] => 1
  2659. [encoding] =>
  2660. [attributes] => Array
  2661. (
  2662. [0] => sponsor_slot_id
  2663. [1] => placement_slot_id
  2664. [2] => pin
  2665. )
  2666.  
  2667. [message] =>
  2668. [skipOnError] =>
  2669. [on] => Array
  2670. (
  2671. )
  2672.  
  2673. [except] => Array
  2674. (
  2675. )
  2676.  
  2677. [safe] => 1
  2678. [enableClientValidation] => 1
  2679. [_e:CComponent:private] =>
  2680. [_m:CComponent:private] =>
  2681. )
  2682.  
  2683. [13] => CStringValidator Object
  2684. (
  2685. [max] => 9
  2686. [min] =>
  2687. [is] =>
  2688. [tooShort] =>
  2689. [tooLong] =>
  2690. [allowEmpty] => 1
  2691. [encoding] =>
  2692. [attributes] => Array
  2693. (
  2694. [0] => sponsor_user_id
  2695. [1] => placement_user_id
  2696. )
  2697.  
  2698. [message] =>
  2699. [skipOnError] =>
  2700. [on] => Array
  2701. (
  2702. )
  2703.  
  2704. [except] => Array
  2705. (
  2706. )
  2707.  
  2708. [safe] => 1
  2709. [enableClientValidation] => 1
  2710. [_e:CComponent:private] =>
  2711. [_m:CComponent:private] =>
  2712. )
  2713.  
  2714. [14] => CSafeValidator Object
  2715. (
  2716. [attributes] => Array
  2717. (
  2718. [0] => updated_at
  2719. )
  2720.  
  2721. [message] =>
  2722. [skipOnError] =>
  2723. [on] => Array
  2724. (
  2725. )
  2726.  
  2727. [except] => Array
  2728. (
  2729. )
  2730.  
  2731. [safe] => 1
  2732. [enableClientValidation] => 1
  2733. [_e:CComponent:private] =>
  2734. [_m:CComponent:private] =>
  2735. )
  2736.  
  2737. [15] => CEmailValidator Object
  2738. (
  2739. [pattern] => /^[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/
  2740. [fullPattern] => /^[^@]*<[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?>$/
  2741. [allowName] =>
  2742. [checkMX] =>
  2743. [checkPort] =>
  2744. [allowEmpty] => 1
  2745. [attributes] => Array
  2746. (
  2747. [0] => email
  2748. )
  2749.  
  2750. [message] =>
  2751. [skipOnError] =>
  2752. [on] => Array
  2753. (
  2754. )
  2755.  
  2756. [except] => Array
  2757. (
  2758. )
  2759.  
  2760. [safe] => 1
  2761. [enableClientValidation] => 1
  2762. [_e:CComponent:private] =>
  2763. [_m:CComponent:private] =>
  2764. )
  2765.  
  2766. [16] => CRegularExpressionValidator Object
  2767. (
  2768. [pattern] => /^[a-zA-Z-0-9]+$/
  2769. [allowEmpty] => 1
  2770. [not] =>
  2771. [attributes] => Array
  2772. (
  2773. [0] => username
  2774. )
  2775.  
  2776. [message] => please enter alphanumeric username only, no spaces in between the username
  2777. [skipOnError] =>
  2778. [on] => Array
  2779. (
  2780. )
  2781.  
  2782. [except] => Array
  2783. (
  2784. )
  2785.  
  2786. [safe] => 1
  2787. [enableClientValidation] => 1
  2788. [_e:CComponent:private] =>
  2789. [_m:CComponent:private] =>
  2790. )
  2791.  
  2792. [17] => CSafeValidator Object
  2793. (
  2794. [attributes] => Array
  2795. (
  2796. [0] => id
  2797. [1] => created_at
  2798. [2] => updated_at
  2799. [3] => firstname
  2800. [4] => lastname
  2801. [5] => email
  2802. [6] => mobile
  2803. [7] => sponsor_user_id
  2804. [8] => sponsor_slot_id
  2805. [9] => placement_user_id
  2806. [10] => placement_slot_id
  2807. [11] => placement_pos
  2808. [12] => pin
  2809. [13] => pin_id
  2810. [14] => is_corpo
  2811. [15] => corpo_name
  2812. )
  2813.  
  2814. [message] =>
  2815. [skipOnError] =>
  2816. [on] => Array
  2817. (
  2818. [search] => search
  2819. )
  2820.  
  2821. [except] => Array
  2822. (
  2823. )
  2824.  
  2825. [safe] => 1
  2826. [enableClientValidation] => 1
  2827. [_e:CComponent:private] =>
  2828. [_m:CComponent:private] =>
  2829. )
  2830.  
  2831. )
  2832.  
  2833. [_c:CList:private] => 18
  2834. [_r:CList:private] =>
  2835. [_e:CComponent:private] =>
  2836. [_m:CComponent:private] =>
  2837. )
  2838.  
  2839. [_scenario:CModel:private] => register
  2840. [_e:CComponent:private] =>
  2841. [_m:CComponent:private] =>
  2842. )
  2843.  
  2844. [1] => 1
  2845. [2] => 1
  2846. )
  2847.  
  2848. )
  2849.  
  2850. [5] => Array
  2851. (
  2852. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/actions/CInlineAction.php
  2853. [line] => 50
  2854. [function] => actionRegister
  2855. [class] => RegistrationController
  2856. [type] => ->
  2857. [args] => Array
  2858. (
  2859. )
  2860.  
  2861. )
  2862.  
  2863. [6] => Array
  2864. (
  2865. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/CController.php
  2866. [line] => 309
  2867. [function] => runWithParams
  2868. [class] => CInlineAction
  2869. [type] => ->
  2870. [args] => Array
  2871. (
  2872. [0] => Array
  2873. (
  2874. [r] => registration/register
  2875. )
  2876.  
  2877. )
  2878.  
  2879. )
  2880.  
  2881. [7] => Array
  2882. (
  2883. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/filters/CFilterChain.php
  2884. [line] => 134
  2885. [function] => runAction
  2886. [class] => CController
  2887. [type] => ->
  2888. [args] => Array
  2889. (
  2890. [0] => CInlineAction Object
  2891. (
  2892. [_id:CAction:private] => register
  2893. [_controller:CAction:private] => RegistrationController Object
  2894. (
  2895. [layout] => /layouts/main
  2896. [defaultAction] => index
  2897. [_id:CController:private] => registration
  2898. [_action:CController:private] => CInlineAction Object
  2899. *RECURSION*
  2900. [_pageTitle:CController:private] =>
  2901. [_cachingStack:CController:private] =>
  2902. [_clips:CController:private] =>
  2903. [_dynamicOutput:CController:private] =>
  2904. [_pageStates:CController:private] =>
  2905. [_module:CController:private] =>
  2906. [_widgetStack:CBaseController:private] => Array
  2907. (
  2908. )
  2909.  
  2910. [_e:CComponent:private] =>
  2911. [_m:CComponent:private] =>
  2912. )
  2913.  
  2914. [_e:CComponent:private] =>
  2915. [_m:CComponent:private] =>
  2916. )
  2917.  
  2918. )
  2919.  
  2920. )
  2921.  
  2922. [8] => Array
  2923. (
  2924. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/filters/CFilter.php
  2925. [line] => 41
  2926. [function] => run
  2927. [class] => CFilterChain
  2928. [type] => ->
  2929. [args] => Array
  2930. (
  2931. )
  2932.  
  2933. )
  2934.  
  2935. [9] => Array
  2936. (
  2937. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/CController.php
  2938. [line] => 1146
  2939. [function] => filter
  2940. [class] => CFilter
  2941. [type] => ->
  2942. [args] => Array
  2943. (
  2944. [0] => CFilterChain Object
  2945. (
  2946. [controller] => RegistrationController Object
  2947. (
  2948. [layout] => /layouts/main
  2949. [defaultAction] => index
  2950. [_id:CController:private] => registration
  2951. [_action:CController:private] => CInlineAction Object
  2952. (
  2953. [_id:CAction:private] => register
  2954. [_controller:CAction:private] => RegistrationController Object
  2955. *RECURSION*
  2956. [_e:CComponent:private] =>
  2957. [_m:CComponent:private] =>
  2958. )
  2959.  
  2960. [_pageTitle:CController:private] =>
  2961. [_cachingStack:CController:private] =>
  2962. [_clips:CController:private] =>
  2963. [_dynamicOutput:CController:private] =>
  2964. [_pageStates:CController:private] =>
  2965. [_module:CController:private] =>
  2966. [_widgetStack:CBaseController:private] => Array
  2967. (
  2968. )
  2969.  
  2970. [_e:CComponent:private] =>
  2971. [_m:CComponent:private] =>
  2972. )
  2973.  
  2974. [action] => CInlineAction Object
  2975. (
  2976. [_id:CAction:private] => register
  2977. [_controller:CAction:private] => RegistrationController Object
  2978. (
  2979. [layout] => /layouts/main
  2980. [defaultAction] => index
  2981. [_id:CController:private] => registration
  2982. [_action:CController:private] => CInlineAction Object
  2983. *RECURSION*
  2984. [_pageTitle:CController:private] =>
  2985. [_cachingStack:CController:private] =>
  2986. [_clips:CController:private] =>
  2987. [_dynamicOutput:CController:private] =>
  2988. [_pageStates:CController:private] =>
  2989. [_module:CController:private] =>
  2990. [_widgetStack:CBaseController:private] => Array
  2991. (
  2992. )
  2993.  
  2994. [_e:CComponent:private] =>
  2995. [_m:CComponent:private] =>
  2996. )
  2997.  
  2998. [_e:CComponent:private] =>
  2999. [_m:CComponent:private] =>
  3000. )
  3001.  
  3002. [filterIndex] => 1
  3003. [_d:CList:private] => Array
  3004. (
  3005. [0] => CInlineFilter Object
  3006. (
  3007. [name] => accessControl
  3008. [_e:CComponent:private] =>
  3009. [_m:CComponent:private] =>
  3010. )
  3011.  
  3012. )
  3013.  
  3014. [_c:CList:private] => 1
  3015. [_r:CList:private] =>
  3016. [_e:CComponent:private] =>
  3017. [_m:CComponent:private] =>
  3018. )
  3019.  
  3020. )
  3021.  
  3022. )
  3023.  
  3024. [10] => Array
  3025. (
  3026. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/filters/CInlineFilter.php
  3027. [line] => 59
  3028. [function] => filterAccessControl
  3029. [class] => CController
  3030. [type] => ->
  3031. [args] => Array
  3032. (
  3033. [0] => CFilterChain Object
  3034. (
  3035. [controller] => RegistrationController Object
  3036. (
  3037. [layout] => /layouts/main
  3038. [defaultAction] => index
  3039. [_id:CController:private] => registration
  3040. [_action:CController:private] => CInlineAction Object
  3041. (
  3042. [_id:CAction:private] => register
  3043. [_controller:CAction:private] => RegistrationController Object
  3044. *RECURSION*
  3045. [_e:CComponent:private] =>
  3046. [_m:CComponent:private] =>
  3047. )
  3048.  
  3049. [_pageTitle:CController:private] =>
  3050. [_cachingStack:CController:private] =>
  3051. [_clips:CController:private] =>
  3052. [_dynamicOutput:CController:private] =>
  3053. [_pageStates:CController:private] =>
  3054. [_module:CController:private] =>
  3055. [_widgetStack:CBaseController:private] => Array
  3056. (
  3057. )
  3058.  
  3059. [_e:CComponent:private] =>
  3060. [_m:CComponent:private] =>
  3061. )
  3062.  
  3063. [action] => CInlineAction Object
  3064. (
  3065. [_id:CAction:private] => register
  3066. [_controller:CAction:private] => RegistrationController Object
  3067. (
  3068. [layout] => /layouts/main
  3069. [defaultAction] => index
  3070. [_id:CController:private] => registration
  3071. [_action:CController:private] => CInlineAction Object
  3072. *RECURSION*
  3073. [_pageTitle:CController:private] =>
  3074. [_cachingStack:CController:private] =>
  3075. [_clips:CController:private] =>
  3076. [_dynamicOutput:CController:private] =>
  3077. [_pageStates:CController:private] =>
  3078. [_module:CController:private] =>
  3079. [_widgetStack:CBaseController:private] => Array
  3080. (
  3081. )
  3082.  
  3083. [_e:CComponent:private] =>
  3084. [_m:CComponent:private] =>
  3085. )
  3086.  
  3087. [_e:CComponent:private] =>
  3088. [_m:CComponent:private] =>
  3089. )
  3090.  
  3091. [filterIndex] => 1
  3092. [_d:CList:private] => Array
  3093. (
  3094. [0] => CInlineFilter Object
  3095. (
  3096. [name] => accessControl
  3097. [_e:CComponent:private] =>
  3098. [_m:CComponent:private] =>
  3099. )
  3100.  
  3101. )
  3102.  
  3103. [_c:CList:private] => 1
  3104. [_r:CList:private] =>
  3105. [_e:CComponent:private] =>
  3106. [_m:CComponent:private] =>
  3107. )
  3108.  
  3109. )
  3110.  
  3111. )
  3112.  
  3113. [11] => Array
  3114. (
  3115. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/filters/CFilterChain.php
  3116. [line] => 131
  3117. [function] => filter
  3118. [class] => CInlineFilter
  3119. [type] => ->
  3120. [args] => Array
  3121. (
  3122. [0] => CFilterChain Object
  3123. (
  3124. [controller] => RegistrationController Object
  3125. (
  3126. [layout] => /layouts/main
  3127. [defaultAction] => index
  3128. [_id:CController:private] => registration
  3129. [_action:CController:private] => CInlineAction Object
  3130. (
  3131. [_id:CAction:private] => register
  3132. [_controller:CAction:private] => RegistrationController Object
  3133. *RECURSION*
  3134. [_e:CComponent:private] =>
  3135. [_m:CComponent:private] =>
  3136. )
  3137.  
  3138. [_pageTitle:CController:private] =>
  3139. [_cachingStack:CController:private] =>
  3140. [_clips:CController:private] =>
  3141. [_dynamicOutput:CController:private] =>
  3142. [_pageStates:CController:private] =>
  3143. [_module:CController:private] =>
  3144. [_widgetStack:CBaseController:private] => Array
  3145. (
  3146. )
  3147.  
  3148. [_e:CComponent:private] =>
  3149. [_m:CComponent:private] =>
  3150. )
  3151.  
  3152. [action] => CInlineAction Object
  3153. (
  3154. [_id:CAction:private] => register
  3155. [_controller:CAction:private] => RegistrationController Object
  3156. (
  3157. [layout] => /layouts/main
  3158. [defaultAction] => index
  3159. [_id:CController:private] => registration
  3160. [_action:CController:private] => CInlineAction Object
  3161. *RECURSION*
  3162. [_pageTitle:CController:private] =>
  3163. [_cachingStack:CController:private] =>
  3164. [_clips:CController:private] =>
  3165. [_dynamicOutput:CController:private] =>
  3166. [_pageStates:CController:private] =>
  3167. [_module:CController:private] =>
  3168. [_widgetStack:CBaseController:private] => Array
  3169. (
  3170. )
  3171.  
  3172. [_e:CComponent:private] =>
  3173. [_m:CComponent:private] =>
  3174. )
  3175.  
  3176. [_e:CComponent:private] =>
  3177. [_m:CComponent:private] =>
  3178. )
  3179.  
  3180. [filterIndex] => 1
  3181. [_d:CList:private] => Array
  3182. (
  3183. [0] => CInlineFilter Object
  3184. (
  3185. [name] => accessControl
  3186. [_e:CComponent:private] =>
  3187. [_m:CComponent:private] =>
  3188. )
  3189.  
  3190. )
  3191.  
  3192. [_c:CList:private] => 1
  3193. [_r:CList:private] =>
  3194. [_e:CComponent:private] =>
  3195. [_m:CComponent:private] =>
  3196. )
  3197.  
  3198. )
  3199.  
  3200. )
  3201.  
  3202. [12] => Array
  3203. (
  3204. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/CController.php
  3205. [line] => 292
  3206. [function] => run
  3207. [class] => CFilterChain
  3208. [type] => ->
  3209. [args] => Array
  3210. (
  3211. )
  3212.  
  3213. )
  3214.  
  3215. [13] => Array
  3216. (
  3217. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/CController.php
  3218. [line] => 266
  3219. [function] => runActionWithFilters
  3220. [class] => CController
  3221. [type] => ->
  3222. [args] => Array
  3223. (
  3224. [0] => CInlineAction Object
  3225. (
  3226. [_id:CAction:private] => register
  3227. [_controller:CAction:private] => RegistrationController Object
  3228. (
  3229. [layout] => /layouts/main
  3230. [defaultAction] => index
  3231. [_id:CController:private] => registration
  3232. [_action:CController:private] => CInlineAction Object
  3233. *RECURSION*
  3234. [_pageTitle:CController:private] =>
  3235. [_cachingStack:CController:private] =>
  3236. [_clips:CController:private] =>
  3237. [_dynamicOutput:CController:private] =>
  3238. [_pageStates:CController:private] =>
  3239. [_module:CController:private] =>
  3240. [_widgetStack:CBaseController:private] => Array
  3241. (
  3242. )
  3243.  
  3244. [_e:CComponent:private] =>
  3245. [_m:CComponent:private] =>
  3246. )
  3247.  
  3248. [_e:CComponent:private] =>
  3249. [_m:CComponent:private] =>
  3250. )
  3251.  
  3252. [1] => Array
  3253. (
  3254. [0] => accessControl
  3255. )
  3256.  
  3257. )
  3258.  
  3259. )
  3260.  
  3261. [14] => Array
  3262. (
  3263. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/CWebApplication.php
  3264. [line] => 283
  3265. [function] => run
  3266. [class] => CController
  3267. [type] => ->
  3268. [args] => Array
  3269. (
  3270. [0] => register
  3271. )
  3272.  
  3273. )
  3274.  
  3275. [15] => Array
  3276. (
  3277. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/web/CWebApplication.php
  3278. [line] => 142
  3279. [function] => runController
  3280. [class] => CWebApplication
  3281. [type] => ->
  3282. [args] => Array
  3283. (
  3284. [0] => registration/register
  3285. )
  3286.  
  3287. )
  3288.  
  3289. [16] => Array
  3290. (
  3291. [file] => /home/paragon/public_html/mlm-prod/yii-1.1.12/framework/base/CApplication.php
  3292. [line] => 162
  3293. [function] => processRequest
  3294. [class] => CWebApplication
  3295. [type] => ->
  3296. [args] => Array
  3297. (
  3298. )
  3299.  
  3300. )
  3301.  
  3302. [17] => Array
  3303. (
  3304. [file] => /home/paragon/public_html/mlm-prod/index.php
  3305. [line] => 22
  3306. [function] => run
  3307. [class] => CApplication
  3308. [type] => ->
  3309. [args] => Array
  3310. (
  3311. )
  3312.  
  3313. )
  3314.  
  3315. )
  3316.  
  3317. [previous:Exception:private] =>
  3318. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement