I use WordPress to make a website for my University and I have to implement a special page that presents the applications developed by the students.
I'd like to make a special table called 'application' with different field like the name of an application, its description, link to store, icon, screenshots, etc. I should implement these different kind of pages: one page that lists all the applications (with the listing of the name & icon of each application), one page that presents one application, and moreover and administration of the application (add / edit / delete an application from the database).
I searched a lot on the net and I found this tutorial : http://wp.tutsplus.com/tutorials/plugins/custom-database-tables-creating-the-table/ but according to the author, it is a rather complex manipulation.
Does there exist plugins according to you that allows me to do that ? My main worries are the gestion of the forms to add / edit an application...
PS : What I'm asking is just 2-3 lines of how you would implement this, I do not need explanations of one page that will take one hour for you to write :D