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
195dff3e
Commit
195dff3e
authored
Oct 23, 2007
by
Jonathan.Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed.
parent
19783273
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
Builder.php
lib/Doctrine/Import/Builder.php
+7
-1
GenerateYamlModels.php
lib/Doctrine/Task/GenerateYamlModels.php
+1
-1
No files found.
lib/Doctrine/Import/Builder.php
View file @
195dff3e
...
@@ -46,7 +46,13 @@ class Doctrine_Import_Builder
...
@@ -46,7 +46,13 @@ class Doctrine_Import_Builder
* @var string $path
* @var string $path
*/
*/
private
$path
=
''
;
private
$path
=
''
;
private
$packagesPrefix
=
'Package'
;
private
$packagesPath
=
''
;
private
$pathAfterPackage
=
DIRECTORY_SEPARATOR
;
/**
/**
* suffix
* suffix
*
*
...
...
lib/Doctrine/Task/GenerateYamlModels.php
View file @
195dff3e
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
* @version $Revision: 2761 $
* @version $Revision: 2761 $
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
*/
*/
class
Doctrine_Task_Generate
From
Models
extends
Doctrine_Task
class
Doctrine_Task_Generate
Yaml
Models
extends
Doctrine_Task
{
{
public
$description
=
'Generates a Yaml schema file from existing Doctrine_Record definitions'
,
public
$description
=
'Generates a Yaml schema file from existing Doctrine_Record definitions'
,
$requiredArguments
=
array
(
'yaml_schema_path'
=>
'Specify the complete directory path to your yaml schema files.'
,
$requiredArguments
=
array
(
'yaml_schema_path'
=>
'Specify the complete directory path to your yaml schema files.'
,
...
...
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