Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2010
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <?php
  2. /**
  3. * @property CI_Benchmark $benchmark
  4. * @property CI_Calendar $calendar
  5. * @property CI_Cart $cart
  6. * @property CI_Config $config
  7. * @property CI_DB_active_record $db
  8. * @property CI_Email $email
  9. * @property CI_Encrypt $encrypt
  10. * @property CI_Upload $upload
  11. * @property CI_Form_validation $form_validation
  12. * @property CI_FTP $ftp
  13. * @property CI_Table $table
  14. * @property CI_Image_lib $image_lib
  15. * @property CI_Input $input
  16. * @property CI_Loader $load
  17. * @property CI_Language $lang
  18. * @property CI_Output $output
  19. * @property CI_Pagination $pagination
  20. * @property CI_Session $session
  21. * @property CI_Trackback $trackback
  22. * @property CI_Parser $parser
  23. * @property CI_Typography $typography
  24. * @property CI_Unit_test $unit
  25. * @property CI_URI $uri
  26. * @property CI_User_agent $agent
  27. * @property CI_Xmlrpc $xmlrpc
  28. * @property CI_Xmlrpcs $xmlrpcs
  29. * @property CI_Zip $zip
  30. * @property CI_Template $template
  31. * @property DX_Auth $dx_auth
  32. */
  33. Class Controller {
  34.  
  35. }
  36.  
  37. /**
  38. * @property CI_Benchmark $benchmark
  39. * @property CI_Calendar $calendar
  40. * @property CI_Cart $cart
  41. * @property CI_Config $config
  42. * @property CI_DB_active_record $db
  43. * @property CI_Email $email
  44. * @property CI_Encrypt $encrypt
  45. * @property CI_Upload $upload
  46. * @property CI_Form_validation $form_validation
  47. * @property CI_FTP $ftp
  48. * @property CI_Table $table
  49. * @property CI_Image_lib $image_lib
  50. * @property CI_Input $input
  51. * @property CI_Loader $load
  52. * @property CI_Language $lang
  53. * @property CI_Output $output
  54. * @property CI_Pagination $pagination
  55. * @property CI_Session $session
  56. * @property CI_Trackback $trackback
  57. * @property CI_Parser $parser
  58. * @property CI_Typography $typography
  59. * @property CI_Unit_test $unit
  60. * @property CI_URI $uri
  61. * @property CI_User_agent $agent
  62. * @property CI_Xmlrpc $xmlrpc
  63. * @property CI_Xmlrpcs $xmlrpcs
  64. * @property CI_Zip $zip
  65. * @property CI_Template $template
  66. * @property DX_Auth $dx_auth
  67. */
  68. Class Model {
  69.  
  70. }
  71. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement