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
0d056d77
Commit
0d056d77
authored
Sep 06, 2007
by
Jonathan.Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hmm, not sure.
parent
e20c213a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
routing.yml
website/apps/frontend/config/routing.yml
+2
-2
actions.class.php
website/apps/frontend/modules/main/actions/actions.class.php
+0
-5
No files found.
website/apps/frontend/config/routing.yml
View file @
0d056d77
...
...
@@ -16,8 +16,8 @@ download:
param
:
{
module
:
main
,
action
:
download
}
manual
:
url
:
/documentation/manual
param
:
{
module
:
ma
in
,
action
:
manual
}
url
:
/documentation/manual
/*
param
:
{
module
:
ma
nual
,
action
:
index
}
api_documentation
:
url
:
/documentation/api
...
...
website/apps/frontend/modules/main/actions/actions.class.php
View file @
0d056d77
...
...
@@ -17,11 +17,6 @@ class mainActions extends sfActions
public
function
executeIndex
()
{
}
public
function
executeManual
()
{
$this
->
redirect
(
'http://doctrine.pengus.net/doctrine/manual/new'
);
}
public
function
executeAbout
()
{
...
...
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