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
41ba6124
Commit
41ba6124
authored
May 31, 2007
by
pookey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more work on the documentation - pretty much just copying bits from the current manual pages
parent
d3281d8c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
README
manual/docbook/README
+6
-0
doctrine.xml
manual/docbook/doctrine.xml
+26
-0
No files found.
manual/docbook/README
View file @
41ba6124
...
...
@@ -5,3 +5,9 @@ Please feel free to contribute, but these docs are currently being developed
by Ian P. Christian <pookey@pookey.co.uk>.
Find me on IRC and talk to me if you want to help.
Pleaes use xmllint to validate your changes BEFORE committing.
Please follow the intenting format used in the file.
*2 SPACES* for indenting.
That's SPACES not TABS :)
manual/docbook/doctrine.xml
View file @
41ba6124
...
...
@@ -31,4 +31,30 @@
</para>
</abstract>
</bookinfo>
<chapter
id=
"introduction"
>
<title>
Introduction
</title>
<para>
</para>
<sect1
id=
"requirements"
>
<title>
Requirements
</title>
<para>
Doctrine requires PHP >= 5.1, and it doesn't require any external libraries.
</para>
<para>
For database abstraction Doctrine uses PDO which is bundled with php by
default. Doctrine also requires a little adodb-hack for table creation,
which comes with doctrine.
</para>
</sect1>
<sect1
id=
"getting-started"
>
<title>
Getting Started
</title>
<para>
The installation of doctrine is very easy. Just get the latest revision of Doctrine from
<ulink
url=
"http://doctrine.pengus.net/svn/trunk"
>
http://doctrine.pengus.net/svn/trunk
</ulink>
.
</para>
</sect1>
</chapter>
</book>
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