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
852966cc
Commit
852966cc
authored
May 31, 2007
by
pookey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community information added to new documentation
parent
41ba6124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
doctrine.xml
manual/docbook/doctrine.xml
+49
-0
No files found.
manual/docbook/doctrine.xml
View file @
852966cc
...
...
@@ -14,6 +14,10 @@
<surname>
Christian
</surname>
<email>
pookey@pookey.co.uk
</email>
</author>
<author>
<firstname>
Konsta
</firstname>
<surname>
Vesterinen
</surname>
</author>
<copyright>
<holder>
Doctrine Project
</holder>
<year>
2007
</year>
...
...
@@ -35,6 +39,18 @@
<chapter
id=
"introduction"
>
<title>
Introduction
</title>
<para>
Doctrine is a Object Relational Mapping and database abstraction
framework for PHP. The DBAL part of Doctrine derives from MDB2. The key
idea was to provide very intuitive and easy-to-use persistency solution
(eg. RoR ActiveRecord) with all the advanced features from the more
heavy-weight solutions (eg. Hibernate).
</para>
<para>
Doctrine Query Language implements EJB 3 OQL specificiation and expands
it a bit further (it has special LIMIT and OFFSET clauses).
</para>
<para>
</para>
<sect1
id=
"requirements"
>
...
...
@@ -49,6 +65,39 @@
</para>
</sect1>
<sect1
id=
"community"
>
<title>
Community
</title>
<para>
Doctrine has 3 mailing lists, an IRC forum, and a wiki.
</para>
<sect2
id=
"community-mailinglist"
>
<title>
Mailing Lists
</title>
<para>
The 'user' mailing list is for discussing the usage of doctrine.
To subscribe to this list, send a blank email to
<email>
doctrine-user+subscribe@lists.pengus.net
</email>
</para>
<para>
The 'dev' mailing list is used for discussion of the development
of doctrine. To subscribe to this list, send a blank email to
<email>
doctrine-dev+subscribe@lists.pengus.net
</email>
</para>
<para>
The 'svn' mailing list is a read-only list, which users and developers
can subscribe to to receive commit logs to the SVN repository. This
list is quite high traffic, as every commit to the repository results
in an email containing the changelog entry and diffs of the changed
files.
</para>
</sect2>
<sect2
id=
"community-irc"
>
<title>
IRC
</title>
<para>
The #doctrine IRC channel can be found on the freenode network.
</para>
</sect2>
</sect1>
<sect1
id=
"getting-started"
>
<title>
Getting Started
</title>
<para>
...
...
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