converting more of playlist.php to propel ORM.
This commit is contained in:
parent
d5546c3952
commit
9f79b1bf89
20 changed files with 537 additions and 570 deletions
|
@ -6,6 +6,7 @@ require_once(dirname(__FILE__).'/ui_browser.class.php');
|
|||
require_once(dirname(__FILE__).'/ui_handler.class.php');
|
||||
|
||||
// often used classes ###############################################
|
||||
require_once(dirname(__FILE__).'/../3rd_party/php/propel/runtime/lib/Propel.php');
|
||||
require_once(dirname(__FILE__).'/../3rd_party/php/Smarty/libs/Smarty.class.php');
|
||||
require_once(dirname(__FILE__).'/../3rd_party/php/pear/HTML/QuickForm/Renderer/ArraySmarty.php');
|
||||
require_once(dirname(__FILE__).'/ui_scratchpad.class.php');
|
||||
|
@ -28,4 +29,4 @@ if (isset($WHITE_SCREEN_OF_DEATH) && ($WHITE_SCREEN_OF_DEATH == TRUE)) {
|
|||
}
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue