source: trunk/web/addons/job_monarch/lib/extjs-30/examples/writer/remote/init.php @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 542 bytes
Line 
1<?php
2    session_start();
3
4    // base framework
5    require(dirname(__FILE__).'/lib/session_db.php');
6    require(dirname(__FILE__).'/lib/application_controller.php');
7    require(dirname(__FILE__).'/lib/model.php');
8    require(dirname(__FILE__).'/lib/request.php');
9    require(dirname(__FILE__).'/lib/response.php');
10
11    // require /models (Should iterate app/models and auto-include all files there)
12    require(dirname(__FILE__).'/app/models/user.php');
13
14    // Fake a database connection using _SESSION
15    $dbh = new SessionDB();
16
17
Note: See TracBrowser for help on using the repository browser.