LiveUser
[ class tree: LiveUser ] [ index: LiveUser ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4.     <title>LiveUser Example 5</title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6.     <style type="text/css" media="screen">@import "layout_frontend.css";</style>
  7. </head>
  8.  
  9. <body>
  10.     <h1>Test for the LiveUser class</h1>
  11.     <p>This example is intended to be used with the Auth/MDB2 and the Perm/MDB2_Complex driver.</p>
  12.     <p>To set this up follow these steps:</p>
  13.     <ol>
  14.         <li>Copy the files in this directory into your web root.</li>
  15.         <li>Configure your DSN and the PEAR path in the conf.php.</li>
  16.         <li>Make sure you read README in the examples root folder.</li>
  17.         <li>Importing demodata.xml to your test database using the demodata.php script</li>
  18.     </ol>
  19.     <p>If you want to test this example in your local path with out installing LiveUser in PEAR on
  20.     your server then uncomment these two lines in <b>main.inc.php</b> and point $path_to_liveuser_dir to live user dir :)<br />
  21.     <br />
  22.     $path_to_liveuser_dir = './pear/'.PATH_SEPARATOR;<br />
  23.     ini_set('include_path', $path_to_liveuser_dir.ini_get('include_path'));<br />
  24.     </p>
  25.  
  26.     <div class="content">
  27.         <h2><a href="home.php">Proceed to example 5</a></h2>
  28.     </div>
  29.  
  30. </body>
  31. </html>

Documentation generated on Mon, 11 Mar 2019 15:40:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.