Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
00e7ace7
Commit
00e7ace7
authored
Sep 05, 2016
by
Carsten Rose
Browse files
Update README.md
parent
f754f8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
00e7ace7
...
...
@@ -10,18 +10,18 @@ Installation
*
If there is a error message "Call to undefined method mysqli_stmt::get_result()",
`php5-mysqlnd`
is not installed or not active.
*
The following functions are used and are only available with the native driver:
```
bash
```bash
mysqli::get_result (important),
mysqli::fetch_all (nice to have)
```
```
*
Ubuntu:
```
bash
```bash
sudo apt-get install php5-mysqlnd
sudo php5enmod mysqlnd
sudo service apache2 restart
```
```
*
Install extension as regular.
*
In
`typo3conf/ext/qfq`
rename
`config.examle.ini`
to
`config.ini`
.
...
...
@@ -31,6 +31,8 @@ Installation
Bootstrap: include by TypoScript
---------
```
script
page.includeCSS {
file1 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap.min.css
...
...
@@ -47,7 +49,7 @@ page.includeJS {
file3 = typo3conf/ext/qfq/Resources/Public/JavaScript/jqx-all.js
file4 = typo3conf/ext/qfq/Resources/Public/JavaScript/qfq-min.js
}
```
Usage
-----
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment