I am newbie to FET, It's a great software for timetable . Thanks for giving this as a Open source . I want this FET to integrate to my application in PHP. What is the best way to do this?
Am' I need to work on code base in C++ of FET source?, or any way to make this working via command line ?
Thanks in Advance
There is a command-line version of FET, fet-cl (or fet-cl.exe on Windows) - see the README file for usage, or write fet-cl on the command line prompt. You might want to use this, as modifying the sources is difficult. The basic usage is like "fet-cl --inputfile=file.fet".
Thanks for your quick Reply @Liviu Lalescu !
I will try your solution and will update soon .
Thank You , I feel great in this forum. Now I can able to generate the timetable via commandline in FET engine .
As of now in FET we can able to give input as a FET type of XML file . I want to get the data from csv file or from database instead of .fet format file. can anybody suggest me the best way to do this ?
Thanks in Advance !