Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
bfff430e
Commit
bfff430e
authored
Sep 12, 2008
by
romanb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved orm import
parent
ae634ece
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
Exception.php
lib/Doctrine/ORM/Import/Exception.php
+2
-2
Reader.php
lib/Doctrine/ORM/Import/Reader.php
+2
-2
Db.php
lib/Doctrine/ORM/Import/Reader/Db.php
+2
-2
Exception.php
lib/Doctrine/ORM/Import/Reader/Exception.php
+2
-2
Propel.php
lib/Doctrine/ORM/Import/Reader/Propel.php
+2
-2
Schema.php
lib/Doctrine/ORM/Import/Schema.php
+0
-0
No files found.
lib/Doctrine/Import/Exception.php
→
lib/Doctrine/
ORM/
Import/Exception.php
View file @
bfff430e
<?php
/*
* $Id$
* $Id
: Exception.php 3882 2008-02-22 18:11:35Z jwage
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@ Doctrine::autoload('Doctrine_Exception');
* @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision
: 3882
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Exception
extends
Doctrine_Exception
...
...
lib/Doctrine/Import/Reader.php
→
lib/Doctrine/
ORM/
Import/Reader.php
View file @
bfff430e
<?php
/*
* $Id$
* $Id
: Reader.php 3882 2008-02-22 18:11:35Z jwage
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -29,7 +29,7 @@
* @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision
: 3882
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Import_Reader
...
...
lib/Doctrine/Import/Reader/Db.php
→
lib/Doctrine/
ORM/
Import/Reader/Db.php
View file @
bfff430e
<?php
/*
* $Id$
* $Id
: Db.php 3882 2008-02-22 18:11:35Z jwage
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -29,7 +29,7 @@ Doctrine::autoload('Doctrine_Import_Reader');
* @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision
: 3882
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Reader_Db
extends
Doctrine_Import_Reader
...
...
lib/Doctrine/Import/Reader/Exception.php
→
lib/Doctrine/
ORM/
Import/Reader/Exception.php
View file @
bfff430e
<?php
/*
* $Id$
* $Id
: Exception.php 3882 2008-02-22 18:11:35Z jwage
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@
* @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision
: 3882
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Reader_Exception
...
...
lib/Doctrine/Import/Reader/Propel.php
→
lib/Doctrine/
ORM/
Import/Reader/Propel.php
View file @
bfff430e
<?php
/*
* $Id$
* $Id
: Propel.php 3882 2008-02-22 18:11:35Z jwage
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@ Doctrine::autoload('Doctrine_Import_Reader');
* @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision
: 3882
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Reader_Xml_Propel
extends
Doctrine_Import_Reader
...
...
lib/Doctrine/Import/Schema.php
→
lib/Doctrine/
ORM/
Import/Schema.php
View file @
bfff430e
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment