![]() |
|
My BIG Project - A Forum CMS - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: My BIG Project - A Forum CMS (/Thread-My-BIG-Project-A-Forum-CMS) |
RE: My BIG Project - A Forum CMS - invisal - 08-26-2013 (08-26-2013, 06:54 PM)zomgwtfbbq Wrote: That's exactly why I wouldn't recommend this, I'm pretty sure TA wants to There is nothing wrong with learning how to use other framework before you actually able to create your own framework. If @The Alchemist don't even know how the a modern completed framework works and how it helps ease the pain of development, how can he actually create his own framework. Believe me, they don't hire you because you can make CMS from scratch. I don't know how your CMS is made. Is it well-written? Is it secure? Is it extendable? Is it well-commented? I don't know about the code quality of your CMS and most employer does not have time to browse all your code. Learning popular framework will guarantee you a better job opportunity. Most framework try to enforce to follow certain philosophy. They are sure that if you know how to code in framework that the company is using. You can start working instantly with them without too much extra training. Although, I have encouraged him to use other well-known framework. My company is currently working with our own-made framework for several purpose. The framework was written by me and under-gone many modification over the course of 2 years. The mistakes that I have made in the framework design was because I didn't know look at the design of other framework. I just simply wrote the framework that would work well with the current project. As project get extended too big, the flaw of the design appeared and I had to redesign a few times. It is painful and if you don't want walk in my direction you can follow my advice: "start using other framework, then build your own or customize other framework to fit your style" RE: My BIG Project - A Forum CMS - zomgwtfbbq - 08-26-2013 (08-26-2013, 07:12 PM)invisal Wrote:You got a good point. It's indeed a good idea to get familiar with other frameworks, it's not like how I improved my programming style but then who says my approach is the best approach?(08-26-2013, 06:54 PM)zomgwtfbbq Wrote: That's exactly why I wouldn't recommend this, I'm pretty sure TA wants to "start using other framework, then build your own or customize other framework to fit your style" And yes it's better for your portfolio if you've worked with lots of frameworks. RE: My BIG Project - A Forum CMS - The Alchemist - 08-27-2013 Alright, I'll try learning to use laravel @zomgwtfbbq and @invisal Not sure if I'm gonna use it in my project but I'll learn using it... Laravel is the most commonly used framework these days.. Or maybe Symfony... And one more thing, I tested gluephp and found some issues regarding passing $_GET variables... So, I'm not gonna use gluePHP, instead, I'll be using Toro It syntax is almost the same as GluePHP and the problem regarding passing $_GET variables are solved in it... RE: My BIG Project - A Forum CMS - middlebopper - 02-12-2014 may i see it @the alchemist i want to learn some things ![]() . RE: My BIG Project - A Forum CMS - The Alchemist - 02-13-2014 (02-12-2014, 08:48 AM)middlebopper Wrote: may i see it @the alchemist Its not ready yet. |