searchIndex.js 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Search.appendIndex(
  2. [
  3. {
  4. "fqsen": "\\netico\\Bones\\Configuration",
  5. "name": "Configuration",
  6. "summary": "The\u0020Configuration\u0020class\u0020retrieves\u0020configuration\u0020variables\u0020from\u0020an\u0020.ini\u0020file.",
  7. "url": "classes/netico-Bones-Configuration.html"
  8. }, {
  9. "fqsen": "\\netico\\Bones\\Configuration\u003A\u003A__construct\u0028\u0029",
  10. "name": "__construct",
  11. "summary": "This\u0020code\u0020works\u0020if\u0020you\u0020set\u0020the\u0020CONFIG\u0020constant.",
  12. "url": "classes/netico-Bones-Configuration.html#method___construct"
  13. }, {
  14. "fqsen": "\\netico\\Bones\\Configuration\u003A\u003AgetValue\u0028\u0029",
  15. "name": "getValue",
  16. "summary": "This\u0020method\u0020gets\u0020a\u0020configuration\u0020option.",
  17. "url": "classes/netico-Bones-Configuration.html#method_getValue"
  18. }, {
  19. "fqsen": "\\netico\\Bones\\Obfuscation",
  20. "name": "Obfuscation",
  21. "summary": "String\u0020obfuscation.",
  22. "url": "classes/netico-Bones-Obfuscation.html"
  23. }, {
  24. "fqsen": "\\netico\\Bones\\Obfuscation\u003A\u003Aobfuscate\u0028\u0029",
  25. "name": "obfuscate",
  26. "summary": "This\u0020is\u0020the\u0020method\u0020to\u0020obfuscate\u0020a\u0020string.",
  27. "url": "classes/netico-Bones-Obfuscation.html#method_obfuscate"
  28. }, {
  29. "fqsen": "\\netico\\Bones\\Obfuscation\u003A\u003Adeobfuscate\u0028\u0029",
  30. "name": "deobfuscate",
  31. "summary": "This\u0020is\u0020the\u0020method\u0020to\u0020deobfuscate\u0020a\u0020string.",
  32. "url": "classes/netico-Bones-Obfuscation.html#method_deobfuscate"
  33. }, {
  34. "fqsen": "\\netico\\Bones\\SQLite",
  35. "name": "SQLite",
  36. "summary": "SQLite\u0020wrapper.",
  37. "url": "classes/netico-Bones-SQLite.html"
  38. }, {
  39. "fqsen": "\\netico\\Bones\\SQLite\u003A\u003A__construct\u0028\u0029",
  40. "name": "__construct",
  41. "summary": "This\u0020method\u0020retrieves\u0020the\u0020SQLite\u0020database\u0020path\u0020from\u0020the\u0020configuration\u0020file\nand\u0020then\u0020opens\u0020a\u0020connection\u0020in\u0020read\u0020mode.",
  42. "url": "classes/netico-Bones-SQLite.html#method___construct"
  43. }, {
  44. "fqsen": "\\netico\\Bones\\SQLite\u003A\u003Aclose\u0028\u0029",
  45. "name": "close",
  46. "summary": "This\u0020method\u0020closes\u0020the\u0020connection\u0020to\u0020the\u0020database.",
  47. "url": "classes/netico-Bones-SQLite.html#method_close"
  48. }, {
  49. "fqsen": "\\netico\\Bones\\SQLite\u003A\u003ASQL\u0028\u0029",
  50. "name": "SQL",
  51. "summary": "It\u0020runs\u0020a\u0020SQL\u0020query\u0020on\u0020a\u0020given\u0020database\u0020and\u0020builds\u0020an\u0020array\u0020of\u0020the\u0020results.",
  52. "url": "classes/netico-Bones-SQLite.html#method_SQL"
  53. }, {
  54. "fqsen": "\\netico\\Bones\\SQLite\u003A\u003A\u0024data",
  55. "name": "data",
  56. "summary": "This\u0020array\u0020contains\u0020the\u0020results\u0020of\u0020the\u0020query.",
  57. "url": "classes/netico-Bones-SQLite.html#property_data"
  58. }, {
  59. "fqsen": "\\netico\\Bones\\Template",
  60. "name": "Template",
  61. "summary": "This\u0020basic\u0020template\u0020system\u0020gets\u0020you\u0020off\u0020to\u0020a\u0020start.",
  62. "url": "classes/netico-Bones-Template.html"
  63. }, {
  64. "fqsen": "\\netico\\Bones\\Template\u003A\u003A__construct\u0028\u0029",
  65. "name": "__construct",
  66. "summary": "It\u0020requires\u0020the\u0020path\u0020to\u0020the\u0020template\u0020file.",
  67. "url": "classes/netico-Bones-Template.html#method___construct"
  68. }, {
  69. "fqsen": "\\netico\\Bones\\Template\u003A\u003Aadd\u0028\u0029",
  70. "name": "add",
  71. "summary": "The\u0020method\u0020adds\u0020a\u0020variable\u0020to\u0020the\u0020template.",
  72. "url": "classes/netico-Bones-Template.html#method_add"
  73. }, {
  74. "fqsen": "\\netico\\Bones\\Template\u003A\u003Asection\u0028\u0029",
  75. "name": "section",
  76. "summary": "This\u0020method\u0020provides\u0020support\u0020for\u0020repeating\u0020sections.",
  77. "url": "classes/netico-Bones-Template.html#method_section"
  78. }, {
  79. "fqsen": "\\netico\\Bones\\Template\u003A\u003Aoutput\u0028\u0029",
  80. "name": "output",
  81. "summary": "This\u0020method\u0020prints\u0020the\u0020HTML\u0020code.",
  82. "url": "classes/netico-Bones-Template.html#method_output"
  83. }, {
  84. "fqsen": "\\netico\\Bones\\Template\u003A\u003Ars\u0028\u0029",
  85. "name": "rs",
  86. "summary": "This\u0020method\u0020also\u0020provides\u0020support\u0020for\u0020repeating\u0020sections.",
  87. "url": "classes/netico-Bones-Template.html#method_rs"
  88. }, {
  89. "fqsen": "\\CONFIG",
  90. "name": "CONFIG",
  91. "summary": "Path\u0020to\u0020the\u0020configuration\u0020file.",
  92. "url": "namespaces/default.html#constant_CONFIG"
  93. }, {
  94. "fqsen": "\\TEMPLATES",
  95. "name": "TEMPLATES",
  96. "summary": "Path\u0020to\u0020the\u0020folder\u0020that\u0020contains\u0020the\u0020templates.",
  97. "url": "namespaces/default.html#constant_TEMPLATES"
  98. }, {
  99. "fqsen": "\\",
  100. "name": "\\",
  101. "summary": "",
  102. "url": "namespaces/default.html"
  103. }, {
  104. "fqsen": "\\netico\\Bones",
  105. "name": "Bones",
  106. "summary": "",
  107. "url": "namespaces/netico-bones.html"
  108. }, {
  109. "fqsen": "\\netico",
  110. "name": "netico",
  111. "summary": "",
  112. "url": "namespaces/netico.html"
  113. } ]
  114. );