GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
sqlmarker
Browse code
Enabled all tables.
master
1 parent
60e4ea3
commit
39c25fa2c8156f2a2aa52a51f14909ec1d8ca4f8
Nigel Stanger
authored
on 27 Jul 2013
Patch
Showing
2 changed files
+9
-9
■
■
■
■
■
BDL/Test_classes/BDL_table_list.php
+9
-9
■
■
■
■
■
STINK_student_records/Test_classes/STINK_student_records_table_list.php
Ignore Space
Show notes
View
18
■
■
■
■
■
BDL/Test_classes/BDL_table_list.php
<?
php
$testTables
=
array
(
// 'Staff',
// 'Customer',
// 'Supplier',
// 'Product',
// 'Component',
// 'Assembly',
// 'Sale_head',
// 'Sale_line',
// 'Order_head',
'Staff'
,
'Customer'
,
'Supplier'
,
'Product'
,
'Component'
,
'Assembly'
,
'Sale_head'
,
'Sale_line'
,
'Order_head'
,
'Order_line'
,
);
?>
<?php $testTables = array( 'Staff', 'Customer', 'Supplier', 'Product', 'Component', 'Assembly', 'Sale_head', 'Sale_line', 'Order_head', 'Order_line', ); ?>
<?php $testTables = array( // 'Staff', // 'Customer', // 'Supplier', // 'Product', // 'Component', // 'Assembly', // 'Sale_head', // 'Sale_line', // 'Order_head', 'Order_line', ); ?>
Ignore Space
Show notes
View
18
■
■
■
■
■
STINK_student_records/Test_classes/STINK_student_records_table_list.php
<?
php
$testTables
=
array
(
// 'Qualification',
// 'Paper',
// 'Schedule',
// 'Person',
// 'Staff',
// 'Student',
// 'Teach',
// 'Enrolment',
// 'Assessment',
'Qualification'
,
'Paper'
,
'Schedule'
,
'Person'
,
'Staff'
,
'Student'
,
'Teach'
,
'Enrolment'
,
'Assessment'
,
'Result'
,
);
?>
<?php $testTables = array( 'Qualification', 'Paper', 'Schedule', 'Person', 'Staff', 'Student', 'Teach', 'Enrolment', 'Assessment', 'Result', ); ?>
<?php $testTables = array( // 'Qualification', // 'Paper', // 'Schedule', // 'Person', // 'Staff', // 'Student', // 'Teach', // 'Enrolment', // 'Assessment', 'Result', ); ?>
Show line notes below