audit_krs_con_digger.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. <?php
  2. $_SERVER['SERVER_NAME'] = 'biuro.biall-net.pl';
  3. //when used in /Library/Server/Web/Data/Sites/bzyk-biale-plamy-php-temp/SE/dev on biuro.biall-net.pl
  4. if( file_exists ( "../../se-lib/bootstrap.php"))
  5. require("../../se-lib/bootstrap.php");
  6. //when used in in native SE
  7. else require("../../../../SE-production-git/SE/se-lib/bootstrap.php");
  8. Lib::loadClass("Vendor_Geophp");
  9. $db = DB::getDB();
  10. // DB::getPDO()->query("truncate table Rozdzielcza_test_bzyk_Cables_to_PE");
  11. //unset($ID_Way);
  12. /*foreach($cables_from_joins_to_PE_arr as $id_j=>$Path_Point_val) {
  13. $sql_Path_Point_val="insert into Rozdzielcza_test_bzyk_Cables_to_PE (the_geom,ID_Way,ID_Point,len,PE_ID_Join)
  14. values (ST_GeomFromText('".$Path_Point_val['LINESTRING']."'),'".$Path_Point_val['ID_Way']."',
  15. '".$Path_Point_val['ID_Point']."' ,'".$Path_Point_val['len']."','".$Path_Point_val['PE_ID_Join']."' ) ";
  16. echo "#216Query path ins:: ".$sql_Path_Point_val." ";
  17. //if(strlen($edge_joins_filled_paths[$ID_Way]['asText'])>2)
  18. if(strlen($Path_Point_val['LINESTRING'])>1)
  19. DB::getPDO()->query($sql_Path_Point_val);
  20. else echo " ERROR blad danych!!! dla ID_Point:".$Path_Point_val['ID_Point'];
  21. //else echo "#296 path nie wygenerowalo sie !! dla ".$ID_Way." i pkt ".$pkt_A." , ".$pkt_B." \n";
  22. }
  23. */
  24. $tables['Y']['BI_audit_ENERGA_PRACOWNICY']['rel']['pesel']='pesel';
  25. $tables['Y']['BI_audit_ENERGA_PRACOWNICY']['rel']['nip']='nip';
  26. $tables['Y']['BI_audit_ENERGA_PRACOWNICY']['rel']['regon']='regon';
  27. $tables['Y']['BI_audit_ENERGA_PRACOWNICY']['rel']['ID_BI_audit_ENERGA_PRACOWNICY']='ID';
  28. //$tables['X']['BI_audit_KW_requested']['rel_search']['pesel']='Seller_Person';
  29. //$tables['X']['BI_audit_KW_requested']['rel']['pesel']['search']='like';
  30. $tables['Z']['BI_audit_ENERGA_PRACOWNICY_adresy']['rel']['ID_BI_audit_ENERGA_PRACOWNICY']='ID_BI_audit_ENERGA_PRACOWNICY';
  31. $tables['Z']['BI_audit_ENERGA_PRACOWNICY_adresy']['rel_and']['TERYT']['TERYT_SYM']='TERYT_SYM';
  32. $tables['Z']['BI_audit_ENERGA_PRACOWNICY_adresy']['rel_and']['TERYT']['TERYT_SYM_UL']='TERYT_SYM_UL';
  33. $tables['Z']['BI_audit_ENERGA_PRACOWNICY_adresy']['rel_and']['TERYT']['budynek']='nrBudynku';
  34. //$tables['Z']['BI_audit_ENERGA_PRACOWNICY_adresy']['rel_and']['TERYT']['nrLokalu']='nrLokalu';
  35. $tables['X']['BI_audit_ENERGA_RUM_KONTRAHENCI']['rel']['nip']='NIP';
  36. $tables['X']['BI_audit_ENERGA_RUM_KONTRAHENCI']['rel']['regon']='REGON';
  37. $tables['X']['BI_audit_ENERGA_RUM_KONTRAHENCI']['rel']['pesel']='PESEL';
  38. //$tables['X']['BI_audit_ENERGA_RUM_KONTRAHENCI']['rel']['teryt']=1;
  39. //$tables['X']['BI_audit_ENERGA_RUM_UMOWY']['rel_like']['nip']='Strony_umowy';
  40. $tables['Z']['BI_audit_CEIDG']['rel']['nip']='nip';
  41. $tables['Z']['BI_audit_CEIDG']['rel']['regon']='regon';
  42. //$tables['Z']['BI_audit_CEIDG']['rel_and']['adres']['miejscowosc']='miejscowosc';
  43. //$tables['Z']['BI_audit_CEIDG']['rel_and']['adres']['ulica']='ulica';
  44. //$tables['Z']['BI_audit_CEIDG']['rel_and']['adres']['kodPocztowy']='kodPocztowy';
  45. //$tables['Z']['BI_audit_CEIDG']['rel_and']['adres']['budynek']='budynek';
  46. $tables['Z']['BI_audit_CEIDG']['rel_and']['TERYT']['TERYT_SYM']='TERYT_SYM';
  47. $tables['Z']['BI_audit_CEIDG']['rel_and']['TERYT']['TERYT_SYM_UL']='TERYT_SYM_UL';
  48. //$tables['Z']['BI_audit_CEIDG']['rel_and']['TERYT']['nrLokalu']='lokal';
  49. $tables['Z']['BI_audit_CEIDG']['rel_and']['TERYT']['budynek']='budynek';
  50. $tables['Z']['BI_audit_CEIDG']['ref'][19]='BI_audit_CEIDG_pelnomocnicy';
  51. $tables['Z']['BI_audit_CEIDG']['ref'][18]='BI_audit_CEIDG_powiazania';
  52. $tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel']['nip']='nip';
  53. //$tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['adres']['miejscowosc']='miejscowosc';
  54. //$tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['adres']['ulica']='ulica';
  55. //$tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['adres']['kodPocztowy']='kodPocztowy';
  56. $tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['TERYT']['TERYT_SYM']='TERYT_SYM';
  57. $tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['TERYT']['TERYT_SYM_UL']='TERYT_SYM_UL';
  58. //$tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['TERYT']['nrLokalu']='lokal';
  59. $tables['Z']['BI_audit_CEIDG_pelnomocnicy']['rel_and']['TERYT']['budynek']='budynek';
  60. $tables['Z']['BI_audit_CEIDG_pelnomocnicy']['backref'][19]='BI_audit_CEIDG';
  61. $tables['Z']['BI_audit_CEIDG_powiazania']['rel']['nip']='nip';
  62. $tables['Z']['BI_audit_CEIDG_powiazania']['rel']['regon']='regon';
  63. $tables['Z']['BI_audit_CEIDG_powiazania']['backref'][18]='BI_audit_CEIDG';
  64. $tables['Z']['BI_audit_KRS']['rel']['nip']='nip';
  65. $tables['Z']['BI_audit_KRS']['rel']['regon']='regon';
  66. $tables['Z']['BI_audit_KRS']['rel']['krs']='krs';
  67. //$tables['Z']['BI_audit_KRS']['rel_and']['adres']['miejscowosc']='A_miejscowosc';
  68. //$tables['Z']['BI_audit_KRS']['rel_and']['adres']['ulica']='A_ulica';
  69. //$tables['Z']['BI_audit_KRS']['rel_and']['adres']['kodPocztowy']='A_kod';
  70. //$tables['Z']['BI_audit_KRS']['rel_and']['adres']['budynek']='A_nrDomu';
  71. $tables['Z']['BI_audit_KRS']['rel_and']['TERYT']['TERYT_SYM']='TERYT_SYM';
  72. $tables['Z']['BI_audit_KRS']['rel_and']['TERYT']['TERYT_SYM_UL']='TERYT_SYM_UL';
  73. //$tables['Z']['BI_audit_KRS']['rel_and']['TERYT']['nrLokalu']='A_nrLokalu';
  74. $tables['Z']['BI_audit_KRS']['rel_and']['TERYT']['budynek']='A_nrDomu';
  75. $tables['Z']['BI_audit_KRS']['ref'][12]='BI_audit_KRS_person';
  76. $tables['Z']['BI_audit_KRS']['ref'][11]='BI_audit_KRS_company';
  77. $tables['Z']['BI_audit_KRS_company']['rel']['regon']='regon';
  78. $tables['Z']['BI_audit_KRS_company']['rel']['krs']='krs';
  79. $tables['Z']['BI_audit_KRS_company']['backref'][11]='BI_audit_KRS';
  80. $tables['Z']['BI_audit_KRS_person']['rel']['pesel']='pesel';
  81. $tables['Z']['BI_audit_KRS_person']['backref'][12]='BI_audit_KRS';
  82. function start_dig($tables) {
  83. global $db;
  84. foreach($tables['Y'] as $Y=>$t) {
  85. $sql='select * from '.$Y.' where ID=12 or ID=19 or 1=1 limit 100' ;
  86. $res=$db->query($sql);
  87. while($h=$db->fetch($res)) {
  88. $hist_loop[$Y][]=$h;
  89. $hist_time[][$Y]=$h;
  90. dig_next($hist_loop,$t,$h,1,$hist_time,$Y,add_path('//',$Y));
  91. unset($hist_time);
  92. }
  93. }
  94. }
  95. function add_path($path,$last_tbl) {
  96. $path.="/".$last_tbl;
  97. return $path;
  98. }
  99. function dig_next($hist_loop,$prev_tbl,$prev_dig,$loop,$hist_time,$last_tbl='n/s',$path) {
  100. global $db,$tables;
  101. $loop++;
  102. echo "\n<hr>###LOOP ".$loop." path:".$path;
  103. if($loop<12) {
  104. //detect next ref tbls
  105. $sql = array();
  106. $sql_RELAND = array();
  107. foreach($tables['Z'] as $Z=>$z) {
  108. //rels in tbls
  109. foreach($z['rel'] as $z_rel_from=>$z_rel_to) {
  110. // echo "110 test z_rel_fr ".$z_rel_from." to z_rel_to ".$z_rel_to ;
  111. if( isset($prev_tbl['rel'][$z_rel_from])) {
  112. if( strlen($prev_dig->$prev_tbl['rel'][$z_rel_from]) > 0 ) {
  113. $sql[$Z]['rel'][$z_rel_to] = $prev_dig->$prev_tbl['rel'][$z_rel_from];
  114. $path_rel[$Z][]="(".$z_rel_to.")";
  115. }
  116. }
  117. }
  118. //search addr
  119. if(isset($z['rel_and'])) {
  120. foreach($z['rel_and'] as $z_rel_and=>$z_rel_and_name) {
  121. $rel_and_ok=1;
  122. foreach($z_rel_and_name as $z_rel_and_name_cur=>$z_rel_and_name_col_to) {
  123. if(isset($prev_dig->$z_rel_and_name_col_to) and ( strlen($prev_dig->$z_rel_and_name_col_to)) > 0 ) {//and ( strlen($prev_dig->$z_rel_and_name_cur) > 2)
  124. if($rel_and_ok<>0) $rel_and_ok=2;
  125. // echo "\n<br>121 rel_and from:".$last_tbl." OK for tbl ".$Z." z_rel_and_name_col_to: ".$z_rel_and_name_col_to." value:".$prev_dig->$z_rel_and_name_cur." rel_and_ok=".$rel_and_ok;
  126. } else {
  127. // echo "<br> #127 UNSET ".$prev_dig->$z_rel_and_name_cur." / ".$z_rel_and_name_col_to." ";
  128. $rel_and_ok=0;
  129. }
  130. }
  131. if($rel_and_ok==2) {
  132. $path_rel_and = array();
  133. // echo "\n<br>#133 Z=".$Z." ok rel_and_ok=".$rel_and_ok;
  134. foreach($z_rel_and_name as $z_rel_and_name_cur=>$z_rel_and_name_col_to) {
  135. // echo "\n<br> 135... ok. Z=".$Z."/ z_rel_and_name=".$z_rel_and_name_cur."/ z_rel_and_name_col_to=".$z_rel_and_name_col_to."/ prev_dig-z_rel_and_name_cur=".$prev_dig->$z_rel_and_name_cur;
  136. $sql_rel_and[$Z][$z_rel_and][$z_rel_and_name_col_to]=$prev_dig->$z_rel_and_name_col_to;
  137. $path_rel_and[]="(".$z_rel_and_name_col_to.")";
  138. }
  139. } else {
  140. // echo "<br>#137 error rel_and_ok=".$rel_and_ok;
  141. }
  142. }
  143. }
  144. }
  145. // echo "<br>135:sql_rel_and <pre>";
  146. // print_r($sql_rel_and);
  147. // echo " .EOF</pre>";
  148. if( isset($sql_rel_and)) {
  149. foreach($sql_rel_and as $T=>$z_rel_and_arr) {
  150. foreach($z_rel_and_arr as $z_rel_and_name=>$z_rel_and_name_col) {
  151. //echo "<br>156 z_rel_and_name=".$z_rel_and_name." ";
  152. $sql_rel_and_sql[$T][$z_rel_and_name]="select * from ".$T." where ( ";
  153. $and=0;
  154. foreach($z_rel_and_name_col as $z_rel_and_name_cur=>$z_rel_and_name_col_to) {
  155. if( $and==1) $sql_rel_and_sql[$T][$z_rel_and_name].=" and `".$z_rel_and_name_cur."` = '".$z_rel_and_name_col_to."' and `".$z_rel_and_name_cur."` not like '%--%' and `".$z_rel_and_name_cur."` not like '' " ;
  156. else $sql_rel_and_sql[$T][$z_rel_and_name].=" `".$z_rel_and_name_cur."` like '".$z_rel_and_name_col_to."' and `".$z_rel_and_name_cur."` not like '%--%' and `".$z_rel_and_name_cur."` not like '' " ;
  157. // if($z_rel_and_name_cur=='miejscowosc') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `miejscowosc` not like '' " ;
  158. // if($z_rel_and_name_cur=='A_ulica') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `A_ulica` not like '' " ;
  159. // if($z_rel_and_name_cur=='ulica') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `ulica` not like '' " ;
  160. // if($z_rel_and_name_cur=='kodPocztowy') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `kodPocztowy` not like '' " ;
  161. // if($z_rel_and_name_cur=='budynek') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `budynek` like '".$z_rel_and_name_col_to."' " ;
  162. // if($z_rel_and_name_cur=='A_nrDomu') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `A_nrDomu` like '".$z_rel_and_name_col_to."' " ;
  163. // if($z_rel_and_name_cur=='kodPocztowy') $sql_rel_and_sql[$T][$z_rel_and_name].=" and `kodPocztowy` like '".$z_rel_and_name_col_to."' " ;
  164. $and=1;
  165. }
  166. $sql_rel_and_sql[$T][$z_rel_and_name].=" ) " ;
  167. if( isset($hist_loop[$T])) {
  168. foreach($hist_loop[$T] as $hist_rec) {
  169. $sql_rel_and_sql[$T][$z_rel_and_name].=" and ID!='".$hist_rec->ID."' ";
  170. }
  171. }
  172. $sql_rel_and_sql[$T][$z_rel_and_name].=" ; " ;
  173. dig_arr_cur($hist_loop,$T,$sql_rel_and_sql[$T][$z_rel_and_name],$hist_time,$loop,$last_tbl,$path);
  174. }
  175. }
  176. }
  177. //echo "<br>164:sql_rel_and_sql <pre>";
  178. // print_r($sql_rel_and_sql);
  179. // echo " .EOF</pre>";
  180. //X test
  181. //echo " <br> 129 prev <pre>";
  182. // print_r($prev_dig);
  183. // echo "<br> prevtbl";
  184. // print_r($prev_tbl);
  185. // echo "</pre>";
  186. foreach($tables['X'] as $X=>$x) {
  187. //rels in tbls
  188. if( isset($x['rel']) ) {
  189. foreach($x['rel'] as $x_rel_from=>$x_rel_to) {
  190. //echo "\n<br> #133test tbl ".$X." z_rel_fr ".$x_rel_from." to z_rel_to ".$x_rel_to." prev tbl " ;
  191. if( isset($prev_tbl['rel'][$x_rel_from]) ) { //isset($prev_dig->$prev_tbl['rel'][$x_rel_to])
  192. // echo "<br>141 rel from ".$x_rel_from." exists .. testing field ".$prev_tbl['rel'][$x_rel_from]." <br>";//strlen(".$prev_dig->$prev_tbl['rel'][$x_rel_to].")
  193. if( isset($prev_dig->$prev_tbl['rel'][$x_rel_from]) and strlen($prev_dig->$prev_tbl['rel'][$x_rel_from]) > 1 ) { //
  194. $sql_X[$X]['rel'][$x_rel_to]= $prev_dig->$prev_tbl['rel'][$x_rel_from];
  195. }
  196. }
  197. }
  198. }
  199. //rel_like
  200. if( isset($x['rel_like'])) {
  201. foreach($x['rel_like'] as $x_rel_from=>$x_rel_to) {
  202. //echo "\n<br> #133test tbl ".$X." z_rel_fr ".$x_rel_from." to z_rel_to ".$x_rel_to." prev tbl " ;
  203. if( isset($prev_tbl['rel'][$x_rel_from]) ) { //isset($prev_dig->$prev_tbl['rel'][$x_rel_to])
  204. // echo "<br>141 rel from ".$x_rel_from." exists .. testing field ".$prev_tbl['rel'][$x_rel_from]." <br>";//strlen(".$prev_dig->$prev_tbl['rel'][$x_rel_to].")
  205. if( isset($prev_dig->$prev_tbl['rel'][$x_rel_from]) and strlen($prev_dig->$prev_tbl['rel'][$x_rel_from]) > 1 ) { //
  206. $sql_X1[$X]['rel_like'][$x_rel_to]= $prev_dig->$prev_tbl['rel'][$x_rel_from];
  207. }
  208. }
  209. }
  210. }
  211. }
  212. flush();
  213. // echo "\n<br>sql_X<pre>";
  214. // print_r($sql_X);
  215. // echo "</pre>";
  216. if( isset($sql_X)) {
  217. foreach($sql_X as $T => $rel) {
  218. $sql_x[$T]=" select * from ".$T." where ( ";
  219. foreach($rel['rel'] as $col=>$val) {
  220. if( isset($sql_x_str[$T])) $sql_x_str[$T].=" or `".$col."` = '".$val."' " ;
  221. else $sql_x_str[$T]=" `".$col."` = '".$val."' " ;
  222. }
  223. $sql_x[$T].=$sql_x_str[$T]." ) ";
  224. //not loop
  225. if( isset($hist_loop[$T])) {
  226. foreach($hist_loop[$T] as $hist_rec) {
  227. $sql_t[$T].=" and ID!='".$hist_rec->ID."' ";
  228. }
  229. }
  230. }
  231. }
  232. // echo "<br> sql_x" ;
  233. //print_r($sql_x);
  234. if( isset($sql_X1)) {
  235. foreach($sql_X1 as $T => $rel) {
  236. $sql_x1[$T]=" select * from ".$T." where ( ";
  237. foreach($rel['rel_like'] as $col=>$val) {
  238. if( isset($sql_x1_str[$T])) $sql_x1_str[$T].=" or `".$col."` like '%".$val."'%" ;
  239. else $sql_x1_str[$T]=" `".$col."` like '%".$val."%' " ;
  240. }
  241. $sql_x1[$T].=$sql_x1_str[$T]." ) ";
  242. //not loop
  243. if( isset($hist_loop[$T])) {
  244. foreach($hist_loop[$T] as $hist_rec) {
  245. $sql_t[$T].=" and ID!='".$hist_rec->ID."' ";
  246. }
  247. }
  248. }
  249. }
  250. if( isset($sql_x)) {
  251. foreach($sql_x as $X => $sql_ext) {
  252. echo "\n<br>174 Querying :".$sql_ext ;
  253. $res=$db->query($sql_ext) or die('175 blad');
  254. while($h=$db->fetch($res)) {
  255. echo "\n<hr> #177 POWIAZANIE ZNALEZIONE DLA X <pre>";
  256. print_r($h);
  257. echo "<br> Historia sledzen:";
  258. print_r($hist_time);
  259. echo "#177 eof </pre>";
  260. }
  261. }
  262. }
  263. if( isset($sql_x1)) {
  264. foreach($sql_x1 as $X => $sql_ext) {
  265. echo "\n<br>306 Querying :".$sql_ext ;
  266. $res=$db->query($sql_ext) or die('307 blad');
  267. while($h=$db->fetch($res)) {
  268. echo "\n<hr> #309 POWIAZANIE ZNALEZIONE DLA X2 <pre>";
  269. print_r($h);
  270. echo "<br> Historia sledzen:";
  271. print_r($hist_time);
  272. echo "<br>relacje:";
  273. echo "#177 eof </pre>";
  274. }
  275. }
  276. }
  277. //X test eof
  278. foreach($sql as $T => $rel) {
  279. $sql_t[$T]=" select * from ".$T." where ( ";
  280. foreach($rel['rel'] as $col=>$val) {
  281. if( isset($sql_t_str[$T])) $sql_t_str[$T].=" or `".$col."` = '".$val."' " ;
  282. else $sql_t_str[$T]=" `".$col."` = '".$val."' " ;
  283. }
  284. $sql_t[$T].=$sql_t_str[$T]." ) ";
  285. //not loop
  286. if( isset($hist_loop[$T])) {
  287. echo "<br> hist loop cnt: ". count($hist_loop[$T]);
  288. foreach($hist_loop[$T] as $hist_rec) {
  289. $sql_t[$T].=" and ID!='".$hist_rec->ID."' ";
  290. }
  291. }
  292. }
  293. // echo "<br> 202 hist loop cnt: <pre> ". count($hist_loop);
  294. // print_r($hist_loop);
  295. // echo "</pre>";
  296. /* echo "<pre>sql_t";
  297. print_r($sql);
  298. echo "<br>sql_t ";
  299. print_r($sql_t);
  300. echo "</pre>";
  301. */
  302. if( isset($sql_t)) {
  303. foreach($sql_t as $T => $sql_ext) {
  304. // $path.=$path_rel[$T][ key($sql_ext) ];
  305. dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop,$last_tbl,$path);
  306. }
  307. }
  308. //todo look in Y and die()
  309. } else {
  310. echo "\n<hr> #377 Przekroczony limit zagnieżdzeń dla wątku: path=".$path."; <pre>\n";
  311. //print_r($hist_time);
  312. echo "</pre>";
  313. }
  314. echo "<br>#243 glebokosc:".$loop;
  315. }
  316. function dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop,$last_tbl,$path) {
  317. global $db,$tables;
  318. echo "\n<br>216: from:".$last_tbl." Querying :T ".$T." ext: ".$sql_ext ;//$sql_ext
  319. // echo "\n<br> las fou"
  320. flush();
  321. $res=$db->query($sql_ext) or die('211 blad '.$sql_ext);
  322. while($h=$db->fetch($res)) {
  323. echo "\n<br> #149 found ".$h->ID;
  324. // echo "<pre>"; print_r($h); echo "</pre>";
  325. // $hist_loop[$T][]=$h;
  326. // $hist_time[][$T]=$sql_ext." ##408 ".$path;
  327. // $hist_time[][$T]=$h;
  328. $hist_loop_root_cur['hist_loop']=$hist_loop;
  329. $hist_loop_root_cur['hist_time']=$hist_time;
  330. $hist_loop_root_cur['hist_loop'][$T][]=$h;
  331. $hist_loop_root_cur['hist_time'][]=$sql_ext." ##408 ".$path;
  332. $hist_loop_root_cur['hist_time'][]=$h;
  333. // print_r($hist_loop);
  334. $path_root=add_path($path,$T);
  335. dig_next($hist_loop_root_cur['hist_loop'], $tables['Z'][$T],$h,$loop,$hist_loop_root_cur['hist_time'],$last_tbl,$path_root);
  336. //rel dzieci $tables['Z']['BI_audit_CEIDG']['ref'][19]='BI_audit_CEIDG_pelnomocnicy';
  337. if(isset($tables['Z'][$T]['ref'])) {
  338. // echo "<br>#296 try to ref tables for T ".$T."<pre>";
  339. // print_r($tables['Z'][$T]['ref']);
  340. // echo "</pre>";
  341. foreach($tables['Z'][$T]['ref'] as $ref_id => $ref_table) {
  342. $sql_ref=" select REMOTE_PRIMARY_KEY from `CRM__#REF_TABLE__".$ref_id."` where `PRIMARY_KEY`=".$h->ID." ";
  343. $res_rel=$db->query($sql_ref) or die('211 blad '.$sql_ref);
  344. echo "<br>#297 ".$sql_ref;
  345. while($h_rel=$db->fetch($res_rel)){
  346. $sql_rel_rec="select * from `".$ref_table."` where ID=".$h_rel->REMOTE_PRIMARY_KEY." ";
  347. $res_rel_rec=$db->query($sql_rel_rec) or die('211 blad '.$sql_rel_rec);
  348. echo "<br>#159 ref tbl ".$sql_rel_rec;
  349. while($h_rel_rec=$db->fetch($res_rel_rec)){
  350. echo "#315 fnd:".$h_rel_rec->ID;
  351. $hist_loop_cur=$hist_loop_root_cur;
  352. // $hist_loop_cur['hist_time']=$hist_time;
  353. //$hist_loop[$ref_table][]=$h_rel_rec;
  354. $hist_loop_cur['hist_loop'][$ref_table][]=$h_rel_rec;
  355. // $hist_time[][$ref_table]=$sql_rel_rec;
  356. // $hist_time[][$ref_table]=$h_rel_rec;
  357. $hist_loop_cur['hist_time'][]=$sql_rel_rec." #435".$path;
  358. $hist_loop_cur['hist_time'][]=$h_rel_rec;
  359. dig_next($hist_loop_cur['hist_loop'],$tables['Z'][$ref_table],$h_rel_rec,$loop,$hist_loop_cur['hist_time'],$ref_table,add_path($path_root,$ref_table));
  360. }
  361. }
  362. }
  363. } else echo "#322 not ref to ".$T;
  364. if(isset($tables['Z'][$T]['backref'])) {
  365. //echo "<br>#296 try to backref tables T ".$T."<pre>";
  366. // print_r($tables['Z'][$T]['backref']);
  367. //echo "</pre>";
  368. foreach($tables['Z'][$T]['backref'] as $ref_id => $ref_table) {
  369. $sql_ref=" select PRIMARY_KEY from `CRM__#REF_TABLE__".$ref_id."` where `REMOTE_PRIMARY_KEY`=".$h->ID." ";
  370. $res_rel=$db->query($sql_ref) or die('318 blad '.$sql_ref);
  371. echo "<br>#319 backref ".$sql_ref;
  372. while($h_rel=$db->fetch($res_rel)){
  373. $sql_rel_rec="select * from `".$ref_table."` where ID=".$h_rel->PRIMARY_KEY." ";
  374. $res_rel_rec=$db->query($sql_rel_rec) or die('211 blad '.$sql_rel_rec);
  375. echo "<br>#324 ref tbl ".$sql_rel_rec;
  376. while($h_rel_rec=$db->fetch($res_rel_rec)){
  377. echo "#315 fnd:".$h_rel_rec->ID;
  378. $hist_loop_cur=$hist_loop_root_cur;
  379. // $hist_loop_cur['hist_time']=$hist_time;
  380. // $hist_loop[$ref_table][]=$h_rel_rec;
  381. $hist_loop_cur['hist_loop'][$ref_table][]=$h_rel_rec;
  382. //$hist_time[][$ref_table]=$sql_rel_rec;
  383. //$hist_time[][$ref_table]=$h_rel_rec;
  384. $hist_loop_cur['hist_time'][$ref_table][]=$sql_rel_rec." #464".$path;
  385. $hist_loop_cur['hist_time'][$ref_table][]=$h_rel_rec;
  386. dig_next($hist_loop_cur['hist_loop'],$tables['Z'][$ref_table],$h_rel_rec,$loop,$hist_loop_cur['hist_time'],$ref_table,add_path($path_root,$ref_table));
  387. }
  388. }
  389. }
  390. } else echo "#322 not backref to ".$T;
  391. }
  392. }
  393. start_dig($tables);
  394. echo "<hr>end of raport ";