Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
ksup
Commits
534c6b83
Commit
534c6b83
authored
Nov 14, 2016
by
Laurent Lécluse
Browse files
Initialisation (suite)
parent
260c7170
Changes
2
Hide whitespace changes
Inline
Side-by-side
autoload_classmap.php
View file @
534c6b83
<?php
<?php
// Generated by ZF2's ./bin/classmap_generator.php
// Generated by ZF2's ./bin/classmap_generator.php
return
array
(
return
array
(
'UnicaenKsup\Module'
=>
__DIR__
.
'/Module.php'
,
);
);
\ No newline at end of file
config/module.config.php
View file @
534c6b83
...
@@ -17,7 +17,7 @@ return [
...
@@ -17,7 +17,7 @@ return [
],
],
// TemplatePathStack configuration
// TemplatePathStack configuration
'template_path_stack'
=>
[
'template_path_stack'
=>
[
__DIR__
.
'/../view'
,
'ksup'
=>
__DIR__
.
'/../view'
,
],
],
// Layout template name
// Layout template name
'layout'
=>
'layout/layout'
,
// e.g., 'layout/layout'
'layout'
=>
'layout/layout'
,
// e.g., 'layout/layout'
...
...
Write
Preview
Supports
Markdown
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