Skip to content

Commit caea6f8

Browse files
committed
MVC-07-12-2017
0 parents  commit caea6f8

File tree

239 files changed

+37899
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+37899
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "mufkuw/mvc",
3+
"description": "Description of project mvc.",
4+
"authors": [
5+
{
6+
"name": "Muffaddal Kalla",
7+
"email": "[email protected]"
8+
}
9+
],
10+
"require": {
11+
"smarty/smarty": "v3.1.31"
12+
}
13+
}

composer.lock

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nbproject/private/private.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
copy.src.files=false
2+
copy.src.on.open=false
3+
copy.src.target=
4+
index.file=index.php
5+
run.as=LOCAL
6+
url=http://mvc.localhost

nbproject/project.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
auxiliary.org-netbeans-modules-php-smarty.smarty-framework=true
2+
include.path=${php.global.include.path}
3+
php.version=PHP_70
4+
source.encoding=UTF-8
5+
src.dir=.
6+
tags.asp=false
7+
tags.short=false
8+
web.root=.

nbproject/project.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.php.project</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/php-project/1">
6+
<name>mvc</name>
7+
</data>
8+
</configuration>
9+
</project>

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitd506e7354b0e8b538f444097ab890120::getLoader();

0 commit comments

Comments
 (0)