Browse Source

Move php frameworks into new directory

Hamilton Turner 11 years ago
parent
commit
f65ac0ed00
100 changed files with 0 additions and 0 deletions
  1. 0 0
      frameworks/php/php-codeigniter/.gitignore
  2. 0 0
      frameworks/php/php-codeigniter/README.md
  3. 0 0
      frameworks/php/php-codeigniter/__init__.py
  4. 0 0
      frameworks/php/php-codeigniter/application/.htaccess
  5. 0 0
      frameworks/php/php-codeigniter/application/cache/.htaccess
  6. 0 0
      frameworks/php/php-codeigniter/application/cache/index.html
  7. 0 0
      frameworks/php/php-codeigniter/application/config/autoload.php
  8. 0 0
      frameworks/php/php-codeigniter/application/config/config.php
  9. 0 0
      frameworks/php/php-codeigniter/application/config/constants.php
  10. 0 0
      frameworks/php/php-codeigniter/application/config/database.php
  11. 0 0
      frameworks/php/php-codeigniter/application/config/doctypes.php
  12. 0 0
      frameworks/php/php-codeigniter/application/config/foreign_chars.php
  13. 0 0
      frameworks/php/php-codeigniter/application/config/hooks.php
  14. 0 0
      frameworks/php/php-codeigniter/application/config/index.html
  15. 0 0
      frameworks/php/php-codeigniter/application/config/migration.php
  16. 0 0
      frameworks/php/php-codeigniter/application/config/mimes.php
  17. 0 0
      frameworks/php/php-codeigniter/application/config/profiler.php
  18. 0 0
      frameworks/php/php-codeigniter/application/config/routes.php
  19. 0 0
      frameworks/php/php-codeigniter/application/config/smileys.php
  20. 0 0
      frameworks/php/php-codeigniter/application/config/user_agents.php
  21. 0 0
      frameworks/php/php-codeigniter/application/controllers/bench.php
  22. 0 0
      frameworks/php/php-codeigniter/application/controllers/index.html
  23. 0 0
      frameworks/php/php-codeigniter/application/controllers/welcome.php
  24. 0 0
      frameworks/php/php-codeigniter/application/core/index.html
  25. 0 0
      frameworks/php/php-codeigniter/application/errors/error_404.php
  26. 0 0
      frameworks/php/php-codeigniter/application/errors/error_db.php
  27. 0 0
      frameworks/php/php-codeigniter/application/errors/error_general.php
  28. 0 0
      frameworks/php/php-codeigniter/application/errors/error_php.php
  29. 0 0
      frameworks/php/php-codeigniter/application/errors/index.html
  30. 0 0
      frameworks/php/php-codeigniter/application/helpers/index.html
  31. 0 0
      frameworks/php/php-codeigniter/application/hooks/index.html
  32. 0 0
      frameworks/php/php-codeigniter/application/index.html
  33. 0 0
      frameworks/php/php-codeigniter/application/language/english/index.html
  34. 0 0
      frameworks/php/php-codeigniter/application/libraries/index.html
  35. 0 0
      frameworks/php/php-codeigniter/application/logs/index.html
  36. 0 0
      frameworks/php/php-codeigniter/application/models/index.html
  37. 0 0
      frameworks/php/php-codeigniter/application/third_party/index.html
  38. 0 0
      frameworks/php/php-codeigniter/application/views/fortunes.php
  39. 0 0
      frameworks/php/php-codeigniter/application/views/index.html
  40. 0 0
      frameworks/php/php-codeigniter/application/views/welcome_message.php
  41. 0 0
      frameworks/php/php-codeigniter/benchmark_config
  42. 0 0
      frameworks/php/php-codeigniter/deploy/nginx.conf
  43. 0 0
      frameworks/php/php-codeigniter/deploy/php-codeigniter
  44. 0 0
      frameworks/php/php-codeigniter/index.php
  45. 0 0
      frameworks/php/php-codeigniter/install.sh
  46. 0 0
      frameworks/php/php-codeigniter/license.txt
  47. 0 0
      frameworks/php/php-codeigniter/setup.py
  48. 0 0
      frameworks/php/php-codeigniter/source_code
  49. 0 0
      frameworks/php/php-codeigniter/system/.htaccess
  50. 0 0
      frameworks/php/php-codeigniter/system/core/Benchmark.php
  51. 0 0
      frameworks/php/php-codeigniter/system/core/CodeIgniter.php
  52. 0 0
      frameworks/php/php-codeigniter/system/core/Common.php
  53. 0 0
      frameworks/php/php-codeigniter/system/core/Config.php
  54. 0 0
      frameworks/php/php-codeigniter/system/core/Controller.php
  55. 0 0
      frameworks/php/php-codeigniter/system/core/Exceptions.php
  56. 0 0
      frameworks/php/php-codeigniter/system/core/Hooks.php
  57. 0 0
      frameworks/php/php-codeigniter/system/core/Input.php
  58. 0 0
      frameworks/php/php-codeigniter/system/core/Lang.php
  59. 0 0
      frameworks/php/php-codeigniter/system/core/Loader.php
  60. 0 0
      frameworks/php/php-codeigniter/system/core/Model.php
  61. 0 0
      frameworks/php/php-codeigniter/system/core/Output.php
  62. 0 0
      frameworks/php/php-codeigniter/system/core/Router.php
  63. 0 0
      frameworks/php/php-codeigniter/system/core/Security.php
  64. 0 0
      frameworks/php/php-codeigniter/system/core/URI.php
  65. 0 0
      frameworks/php/php-codeigniter/system/core/Utf8.php
  66. 0 0
      frameworks/php/php-codeigniter/system/core/index.html
  67. 0 0
      frameworks/php/php-codeigniter/system/database/DB.php
  68. 0 0
      frameworks/php/php-codeigniter/system/database/DB_active_rec.php
  69. 0 0
      frameworks/php/php-codeigniter/system/database/DB_cache.php
  70. 0 0
      frameworks/php/php-codeigniter/system/database/DB_driver.php
  71. 0 0
      frameworks/php/php-codeigniter/system/database/DB_forge.php
  72. 0 0
      frameworks/php/php-codeigniter/system/database/DB_result.php
  73. 0 0
      frameworks/php/php-codeigniter/system/database/DB_utility.php
  74. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_driver.php
  75. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_forge.php
  76. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_result.php
  77. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_utility.php
  78. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/cubrid/index.html
  79. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/index.html
  80. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mssql/index.html
  81. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_driver.php
  82. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_forge.php
  83. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_result.php
  84. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_utility.php
  85. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysql/index.html
  86. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_driver.php
  87. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_forge.php
  88. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_result.php
  89. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_utility.php
  90. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysqli/index.html
  91. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_driver.php
  92. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_forge.php
  93. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_result.php
  94. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_utility.php
  95. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/oci8/index.html
  96. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_driver.php
  97. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_forge.php
  98. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_result.php
  99. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_utility.php
  100. 0 0
      frameworks/php/php-codeigniter/system/database/drivers/odbc/index.html

