Quantcast
Channel: Function Library - Sodapop Documentation
Viewing all articles
Browse latest Browse all 30

$sodapop->getQstring()

$
0
0
getQsting() uses the parsUrl() function to get the app query string from the url
Location: class.sodapop.php

public function getQstring() {

$qString = $this->parseUrl('qString');
return $qString;
}

Viewing all articles
Browse latest Browse all 30

Trending Articles