File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Mainly to make it easy to learn for PHP developers.
2121<br />
2222
2323<a href =' /installation/ ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ; margin-right : 30px ;" >Download</a >
24- <a href =' http://maurits.server.nlware.com/ ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ; margin-right : 30px ;" >Demo</a >
2524<a href =' https://github.com/mintyphp/mintyphp ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ; margin-right : 30px ;" >Github</a >
2625
2726<br />
@@ -30,4 +29,4 @@ Mainly to make it easy to learn for PHP developers.
3029
3130- [ MindaPHP: a new PHP framework optimized for learning] ( https://www.leaseweb.com/labs/2013/10/mindaphp-new-php-framework-optimized-learning/ )
3231- [ MintyPHP now on packagist!] ( https://tqdev.com/2018-mindaphp-now-on-packagist )
33- - [ Reduce the mental load for developers] ( https://tqdev.com/2018-web-development-made-simple )
32+ - [ Reduce the mental load for developers] ( https://tqdev.com/2018-web-development-made-simple )
Original file line number Diff line number Diff line change @@ -23,15 +23,24 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
2323You can download the latest version as a zip archive by clicking the button below.
2424
2525<br >
26+ <<<<<<< HEAD
2627<a href =' http://github.com/mintyphp/mintyphp/archive/v.zip ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ;" >Download MintyPHP v</a >
28+ =======
29+ <a href =' http://github.com/mintyphp/mintyphp/archive/v2.0.4.zip ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ;" >Download MintyPHP v2.0.4</a >
30+ >>>>>>> 1a66369292aa0e5ac4dc25bafb572a8fbc91c7c6
2731 <br>
2832 <br>
2933
3034Unzip the archive and run the start.sh script with the following command:
3135
3236```
37+ <<<<<<< HEAD
3338unzip mintyphp-.zip
3439cd mintyphp-
40+ =======
41+ unzip mintyphp-2.0.4.zip
42+ cd mintyphp-2.0.4
43+ >>>>>>> 1a66369292aa0e5ac4dc25bafb572a8fbc91c7c6
3544bash start.sh
3645```
3746
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ This is a reference of the all global variables and functions.
3737
3838| Function | Location | Purpose |
3939| ------------------------------------------- | ------------- | --------------- |
40- | ` Loader::register($path,$namespace):bool ` | loader.php | Loading classes |
4140| ` Buffer::set($name,$string) ` | * .php | Set raw HTML |
4241| ` Buffer::get($name):bool ` | * .phtml | Get raw HTML |
4342| ` Buffer::start($name) ` | * .phtml | Nested template |
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=$( curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 20 ' label- latest' | grep -o ' " v[0-9]\+\.[0-9]\+\.[0-9]\+" ' )
2+ VERSION=$( curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 20 ' latest' | grep -o ' v[0-9]\+\.[0-9]\+\.[0-9]\+' )
33VERSION=" ${VERSION// \" } " # strip quote character
44VERSION=" ${VERSION// v} " # strip v character
55OLDVER=$( cat version.txt)
Original file line number Diff line number Diff line change 1-
1+ 2.0.5
You can’t perform that action at this time.
0 commit comments