[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/quickstart/protected/ -> application.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  
   3  <application id="QuickStart" Mode="Debug">
   4    <modules>
   5      <!-- uncomment the following to enable caching
   6      <module id="cache" class="System.Caching.TSqliteCache" />
   7      -->
   8      <!-- uncomment the following to enable logging to file
   9      <module id="log" class="System.Util.TLogRouter">
  10        <route class="TFileLogRoute" />
  11      </module>
  12      -->
  13     <module id="quickstart_search" 
  14          class="Application.index.ZendSearch"
  15          IndexDataDirectory="Application.index.quickstart" />
  16    </modules>
  17    <paths>
  18      <using namespace="Application.controls.*" />
  19    </paths>
  20    <services>
  21      <service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
  22    </services>
  23  </application>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7