fix image text
[pear] / HTML / FlexyFramework2_BC.php
1 <?php
2 /* compatibility with old framework..
3 eventually we will have to do a HTML_FlexyFramework_FC to do it the other way round..
4
5 */
6      
7 class HTML_FlexyFramework {
8     static function get() {
9         return HTML_FlexyFramework2::get();
10     }
11     static function ensureSingle($sig, $class) {
12         return HTML_FlexyFramework2::ensureSingle($sig,$class);
13     }
14     
15     
16 }
17
18 class HTML_FlexyFramework_Page extends HTML_FlexyFramework2_Page {}
19 require_once 'PDO/DB_DataObject.php';