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
17a2fc27
Commit
17a2fc27
authored
Feb 02, 2016
by
Carsten Rose
Browse files
gitignore: exclude: phpdocinstall, qfq.flowchart*, test.html. test.php
parent
27bfba62
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
17a2fc27
...
...
@@ -5,4 +5,8 @@
/packages
/bower_components
# Created by .ignore support plugin (hsz.mobi)
/.phpdocinstall
/qfq.flowchart.dia.autosave
/test.html
/test.php
/support
index.php
View file @
17a2fc27
...
...
@@ -36,7 +36,6 @@ require_once("qfq/Constants.php"); // just for the debug string below to simulat
//qfq\renderForm("\n# some notes\ndebugLoad = 5\n debugSave = 0\n form = mytestform");
qfq\renderForm
(
"
\n
; some comment
\n
"
.
TYPO3_FORM
.
"=form
\n
"
.
TYPO3_DEBUG_SAVE
.
"=6
\n
"
.
TYPO3_DEBUG_LOAD
.
"=7
\n
"
.
TYPO3_DEBUG_SHOW_STACK
.
"=1
\n
"
);
?>
</body>
...
...
t3/form.php
View file @
17a2fc27
...
...
@@ -35,6 +35,7 @@ function renderForm($bodytext = "") {
echo
"test"
;
}
catch
(
UserException
$e
)
{
echo
$e
->
formatMessage
();
}
catch
(
CodeException
$e
)
{
...
...
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