File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Phalcon Tutorial
2
2
================
3
3
4
- Phalcon PHP is a web framework delivered as a C extension providing high
4
+ Phalcon is a web framework for PHP delivered as a C extension providing high
5
5
performance and lower resource consumption.
6
6
7
7
This is a very simple tutorial to understand the basis of work with Phalcon.
8
8
9
- Check out a explanation article: http://phalconphp.com/documentation/ tutorial
9
+ Check out a explanation article: http://docs. phalconphp.com/en/latest/reference/ tutorial.html
10
10
11
11
Get Started
12
12
-----------
@@ -17,5 +17,5 @@ To run this application on your machine, you need at least:
17
17
18
18
* PHP >= 5.3.11
19
19
* Apache Web Server with mod rewrite enabled
20
- * Phalcon PHP Framework extension enabled (0.5.x)
20
+ * Phalcon Framework extension enabled (>= 0.5.x)
21
21
You can’t perform that action at this time.
0 commit comments