MVC

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
carlmcdade's picture

Movico: Doing OOP and MVC for modules updated

I have updated Movico to work in Drupal 7 and will be making more updates for the demo. The demo is actually the workable code that will be downloadable via github: https://github.com/carlmcdade/Movico-D7

You can see the working demo and read the dev blog at:

http://www.drupal.se/movico_7

Read more
hinikato's picture

Introduction of Page Controllers into Drupal

There is a special page that describes what Page Controller is and how it can be used: http://drupal.org/node/1389042

I would like to suggest introduce the Page Controllers for all core modules.

Each controller class could use a namespace. For example if module name is "foo_bar" and the page controller name is "MyController", the namespace would be "FooBar" and the class name would be MyController, so the full class name would be \FooBar\MyController.

Moreover I would like to consider to use following structure for module directories:

Read more
Subscribe with RSS Syndicate content