+ 0 - 0
php-codeigniter/.gitignore → frameworks/php/php-codeigniter/.gitignore


+ 0 - 0
php-codeigniter/README.md → frameworks/php/php-codeigniter/README.md


+ 0 - 0
php-codeigniter/__init__.py → frameworks/php/php-codeigniter/__init__.py


+ 0 - 0
php-codeigniter/application/.htaccess → frameworks/php/php-codeigniter/application/.htaccess


+ 0 - 0
php-codeigniter/application/cache/.htaccess → frameworks/php/php-codeigniter/application/cache/.htaccess


+ 0 - 0
php-codeigniter/application/cache/index.html → frameworks/php/php-codeigniter/application/cache/index.html


+ 0 - 0
php-codeigniter/application/config/autoload.php → frameworks/php/php-codeigniter/application/config/autoload.php


+ 0 - 0
php-codeigniter/application/config/config.php → frameworks/php/php-codeigniter/application/config/config.php


+ 0 - 0
php-codeigniter/application/config/constants.php → frameworks/php/php-codeigniter/application/config/constants.php


+ 0 - 0
php-codeigniter/application/config/database.php → frameworks/php/php-codeigniter/application/config/database.php


+ 0 - 0
php-codeigniter/application/config/doctypes.php → frameworks/php/php-codeigniter/application/config/doctypes.php


