You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** This repository contains the code of the modulebuilder module
22
16
It's under development currently. If you want to build with developers this version of module or create a base modules, you can use the last version of this module at [Txmod XOOPS Web Site](http://www.txmodxoops.org), and visit the main discussion forum at [XOOPS Web Site](https://xoops.org/modules/newbb/viewtopic.php?topic_id=76746) for more information.
@@ -61,11 +55,16 @@ Apache = 2.4.10, 2.4.18
61
55
XOOPS = 2.5.11
62
56
63
57
Codeception = 2.0.13
58
+
64
59
Selenium IDE = 2.9.0
65
60
66
-
[](http://waffle.io/txmodxoops/modulebuilder)
67
-
[](http://waffle.io/txmodxoops/modulebuilder)
68
-
[](http://waffle.io/txmodxoops/modulebuilder)
69
-
[](http://waffle.io/txmodxoops/modulebuilder)
61
+
#### Tutorial:
62
+
[](https://xoops.gitbook.io/modulebuilder-tutorial/) Tutorial: coming soon on [GitBook](https://xoops.gitbook.io/modulebuilder-tutorial/).
63
+
To contribute to the Tutorial, [fork it on GitHub](https://github.com/XoopsDocs/modulebuilder-tutorial)
64
+
65
+
#### Translation:
66
+
[](https://www.transifex.com/xoops)
if (1 == (int)$tables[$t]->getVar('table_user')) {
100
+
$tableUser = 1;
101
+
}
102
+
$tableName = $tables[$t]->getVar('table_name');
103
+
$stuTableName = \mb_strtoupper($tableName);
104
+
$stlTableName = \mb_strtolower($tableName);
105
+
$thereare .= $this->ld->getDefine($language, "THEREARE_{$stuTableName}", "There are <span class='bold'>%s</span> {$stlTableName} in the database", true);
0 commit comments