I need to create a custom CMS based system. In it, I will need too do the following:
- Each individual will have their own user name and password, once logged in they are presented with their own personal page.
- Here, each user will have eight pictures displayed, which is selected by an admin
- The data is sensitive, so security is a big issue.
- It will have a newsfeed too, which will retrieve news from the admin portal
Now, I have never written a CMS system. I have time constraints too. Choice of language is PHP, what would be the best way to implement it?