My module allows mvc integration with drupal for any module.

Features:

  • class autoloading for controllers and models
  • view rendering when class extends BaseController
  • auto path generation using hook_menu for controller/methods
  • usable in any module using new mvc_app hook

You can view my github page for this module at:
github.com/disassembler/Drupal-MVC

This is a Drupal 7 only module.

We will be using it at Penn State University - Eberly College of Science for development of our MVC apps in Drupal.

Thank you,

Samuel Leathers
Software Engineer - Eberly College of Science
sam@theleathers.net
sbl5007@psu.edu

CommentFileSizeAuthor
#4 pareview_result.txt19.17 KBdoitDave

Comments

doitDave’s picture

Status: Needs review » Needs work

Hi, please take some time to read the very basic introduction for the full project appliance process first. Thanks!

disasm’s picture

Status: Needs work » Needs review

Sorry for the inconvenience. I thought I had enabled git in my profile, but I must have missed a step. For now, I created the project as a sandbox project for the time being. How long do you think I should wait before re-applying for a full project?

Here's a link to the sandbox project: http://drupal.org/sandbox/disasm/1344746

Thanks,
Sam

doitDave’s picture

Status: Needs review » Needs work

Automated review (Please keep in mind that this is primarily a high level check that does not replace but, after all, eases the review process. There is no guarantee that no other issues could show up in a more in-depth manual follow-up review.)

(Edit: I have attached the results in a follow-up comment, as there are many.)

doitDave’s picture

StatusFileSize
new19.17 KB

(See above.)

alexpavlovic’s picture

disasm, you may wanna check out http://drupal.org/project/prometheus

it does already what you are attempting with your module and more, there is also a D6 version

instead of duplicating efforts, you may wanna consider joining codebase

thank you

disasm’s picture

Status: Needs work » Closed (won't fix)

This can be closed. I'm going to look into prometheus as an alternative.

Sam

hinikato’s picture

Hi, I am author of the 'controller' project. I would like continue to work on this project. Can I become a maintainer of it?

patrickd’s picture

this issue is already closed, rather open a new one in the projects issue queue.

Also see
Joining forces
Taking over abandoned modules

alexpavlovic’s picture

come to see us on irc.freenode.net #drupal-prometheus
normally we are there between 10AM - 6PM PST

thanks.