PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Install/Config/Data/LinkData.php

https://github.com/kareypowell/croogo
PHP | 225 lines | 222 code | 3 blank | 0 comment | 0 complexity | 31c9041fb6886be4777cadf4e70590b8 MD5 | raw file
  1. <?php
  2. class LinkData {
  3. public $table = 'links';
  4. public $records = array(
  5. array(
  6. 'id' => '5',
  7. 'parent_id' => '',
  8. 'menu_id' => '4',
  9. 'title' => 'About',
  10. 'class' => 'about',
  11. 'description' => '',
  12. 'link' => 'plugin:nodes/controller:nodes/action:view/type:page/slug:about',
  13. 'target' => '',
  14. 'rel' => '',
  15. 'status' => '1',
  16. 'lft' => '3',
  17. 'rght' => '4',
  18. 'visibility_roles' => '',
  19. 'params' => '',
  20. 'updated' => '2009-10-06 23:14:21',
  21. 'created' => '2009-08-19 12:23:33'
  22. ),
  23. array(
  24. 'id' => '6',
  25. 'parent_id' => '',
  26. 'menu_id' => '4',
  27. 'title' => 'Contact',
  28. 'class' => 'contact',
  29. 'description' => '',
  30. 'link' => 'plugin:contacts/controller:contacts/action:view/contact',
  31. 'target' => '',
  32. 'rel' => '',
  33. 'status' => '1',
  34. 'lft' => '5',
  35. 'rght' => '6',
  36. 'visibility_roles' => '',
  37. 'params' => '',
  38. 'updated' => '2009-10-06 23:14:45',
  39. 'created' => '2009-08-19 12:34:56'
  40. ),
  41. array(
  42. 'id' => '7',
  43. 'parent_id' => '',
  44. 'menu_id' => '3',
  45. 'title' => 'Home',
  46. 'class' => 'home',
  47. 'description' => '',
  48. 'link' => 'plugin:nodes/controller:nodes/action:promoted',
  49. 'target' => '',
  50. 'rel' => '',
  51. 'status' => '1',
  52. 'lft' => '5',
  53. 'rght' => '6',
  54. 'visibility_roles' => '',
  55. 'params' => '',
  56. 'updated' => '2009-10-06 21:17:06',
  57. 'created' => '2009-09-06 21:32:54'
  58. ),
  59. array(
  60. 'id' => '8',
  61. 'parent_id' => '',
  62. 'menu_id' => '3',
  63. 'title' => 'About',
  64. 'class' => 'about',
  65. 'description' => '',
  66. 'link' => 'plugin:nodes/controller:nodes/action:view/type:page/slug:about',
  67. 'target' => '',
  68. 'rel' => '',
  69. 'status' => '1',
  70. 'lft' => '7',
  71. 'rght' => '10',
  72. 'visibility_roles' => '',
  73. 'params' => '',
  74. 'updated' => '2009-09-12 03:45:53',
  75. 'created' => '2009-09-06 21:34:57'
  76. ),
  77. array(
  78. 'id' => '9',
  79. 'parent_id' => '8',
  80. 'menu_id' => '3',
  81. 'title' => 'Child link',
  82. 'class' => 'child-link',
  83. 'description' => '',
  84. 'link' => '#',
  85. 'target' => '',
  86. 'rel' => '',
  87. 'status' => '0',
  88. 'lft' => '8',
  89. 'rght' => '9',
  90. 'visibility_roles' => '',
  91. 'params' => '',
  92. 'updated' => '2009-10-06 23:13:06',
  93. 'created' => '2009-09-12 03:52:23'
  94. ),
  95. array(
  96. 'id' => '10',
  97. 'parent_id' => '',
  98. 'menu_id' => '5',
  99. 'title' => 'Site Admin',
  100. 'class' => 'site-admin',
  101. 'description' => '',
  102. 'link' => '/admin',
  103. 'target' => '',
  104. 'rel' => '',
  105. 'status' => '1',
  106. 'lft' => '1',
  107. 'rght' => '2',
  108. 'visibility_roles' => '',
  109. 'params' => '',
  110. 'updated' => '2009-09-12 06:34:09',
  111. 'created' => '2009-09-12 06:34:09'
  112. ),
  113. array(
  114. 'id' => '11',
  115. 'parent_id' => '',
  116. 'menu_id' => '5',
  117. 'title' => 'Log out',
  118. 'class' => 'log-out',
  119. 'description' => '',
  120. 'link' => '/plugin:users/controller:users/action:logout',
  121. 'target' => '',
  122. 'rel' => '',
  123. 'status' => '1',
  124. 'lft' => '7',
  125. 'rght' => '8',
  126. 'visibility_roles' => '["1","2"]',
  127. 'params' => '',
  128. 'updated' => '2009-09-12 06:35:22',
  129. 'created' => '2009-09-12 06:34:41'
  130. ),
  131. array(
  132. 'id' => '12',
  133. 'parent_id' => '',
  134. 'menu_id' => '6',
  135. 'title' => 'Croogo',
  136. 'class' => 'croogo',
  137. 'description' => '',
  138. 'link' => 'http://www.croogo.org',
  139. 'target' => '',
  140. 'rel' => '',
  141. 'status' => '1',
  142. 'lft' => '3',
  143. 'rght' => '4',
  144. 'visibility_roles' => '',
  145. 'params' => '',
  146. 'updated' => '2009-09-12 23:31:59',
  147. 'created' => '2009-09-12 23:31:59'
  148. ),
  149. array(
  150. 'id' => '14',
  151. 'parent_id' => '',
  152. 'menu_id' => '6',
  153. 'title' => 'CakePHP',
  154. 'class' => 'cakephp',
  155. 'description' => '',
  156. 'link' => 'http://www.cakephp.org',
  157. 'target' => '',
  158. 'rel' => '',
  159. 'status' => '1',
  160. 'lft' => '1',
  161. 'rght' => '2',
  162. 'visibility_roles' => '',
  163. 'params' => '',
  164. 'updated' => '2009-10-07 03:25:25',
  165. 'created' => '2009-09-12 23:38:43'
  166. ),
  167. array(
  168. 'id' => '15',
  169. 'parent_id' => '',
  170. 'menu_id' => '3',
  171. 'title' => 'Contact',
  172. 'class' => 'contact',
  173. 'description' => '',
  174. 'link' => '/plugin:contacts/controller:contacts/action:view/contact',
  175. 'target' => '',
  176. 'rel' => '',
  177. 'status' => '1',
  178. 'lft' => '11',
  179. 'rght' => '12',
  180. 'visibility_roles' => '',
  181. 'params' => '',
  182. 'updated' => '2009-09-16 07:54:13',
  183. 'created' => '2009-09-16 07:53:33'
  184. ),
  185. array(
  186. 'id' => '16',
  187. 'parent_id' => '',
  188. 'menu_id' => '5',
  189. 'title' => 'Entries (RSS)',
  190. 'class' => 'entries-rss',
  191. 'description' => '',
  192. 'link' => '/promoted.rss',
  193. 'target' => '',
  194. 'rel' => '',
  195. 'status' => '1',
  196. 'lft' => '3',
  197. 'rght' => '4',
  198. 'visibility_roles' => '',
  199. 'params' => '',
  200. 'updated' => '2009-10-27 17:46:22',
  201. 'created' => '2009-10-27 17:46:22'
  202. ),
  203. array(
  204. 'id' => '17',
  205. 'parent_id' => '',
  206. 'menu_id' => '5',
  207. 'title' => 'Comments (RSS)',
  208. 'class' => 'comments-rss',
  209. 'description' => '',
  210. 'link' => '/comments.rss',
  211. 'target' => '',
  212. 'rel' => '',
  213. 'status' => '1',
  214. 'lft' => '5',
  215. 'rght' => '6',
  216. 'visibility_roles' => '',
  217. 'params' => '',
  218. 'updated' => '2009-10-27 17:46:54',
  219. 'created' => '2009-10-27 17:46:54'
  220. ),
  221. );
  222. }