+ 0 - 0
php-codeigniter/application/config/foreign_chars.php → frameworks/php/php-codeigniter/application/config/foreign_chars.php


+ 0 - 0
php-codeigniter/application/config/hooks.php → frameworks/php/php-codeigniter/application/config/hooks.php


+ 0 - 0
php-codeigniter/application/config/index.html → frameworks/php/php-codeigniter/application/config/index.html


+ 0 - 0
php-codeigniter/application/config/migration.php → frameworks/php/php-codeigniter/application/config/migration.php


+ 0 - 0
php-codeigniter/application/config/mimes.php → frameworks/php/php-codeigniter/application/config/mimes.php


+ 0 - 0
php-codeigniter/application/config/profiler.php → frameworks/php/php-codeigniter/application/config/profiler.php


+ 0 - 0
php-codeigniter/application/config/routes.php → frameworks/php/php-codeigniter/application/config/routes.php


+ 0 - 0
php-codeigniter/application/config/smileys.php → frameworks/php/php-codeigniter/application/config/smileys.php


+ 0 - 0
php-codeigniter/application/config/user_agents.php → frameworks/php/php-codeigniter/application/config/user_agents.php


+ 0 - 0
php-codeigniter/application/controllers/bench.php → frameworks/php/php-codeigniter/application/controllers/bench.php


+ 0 - 0
php-codeigniter/application/controllers/index.html → frameworks/php/php-codeigniter/application/controllers/index.html


+ 0 - 0
php-codeigniter/application/controllers/welcome.php → frameworks/php/php-codeigniter/application/controllers/welcome.php


+ 0 - 0
php-codeigniter/application/core/index.html → frameworks/php/php-codeigniter/application/core/index.html


+ 0 - 0
php-codeigniter/application/errors/error_404.php → frameworks/php/php-codeigniter/application/errors/error_404.php


+ 0 - 0
php-codeigniter/application/errors/error_db.php → frameworks/php/php-codeigniter/application/errors/error_db.php


+ 0 - 0
php-codeigniter/application/errors/error_general.php → frameworks/php/php-codeigniter/application/errors/error_general.php


+ 0 - 0
php-codeigniter/application/errors/error_php.php → frameworks/php/php-codeigniter/application/errors/error_php.php


+ 0 - 0
php-codeigniter/application/errors/index.html → frameworks/php/php-codeigniter/application/errors/index.html


+ 0 - 0
php-codeigniter/application/helpers/index.html → frameworks/php/php-codeigniter/application/helpers/index.html


+ 0 - 0
php-codeigniter/application/hooks/index.html → frameworks/php/php-codeigniter/application/hooks/index.html


+ 0 - 0
php-codeigniter/application/index.html → frameworks/php/php-codeigniter/application/index.html


+ 0 - 0
php-codeigniter/application/language/english/index.html → frameworks/php/php-codeigniter/application/language/english/index.html


+ 0 - 0
php-codeigniter/application/libraries/index.html → frameworks/php/php-codeigniter/application/libraries/index.html


+ 0 - 0
php-codeigniter/application/logs/index.html → frameworks/php/php-codeigniter/application/logs/index.html


+ 0 - 0
php-codeigniter/application/models/index.html → frameworks/php/php-codeigniter/application/models/index.html


+ 0 - 0
php-codeigniter/application/third_party/index.html → frameworks/php/php-codeigniter/application/third_party/index.html


+ 0 - 0
php-codeigniter/application/views/fortunes.php → frameworks/php/php-codeigniter/application/views/fortunes.php


