I-AM-OBODO Posted February 8, 2013 Share Posted February 8, 2013 Hi all, i'm thinking of delving into php framework but want to know which is easiest to understand but good and robust. thanks Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 8, 2013 Share Posted February 8, 2013 I like CakePHP a lot. Quote Link to comment Share on other sites More sharing options...
.josh Posted February 8, 2013 Share Posted February 8, 2013 Philip is currently making me learn Yii. Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 8, 2013 Share Posted February 8, 2013 We use Yii as a base for the framework at my work, and I like it okay. It's very heavy on the memory usage though, or at least the way we've implemented it. Quote Link to comment Share on other sites More sharing options...
Adam Posted February 8, 2013 Share Posted February 8, 2013 Symfony2 is a great framework, but you need to invest time into learning it. Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 8, 2013 Share Posted February 8, 2013 We use Yii as a base for the framework at my work, and I like it okay. It's very heavy on the memory usage though, or at least the way we've implemented it. Also, I wouldn't call Yii easy to learn. Quote Link to comment Share on other sites More sharing options...
.josh Posted February 8, 2013 Share Posted February 8, 2013 Symfony2 is a great framework, but you need to invest time into learning it. I was actually reading up on Symfony2 but then switched to learning Yii. I read the whole manual and installed it and everything. Was gonna start playing around with it and make a hello world type script or w/e. It did seem like a lot to take in, but well structured. As opposed to Yii... ugh. I admit it was a lot easier for me to get Yii up and running out of the box, but the documentation isn't all that great. Compared to Symfony2 anyways. I have a bad feeling about Yii. It seems less intuitive than Symfony2. But a lot of the stuff at our job was originally done in Yii so it's more beneficial for me to learn it than something else :/ Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted February 8, 2013 Share Posted February 8, 2013 Symfony's documentation also leaves much to be desired. Most of the problems I've had have been due to the docs being incomplete, or outright incorrect. Good framework, but Fabpot needs to keep the development side of things in synch with the docs. Quote Link to comment Share on other sites More sharing options...
I-AM-OBODO Posted February 8, 2013 Author Share Posted February 8, 2013 so far nobody has mentioned codeigniter? does that mean its not too good a framework or what are the advantages symphony2 or Yii has over it. I really need something not too hard to learn cos i'm not a guru with php itself. i know a handful of stuff in php & mysql eg am trying with forms/logins, can manipulate datas (mostly all i could do with php/mysql is user, admin, register etc stuffs like that). i've not really mastered classes and i dont know why. i need serious pionter on how to go about it. Thanks all Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted February 8, 2013 Share Posted February 8, 2013 To be honest, you should slow down and be competent in the fundamentals before using a framework. Frameworks should never be used as a shortcut to learning. Quote Link to comment Share on other sites More sharing options...
awjudd Posted February 8, 2013 Share Posted February 8, 2013 I agree with KevinM1. If you haven't done good to learn the fundamentals, you won't be ready for frameworks. I started using Laravel recently and haven't minded using it ~awjudd Quote Link to comment Share on other sites More sharing options...
.josh Posted February 8, 2013 Share Posted February 8, 2013 I agree with the others...until you have a solid understanding of the fundamentals of the language and methods, you're gonna struggle a lot with a framework. They are supposed to be there as a convenience so you don't have to reinvent the wheel, and provide an easy way to be consistent, especially when lots of people are touching a project. They are not meant to be something to be learned instead of the underlying technology itself. Quote Link to comment Share on other sites More sharing options...
I-AM-OBODO Posted February 9, 2013 Author Share Posted February 9, 2013 Thanks all. That settles it! And that said, I'll deep my head down and improve my skills before delving into framesworks. But whats stopping me from understanding classes? It beats me each time i try learning it and then i get stuck somewhere and i let it slide!!! Any easy tut, pointers Thanks all. Do have a blast weekend! Quote Link to comment Share on other sites More sharing options...
trq Posted February 9, 2013 Share Posted February 9, 2013 Classes are simple, it's just syntax. OOP on the other hand might take some time. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.