Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • Rapid Downloader

Archive for June, 2015

Swift MVC Framework

Swift, PHP MVC Framework, is the one I created for the development of my website. If you are thinking why another framework, then I will not blame you for asking this question. I myself asked this question several time before starting work on this one, and the reason I ended up developing this was because I wanted a very lightweight and fully controllable yet scalable framework for small web applications development.

Actually, all this began with my idea to create my famous Dynamic Subtitles Translator. Since, my website was hosted on a provider which supported PHP, so I started looking for some simple PHP frameworks. After doing some research, I decided to go with CodeIgniter, and overall I was happy with my choice. It was small, very well documented, and I was able to make the online subtitles translator on 2-3 weekends. All was going well until I run into few complains by user that some SRT files were being rejected by the server. So, I started going through the CodeIgniter libraries to debug the issue. It was then I realize that even this small looking framework is very complex, and even though I was able to fix the problem after few hours of debugging and research, at that time I thought that I would write a dead simple framework for my website…