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
cf808531
Commit
cf808531
authored
Feb 01, 2008
by
lsmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- reworked ingores to includes
parent
e381fdde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
213 deletions
+55
-213
package_Core.php
package_Core.php
+25
-67
package_DBAL.php
package_DBAL.php
+8
-91
package_ORM.php
package_ORM.php
+22
-55
No files found.
package_Core.php
View file @
cf808531
...
@@ -30,73 +30,31 @@ $options = array(
...
@@ -30,73 +30,31 @@ $options = array(
'packagedirectory'
=>
'./'
,
'packagedirectory'
=>
'./'
,
'packagefile'
=>
$packagefile
,
'packagefile'
=>
$packagefile
,
'clearcontents'
=>
false
,
'clearcontents'
=>
false
,
'ignore'
=>
array
(
'include'
=>
array
(
'vendor/'
,
'manual/'
,
'tools/'
,
'tests/'
,
'package*.php'
,
'lib/Doctrine.php'
,
'package*.xml'
,
'lib/Doctrine/Builder/'
,
'models/'
,
'lib/Doctrine/Cli.php'
,
'Access.php'
,
'lib/Doctrine/Compiler/'
,
'Adapter.php'
,
'lib/Doctrine/Configurable/'
,
'Adapter/'
,
'lib/Doctrine/Cli.php'
,
'Auditlog.php'
,
'lib/Doctrine/Data/'
,
'Auditlog/'
,
'lib/Doctrine/Exception/'
,
'Cache.php'
,
'lib/Doctrine/Event/'
,
'Cache/'
,
'lib/Doctrine/EventListener/'
,
'Collection.php'
,
'lib/Doctrine/File/'
,
'Collection/'
,
'lib/Doctrine/FileFinder/'
,
'Column.php'
,
'lib/Doctrine/Formatter/'
,
'Connection.php'
,
'lib/Doctrine/Inflector/'
,
'Connection/'
,
'lib/Doctrine/Lib.php'
,
'DataDict.php'
,
'lib/Doctrine/Locator/'
,
'DataDict/'
,
'lib/Doctrine/Log/'
,
'Export.php'
,
'lib/Doctrine/Null/'
,
'Export/'
,
'lib/Doctrine/Overloadable/'
,
'Expression.php'
,
'lib/Doctrine/Parser/'
,
'Expression/'
,
'lib/Doctrine/Task/'
,
'Hook.php'
,
'lib/Doctrine/Util/'
,
'Hook/'
,
'Hydrator.php'
,
'Hydrator/'
,
'I18n.php'
,
'I18n/'
,
'Import.php'
,
'Import/'
,
'IntegrityMapper.php'
,
'Locking/'
,
'Manager.php'
,
'Manager/'
,
'Mapper/'
,
'Migration.php'
,
'Migration/'
,
'Node.php'
,
'Node/'
,
'Pager.php'
,
'Pager/'
,
'Query.php'
,
'Query/'
,
'RawSql.php'
,
'RawSql/'
,
'Record.php'
,
'Record/'
,
'Relation.php'
,
'Relation/'
,
'Search.php'
,
'Search/'
,
'Sequence.php'
,
'Sequence/'
,
'Table.php'
,
'Table/'
,
'Template.php'
,
'Template/'
,
'Transaction.php'
,
'Transaction/'
,
'Tree.php'
,
'Tree/'
,
'Validator.php'
,
'Validator/'
,
'View.php'
,
'View/'
,
),
),
'dir_roles'
=>
array
(
'dir_roles'
=>
array
(
'lib'
=>
'php'
,
'lib'
=>
'php'
,
...
...
package_DBAL.php
View file @
cf808531
...
@@ -29,97 +29,14 @@ $options = array(
...
@@ -29,97 +29,14 @@ $options = array(
'packagedirectory'
=>
'./'
,
'packagedirectory'
=>
'./'
,
'packagefile'
=>
$packagefile
,
'packagefile'
=>
$packagefile
,
'clearcontents'
=>
false
,
'clearcontents'
=>
false
,
'ignore'
=>
array
(
'include'
=>
array
(
'vendor/'
,
'lib/Doctrine/Connection/'
,
'tools/'
,
'lib/Doctrine/DataDict/'
,
'package*.php'
,
'lib/Doctrine/Export/'
,
'package*.xml'
,
'lib/Doctrine/Import/'
,
'manual/'
,
'lib/Doctrine/Manager/'
,
'models/'
,
'lib/Doctrine/Sequences/'
,
'tests/'
,
'lib/Doctrine/Transaction/'
,
'README'
,
'CHANGELOG'
,
'LICENSE'
,
'COPYRIGHT'
,
'Access.php'
,
'Adapter.php'
,
'Adapter/'
,
'Auditlog.php'
,
'Auditlog/'
,
'Builder.php'
,
'Builder/'
,
'Cache.php'
,
'Cache/'
,
'Cli.php'
,
'Cli/'
,
'Collection.php'
,
'Collection/'
,
'Column.php'
,
'Compiler.php'
,
'Compiler/'
,
'Configurable.php'
,
'Data.php'
,
'Data/'
,
'Event.php'
,
'Event/'
,
'EventListener.php'
,
'EventListener/'
,
'Exception.php'
,
'Expression.php'
,
'Expression/'
,
'File.php'
,
'File/'
,
'FileFinder.php'
,
'FileFinder/'
,
'Formatter.php'
,
'Hook.php'
,
'Hook/'
,
'Hydrator.php'
,
'Hydrator/'
,
'I18n.php'
,
'I18n/'
,
'Inflector.php'
,
'IntegrityMapper.php'
,
'Lib.php'
,
'Locator.php'
,
'Locator/'
,
'Locking/'
,
'Log.php'
,
'Log/'
,
'Mapper/'
,
'Migration.php'
,
'Migration/'
,
'Node.php'
,
'Node/'
,
'Null.php'
,
'Overloadable.php'
,
'Pager.php'
,
'Pager/'
,
'Parser.php'
,
'Parser/'
,
'Query.php'
,
'Query/'
,
'RawSql.php'
,
'RawSql/'
,
'Record.php'
,
'Record/'
,
'Relation.php'
,
'Relation/'
,
'Search.php'
,
'Search/'
,
'Table.php'
,
'Table/'
,
'Task.php'
,
'Task/'
,
'Template.php'
,
'Template/'
,
'Tree.php'
,
'Tree/'
,
'Util.php'
,
'Validator.php'
,
'Validator/'
,
'View.php'
,
'View/'
,
),
),
'dir_roles'
=>
array
(
'dir_roles'
=>
array
(
'lib'
=>
'php'
,
'lib'
=>
'php'
,
...
...
package_ORM.php
View file @
cf808531
...
@@ -33,61 +33,28 @@ $options = array(
...
@@ -33,61 +33,28 @@ $options = array(
'packagedirectory'
=>
'./'
,
'packagedirectory'
=>
'./'
,
'packagefile'
=>
$packagefile
,
'packagefile'
=>
$packagefile
,
'clearcontents'
=>
false
,
'clearcontents'
=>
false
,
'ignore'
=>
array
(
'include'
=>
array
(
'vendor/'
,
'models/'
,
'tools/'
,
'lib/Doctrine/Adapter/'
,
'package*.php'
,
'lib/Doctrine/Auditlog/'
,
'package*.xml'
,
'lib/Doctrine/Cache/'
,
'manual/'
,
'lib/Doctrine/Collection/'
,
'tests/'
,
'lib/Doctrine/Column/'
,
'README'
,
'lib/Doctrine/Hook/'
,
'CHANGELOG'
,
'lib/Doctrine/Hydrator/'
,
'LICENSE'
,
'lib/Doctrine/I18n/'
,
'COPYRIGHT'
,
'lib/Doctrine/Locking/'
,
'Builder.php'
,
'lib/Doctrine/Mapper/'
,
'Builder/'
,
'lib/Doctrine/Migration/'
,
'Cli.php'
,
'lib/Doctrine/Node/'
,
'Cli/'
,
'lib/Doctrine/Query/'
,
'Compiler.php'
,
'lib/Doctrine/RawSql/'
,
'Compiler/'
,
'lib/Doctrine/Search/'
,
'Configurable.php'
,
'lib/Doctrine/Table/'
,
'Connection.php'
,
'lib/Doctrine/Template/'
,
'Connection/'
,
'lib/Doctrine/Tree/'
,
'Data.php'
,
'lib/Doctrine/Validator/'
,
'Data/'
,
'lib/Doctrine/View/'
,
'Event.php'
,
'Event/'
,
'EventListener.php'
,
'EventListener/'
,
'Exception.php'
,
'Export.php'
,
'Export/'
,
'File.php'
,
'File/'
,
'FileFinder.php'
,
'FileFinder/'
,
'Formatter.php'
,
'Import.php'
,
'Import/'
,
'Inflector.php'
,
'Lib.php'
,
'Locator.php'
,
'Locator/'
,
'Log.php'
,
'Log/'
,
'Mapper/'
,
'Manager.php'
,
'Manager/'
,
'Null.php'
,
'Parser.php'
,
'Parser/'
,
'Sequence.php'
,
'Sequence/'
,
'Task.php'
,
'Task/'
,
'Transaction.php'
,
'Transaction/'
,
'Util.php'
,
),
),
'dir_roles'
=>
array
(
'dir_roles'
=>
array
(
'lib'
=>
'php'
,
'lib'
=>
'php'
,
...
...
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