+ 0 - 0
php-codeigniter/application/views/index.html → frameworks/php/php-codeigniter/application/views/index.html


+ 0 - 0
php-codeigniter/application/views/welcome_message.php → frameworks/php/php-codeigniter/application/views/welcome_message.php


+ 0 - 0
php-codeigniter/benchmark_config → frameworks/php/php-codeigniter/benchmark_config


+ 0 - 0
php-codeigniter/deploy/nginx.conf → frameworks/php/php-codeigniter/deploy/nginx.conf


+ 0 - 0
php-codeigniter/deploy/php-codeigniter → frameworks/php/php-codeigniter/deploy/php-codeigniter


+ 0 - 0
php-codeigniter/index.php → frameworks/php/php-codeigniter/index.php


+ 0 - 0
php-codeigniter/install.sh → frameworks/php/php-codeigniter/install.sh


+ 0 - 0
php-codeigniter/license.txt → frameworks/php/php-codeigniter/license.txt


+ 0 - 0
php-codeigniter/setup.py → frameworks/php/php-codeigniter/setup.py


+ 0 - 0
php-codeigniter/source_code → frameworks/php/php-codeigniter/source_code


+ 0 - 0
php-codeigniter/system/.htaccess → frameworks/php/php-codeigniter/system/.htaccess


+ 0 - 0
php-codeigniter/system/core/Benchmark.php → frameworks/php/php-codeigniter/system/core/Benchmark.php


+ 0 - 0
php-codeigniter/system/core/CodeIgniter.php → frameworks/php/php-codeigniter/system/core/CodeIgniter.php


+ 0 - 0
php-codeigniter/system/core/Common.php → frameworks/php/php-codeigniter/system/core/Common.php


+ 0 - 0
php-codeigniter/system/core/Config.php → frameworks/php/php-codeigniter/system/core/Config.php


+ 0 - 0
php-codeigniter/system/core/Controller.php → frameworks/php/php-codeigniter/system/core/Controller.php


+ 0 - 0
php-codeigniter/system/core/Exceptions.php → frameworks/php/php-codeigniter/system/core/Exceptions.php


+ 0 - 0
php-codeigniter/system/core/Hooks.php → frameworks/php/php-codeigniter/system/core/Hooks.php


+ 0 - 0
php-codeigniter/system/core/Input.php → frameworks/php/php-codeigniter/system/core/Input.php


+ 0 - 0
php-codeigniter/system/core/Lang.php → frameworks/php/php-codeigniter/system/core/Lang.php


+ 0 - 0
php-codeigniter/system/core/Loader.php → frameworks/php/php-codeigniter/system/core/Loader.php


+ 0 - 0
php-codeigniter/system/core/Model.php → frameworks/php/php-codeigniter/system/core/Model.php


+ 0 - 0
php-codeigniter/system/core/Output.php → frameworks/php/php-codeigniter/system/core/Output.php


+ 0 - 0
php-codeigniter/system/core/Router.php → frameworks/php/php-codeigniter/system/core/Router.php


+ 0 - 0
php-codeigniter/system/core/Security.php → frameworks/php/php-codeigniter/system/core/Security.php


+ 0 - 0
php-codeigniter/system/core/URI.php → frameworks/php/php-codeigniter/system/core/URI.php


+ 0 - 0
php-codeigniter/system/core/Utf8.php → frameworks/php/php-codeigniter/system/core/Utf8.php


+ 0 - 0
php-codeigniter/system/core/index.html → frameworks/php/php-codeigniter/system/core/index.html


+ 0 - 0
php-codeigniter/system/database/DB.php → frameworks/php/php-codeigniter/system/database/DB.php


+ 0 - 0
php-codeigniter/system/database/DB_active_rec.php → frameworks/php/php-codeigniter/system/database/DB_active_rec.php


+ 0 - 0
php-codeigniter/system/database/DB_cache.php → frameworks/php/php-codeigniter/system/database/DB_cache.php


