Hello,
I'm new to AppGini, I have used other RAD PHP programs, but for the price I thought this was well worth a try. I have a need to create a rather unique application to allow subject matter experts (SME) to review web-based e-learning which is in development, and have a way to provide direct feedback, which once a comment is submitted, it would be emailed directly to only the developers who were assigned to develop that course. I would need each course to be seen as a group, with individual users, whether client SME or developers/writers to be able to be added to the group created when a new course group is created. so I would like to see a few new things added, PHP supports ZIP/UNZIP functions from what I understand, I would love to see this added as an option for upload/downloads. Also for uploads have an option to create a unique directory, either using some type of unique GUID generator, or allowing the user to create the directory name, or better create a unique upload directory when a new project/course (group) is created, and all uploads for that project would only go into that directory and the file name, size, extension would be added to a detail page for the project.
I hope that I can easily add code for some of these things using hooks or Arrays, but I have such a short time requirement, which is why I tried buying AppGini in the first place, I don't have a great deal of time to work out how to add all this unique functionality, but would love and very much appreciate any help, suggestions, or snippets of PHP code to make these happen.