I would like to know what's the current differences between phprad and pyrad regarding features and future features and development. Are they already somehow equal in development capabilities?
Thanks in advance
PS: I of course know one is php and the other python :-)
Im trying PHPrad to see if its adequate for some projects that i will have in the very near future.
Several things in this Post got me very worried!!!
1 -Is it possible to duplicate a project (php and Mysql (local DB) ) while in development mode or/and after is publish so i can use it to another end/costumer
2- Are there any constraints on duplicating projects?
1-the request enters my clients office and is "inserted" into the system (this one in PHP)
2- if the request goes ahead some files in Excel (very complex calculations) are created and saved in a central folder within a folder named "client_number" (..\Central_Folder\Clientenumber\ Some excel files)
3- the system (PHP or a stored procedure in sql) will list all the folders within central folder and all the files)
4 - when i list the requests php will give some fields that are in the data base and a link/button to the excel files that have been created.
Thas it... (theres more, buts its beside the point!) :-)
Just arrived at PHPrad today and it looks realy great! I have three questions (for now :-) ), that i really need to understand.
1- does Php rad, PyRad and Php Vue have the same options? is it only the code language that change? Can i develop the same thing in all of them?
2- I have seen a video of a development and all is very good until... the developer creates a report! it takes 2/3 of the video for something simple... it scared me a bit. Is it that dificult to create a simple repost in this systems?
3- i need to read/create a table with the content of a folder and its subfoldres and files, so i can link it to the product table. is this possible?