Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. class klanten extends naw
  3. {
  4. protected $m_nName;
  5.  
  6. public function __construct()
  7. {
  8. parent::__construct();
  9. $this->$m_nName = "";
  10. }
  11. }
  12. ?>
Add Comment
Please, Sign In to add comment