Hello! I just created a website using the Elated CMS tutorials (core, categories and images) and I would like to add a final touch to its main functionality.
My website is a music manager (like iTunes but online) and I need a tutorial on how to create the following:
- Create a class for music management
- Create an upload form for each article where I can upload songs
- Make those songs correspond to their respective article (like image for article)
- Store the song information into the database (name, format)
- To be able to call those songs for each article every time I need (like the results -> name for example at images)
How can I do this?
I also want to implement the jplayer.org software in order to make it cross-platform. I want to create playlists for each article apart.
My website is a music manager (like iTunes but online) and I need a tutorial on how to create the following:
- Create a class for music management
- Create an upload form for each article where I can upload songs
- Make those songs correspond to their respective article (like image for article)
- Store the song information into the database (name, format)
- To be able to call those songs for each article every time I need (like the results -> name for example at images)
How can I do this?
I also want to implement the jplayer.org software in order to make it cross-platform. I want to create playlists for each article apart.


