Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. function get($key) {
  3. return $this->$key;
  4. }
  5.  
  6. ?>
  7.  
  8. <script>
  9. {
  10. getData: function(key, options){
  11. return (data.key !== undefined)? data.key:lorem(options)
  12. }
  13. }
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement