Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Easoft (11:00:43 11/11/2010)
  2. no ja nemám Utils class
  3.  
  4.  
  5. Easoft (11:07:01 11/11/2010)
  6. súbor "class.Utils.php" hneď vedľa init.php s obsahom :
  7.  
  8. <?php
  9. namespace BeQueens{
  10.  
  11. class Utils
  12. {
  13. public static function test()
  14. {
  15.  
  16. }
  17. }
  18. }
  19. ?>
  20.  
  21.  
  22.  
  23. Easoft (11:07:04 11/11/2010)
  24. OK
  25.  
  26.  
  27. Easoft (11:08:18 11/11/2010)
  28. use BeQueens\Utils;
  29.  
  30.  
  31. Easoft (11:08:33 11/11/2010)
  32. nájde
  33.  
  34.  
  35. Easoft (11:08:37 11/11/2010)
  36. TEST 2
  37.  
  38.  
  39. Easoft (11:09:48 11/11/2010)
  40. súbor class.Utils.php v zložke Pkg s obsahom:
  41.  
  42. <?php
  43. namespace BeQueens\Pkg{
  44.  
  45. class Utils
  46. {
  47. public static function test()
  48. {
  49.  
  50. }
  51. }
  52. }
  53. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement