86b319e618
require_once bug fix
8 lines
188 B
PHP
8 lines
188 B
PHP
<?php
|
|
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Session.class.php");
|
|
/**
|
|
* informix database driver
|
|
*/
|
|
class Doctrine_Session_Informix extends Doctrine_Session { }
|
|
?>
|