Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

drupal (CMS) or codeigniter (MVC) for creating a new web application? [closed]

I am going to create a new web application that is very customized.

It will contain images, that are fully searchable - in a very, very customized way.

When you click on the pictures you can add comments and so on.

It requires users to be registered, but the registration/login process will be highly customized too.

At the moment I am using CodeIgniter for this. But I've read a lot of posts about CMS like Drupal and it sounds like I could let it handle basic stuff, maybe design and other front end work.

I have no experience with CMS, in fact, I just started to use a MVC framework like CI and was impressed of how much easier it gets to start developing.

So, i wonder, if i'm going to create this kind of application, could I use drupal and then add the usual stuff, as I was going to do with CodeIgniter, like controllers, views, models, config files, my own libraries and so on?

How does it work on a system like Drupal? How do you code PHP with it as with any MVC framework. It sounds like it has a lot of modules, I just wonder, if I can use it as a MVC framework but have the benefit of having all these basic stuff and design ready to use? It sounds like the best "library" to provide for a web application from scratch.

Is it difficult to create a customized app with it? I guess it has modules like images and users, but then how could I customize these so that every image has tags on it and country information, or have every user subscribing to changes to an image, that email will be sent to users and so on?

I guess it is easy to install a module. The question is, how do I customize it. maybe I don't need all that table columns. Maybe I want to add/remove business logic.

What are the pros and cons with using Drupal for this? Is it even the right way to go?

Can you make a Stackoverflow with Drupal? Facebook? Twitter? Youtube? assuming that you know php of course.

Share your thoughts because I am totally new on creating a web application!

Thanks

like image 944
never_had_a_name Avatar asked Apr 25 '10 21:04

never_had_a_name


1 Answers

I think this is a great article for everyone who has "CodeIgniter vs. Drupal" dilemma.
If you are like me:

  • like writing CODE
  • want your web site/web application to do and looks EXACTLY how you want
  • in love with KISS philosophy (keep it small and simple)
  • upgrade when YOU want

Than you will take CodeIgniter path.
(I'm telling you that after more than two years building Drupal websites)

like image 113
f4o Avatar answered Oct 18 '22 21:10

f4o