Skip to content

Commit 5172fd6

Browse files
committed
0 parents  commit 5172fd6

File tree

1,098 files changed

+250041
-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.

1,098 files changed

+250041
-0
lines changed

.cache/.dataModel

410 KB
Binary file not shown.

.cache/.wsdlDataModel

7.79 KB
Binary file not shown.

.htaccess

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<IfModule mod_rewrite.c>
2+
RewriteEngine On
3+
RewriteCond %{QUERY_STRING} (.*)
4+
RewriteRule ^(.*)$ _japp/loader.php?__r=$1&%1
5+
6+
7+
#RewriteCond %{query_string} ^(.*)
8+
#RewriteRule (.*) _japp/loader.php?__r=$1&%1
9+
</IfModule>

.project

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jFramework2</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.php.core.ValidationManagerWrapper</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.php.core.PHPNature</nature>
21+
</natures>
22+
</projectDescription>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Mon May 18 22:37:04 IRST 2009
2+
com.zend.php.javabridge.core.javabridge_entries=
3+
com.zend.php.javabridge.core.project_is_default_jre=true
4+
com.zend.php.javabridge.core.project_jre=System Default JRE;/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
5+
eclipse.preferences.version=1

.settings/org.eclipse.php.core.prefs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Mon May 18 22:37:04 IRST 2009
2+
eclipse.preferences.version=1
3+
phpVersion=php5
4+
use_asp_tags_as_php=false
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Mon May 18 22:37:04 IRST 2009
2+
eclipse.preferences.version=1
3+
org.eclipse.php.core.contextRoot=
4+
org.eclipse.php.core.defaultEncoding=
5+
org.eclipse.php.core.includePath=<?xml version\="1.0" encoding\="UTF-8"?>\n<includepath>\n</includepath>\n

_japp/config/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
order allow,deny
2+
deny from all

_japp/config/constants.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
namespace jf;
3+
4+
const version="4.0";
5+
6+
const WHOAMI="jFramework 4.0";
7+
8+
9+
const profiler_TickCount=1000;
10+

_japp/config/main.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
4+
5+
6+
?>

0 commit comments

Comments
 (0)