+ 0 - 0
php-codeigniter/system/database/DB_driver.php → frameworks/php/php-codeigniter/system/database/DB_driver.php


+ 0 - 0
php-codeigniter/system/database/DB_forge.php → frameworks/php/php-codeigniter/system/database/DB_forge.php


+ 0 - 0
php-codeigniter/system/database/DB_result.php → frameworks/php/php-codeigniter/system/database/DB_result.php


+ 0 - 0
php-codeigniter/system/database/DB_utility.php → frameworks/php/php-codeigniter/system/database/DB_utility.php


+ 0 - 0
php-codeigniter/system/database/drivers/cubrid/cubrid_driver.php → frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_driver.php


+ 0 - 0
php-codeigniter/system/database/drivers/cubrid/cubrid_forge.php → frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_forge.php


+ 0 - 0
php-codeigniter/system/database/drivers/cubrid/cubrid_result.php → frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_result.php


+ 0 - 0
php-codeigniter/system/database/drivers/cubrid/cubrid_utility.php → frameworks/php/php-codeigniter/system/database/drivers/cubrid/cubrid_utility.php


+ 0 - 0
php-codeigniter/system/database/drivers/cubrid/index.html → frameworks/php/php-codeigniter/system/database/drivers/cubrid/index.html


+ 0 - 0
php-codeigniter/system/database/drivers/index.html → frameworks/php/php-codeigniter/system/database/drivers/index.html


+ 0 - 0
php-codeigniter/system/database/drivers/mssql/index.html → frameworks/php/php-codeigniter/system/database/drivers/mssql/index.html


+ 0 - 0
php-codeigniter/system/database/drivers/mssql/mssql_driver.php → frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_driver.php


+ 0 - 0
php-codeigniter/system/database/drivers/mssql/mssql_forge.php → frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_forge.php


+ 0 - 0
php-codeigniter/system/database/drivers/mssql/mssql_result.php → frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_result.php


+ 0 - 0
php-codeigniter/system/database/drivers/mssql/mssql_utility.php → frameworks/php/php-codeigniter/system/database/drivers/mssql/mssql_utility.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysql/index.html → frameworks/php/php-codeigniter/system/database/drivers/mysql/index.html


+ 0 - 0
php-codeigniter/system/database/drivers/mysql/mysql_driver.php → frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_driver.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysql/mysql_forge.php → frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_forge.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysql/mysql_result.php → frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_result.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysql/mysql_utility.php → frameworks/php/php-codeigniter/system/database/drivers/mysql/mysql_utility.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysqli/index.html → frameworks/php/php-codeigniter/system/database/drivers/mysqli/index.html


+ 0 - 0
php-codeigniter/system/database/drivers/mysqli/mysqli_driver.php → frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_driver.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysqli/mysqli_forge.php → frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_forge.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysqli/mysqli_result.php → frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_result.php


+ 0 - 0
php-codeigniter/system/database/drivers/mysqli/mysqli_utility.php → frameworks/php/php-codeigniter/system/database/drivers/mysqli/mysqli_utility.php


+ 0 - 0
php-codeigniter/system/database/drivers/oci8/index.html → frameworks/php/php-codeigniter/system/database/drivers/oci8/index.html


+ 0 - 0
php-codeigniter/system/database/drivers/oci8/oci8_driver.php → frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_driver.php


+ 0 - 0
php-codeigniter/system/database/drivers/oci8/oci8_forge.php → frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_forge.php


+ 0 - 0
php-codeigniter/system/database/drivers/oci8/oci8_result.php → frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_result.php


+ 0 - 0
php-codeigniter/system/database/drivers/oci8/oci8_utility.php → frameworks/php/php-codeigniter/system/database/drivers/oci8/oci8_utility.php


+ 0 - 0
php-codeigniter/system/database/drivers/odbc/index.html → frameworks/php/php-codeigniter/system/database/drivers/odbc/index.html


Some files were not shown because too many files changed in this diff