Using my tool Free Delta

Well, I was tired of complicated cms (Content Manager System), so I programmed this one myself, no University grade to use it! not even ftp needed: just a simple browse to folders and files and then formulaires to update content, and voila! a nice site on the Internet

__howtofreedelta.jpg
Backend for cms Free Delta

On the technical side even if it is a simple tool it complies with the MVC model:

  • Templates are plain html pages, that is, the presentation
  • Bussines logic is the core php classes
  • As for the controller the php script links these two layers

That makes life easier!