mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Added /app/helpers and /modules.
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@159 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
4a87a75332
commit
8e0af6609a
3 changed files with 12 additions and 0 deletions
6
app/helpers/pages_helper.php
Normal file
6
app/helpers/pages_helper.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?PHP
|
||||||
|
|
||||||
|
class PagesHelper extends AppController {
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
6
app/helpers/tests_helper.php
Normal file
6
app/helpers/tests_helper.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?PHP
|
||||||
|
|
||||||
|
class TestsHelper extends AppController {
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
0
modules/put_modules_here
Normal file
0
modules/put_modules_here
Normal file
Loading…
Reference in a new issue