Sorry I haven’t been actively writing any articles within the past few months, just been really busy with company and freelance work. Anyways, from my last post about my sparked interest in developing an MVC framework within the PHP language, the progress has been good so far. I’ve been able to release a website with the framework about a month or two ago. You can check it out at connielimmusic.com which is a music website for an upcoming Asian American artist from Los Angeles. I’ve created a whole custom content management system within the framework for that specific website. Since then, the framework has been grown and became a lot more organized and faster.
I’m planning to also release a couple of more website in the upcoming weeks developed on this light PHP framework as well. The versions are a bit more updated but not the most current. What I personally love about my framework compared to another PHP framework already developed out there like Zend, CodeIgnited, or CakePHP is that it more geared towards simple, and smaler websites that isn’t on the enterprise level. But until I start an enterprise web application or website, I think using my own custom framework as a lot easier then trying to develop under a premade framework or CMS system. Besides, I’m also learning a lot by getting my hands dirty and working with my own framework and also am discovering what works, and what doesn’t.

