Zend Framework Source Code Snippets

xxx

Bookmark and Share
1
2
3
4
56
7
8
9
1011
12
13
14
1516
17
<?php
 
class Crawler_Model_Crawler {
        
        private function strip_a($str) {                return $str;
        }
        
        public function getResort($url) {
                 $r['text'] = $this->strip_a('xxx');
                
                return $r;
                
        } 
}

Comments

You must login before commenting on a snippet. If you do not have an account, please register.

Snippet description

Snippet details

Created:
Jafrus Jafrus
3 months ago
Edited:
Jafrus Jafrus
3 months ago
Revision Id:
216
Edit Message:
Initial Release
ZF Version
1.10.7
Tags:
xxx
Comments:
0
Views:
768
Points:
-1 (1 votes)

History

r216

Initial Release

Jafrus Jafrus
3 months ago
diff
r215

Initial Release

Jafrus Jafrus
3 months ago