Post

redirect_to($url)

18: 	function redirect_to($url) {
19: 		$this->url = $url;
20: 		$this->printForm();
21: 		print "";
22: 	}

File: lib/controller/Post.php, #line 18

print_form()

34: 	function print_form() {
35: 		print "
"; 36: foreach($this->variables as $key => $value) { 37: print " "; 38: } 39: print "
"; 40: }

File: lib/controller/Post.php, #line 34

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>