Framework adaptado a mobil con jquery-mobile.
/lib/config.php
// Be sure to set these!
<a href="http://www.php.net/define">define</a>("BASE_URL","http://localhost/jqmobile/");
<a href="http://www.php.net/define">define</a>("COOKIE_DOMAIN","localhost");
// Database Config
$database = <a href="http://www.php.net/array">array</a> (
"user" => "root",
"pass" => "",
"host" => "localhost",
"dbname" => "jqmobile"
);

