Please, can someone specify the rules I need follow to adapt the path of webix php files? ( the ones suplied in samples). I have been tryied to adapt the path of php libs to my own path hierarchy, but unsucessfully. I could not understand when I must use “…/…/…/filename.php” or “filename.php”. Thanks for any words.
My hierarchy folders is actualy:
1-mainfolder
11 css
111 webixcss
112 mycss
12 jscript
121 webixjscript
122 myjscript
13 php
131 webixphp
132 myphp
… and so on
Hi, please check any article about the absolute/relative path to the file. Here’s a good one.