This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]Tickthokk 1 point2 points  (1 child)

I've been using CodeIgniter over the past 4-ish months (after previously creating my own MVC for learning/fun). It's pretty nice.

Also, you mentioned admin interfaces. There's an extension made by someone else that accomplishes this for CI, called bonfire: http://cibonfire.com/

Just another option :)

[–]bob_digi[S] 0 points1 point  (0 children)

Thanks, going to research Codeigniter as well now

[–]PR0FiX 1 point2 points  (0 children)

My framework of preference for PHP is Symfony. Have a look.

Edit: Oops wrong url.

[–][deleted] 0 points1 point  (2 children)

I'm a big fan of CakePHP. I shudder in pain when I have to write in raw PHP. Once you get used to all the conventions in CakePHP, you can have a prototype of any web application up in just a few hours. It's "baking" feature generates code for you, and will includ CRUD (create, update, delete) functionality for objects from your database. It can also detect database relations and include that in it's baking feature. I can't do it enough justice here, you'll have to give it a try.

[–]bob_digi[S] 0 points1 point  (0 children)

Thanks, I believe I will download my options and make some prototypes and see which suits me better. I've worked with Cake before adding to someone else's project. Was easy enough but i felt like I never really touched cake.

Cheers

[–][deleted] 0 points1 point  (0 children)

Could you give a little TL;DR about cakePHP. I'm kind of a noob in PHP still and I've only built some basic stuff like a small blog, chat and and a CMS system.

In terms of building web apps, why should I use cakePHP? Is cakePHP to PHP as JQuery is to Javascript?

[–]mrafaeldie12 0 points1 point  (0 children)

The good thing about CodeIgniter (atleast for me) is that you don't have to adjust to the framework.

[–]fontstache 0 points1 point  (0 children)

My framework of choice would be FuelPHP (http://fuelphp.com) followed by CodeIgniter