Object Oriented Programming and design

A good start point about Object Oriented Programmation (OOP) and drupal is this document from the drupal API
http://api.drupal.org/api/HEAD/file/developer/topics/oop.html

This group aims to put together some useful references about Object Oriented programmation and modelization with drupal. Sometimes drupalers have great discussion about OOP , for example on their blog or during conferences, and we try to report them in this group.

So whereas you are a simple observator like the manager of this group, an OOP guru or a drupal guru or just a curious person you are encourage to join this group.

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

Drupal Developers | Youniverse Digital

Employment type: 
Contract
Telecommute: 
Allowed

Youniverse Digital is a rapidly growing Graphic Design company based in Leicester, UK. Our clients range from publishing houses - Transworld, Random House - where we are developing not only websites but also print design and apps for them, to Open Mike where we are looking at the whole design and branding for Live at the Apollo, to DHL where we design their print information or to covering all design aspects for Paul McKenna, be it his new DVD's, live show branding or books both here and in the US.

Read more

Quickstart 0.8 released

Hello,

For your coding pleasure, we present: Quickstart 0.8 (bittorrent link).

Quickstart is a downloadable virtual machine, containing a pre-configured Ubuntu Linux PHP development environment. Develop and debug LAMP natively, on any computer, without hassle.

QS 0.8 includes updates and bug fixes to QS 0.7. If you're already using QS 0.7, below is a script that will make the bug fixes.

QS 0.8 was also used to make the HOWTO videos on the Quickstart YouTube channel: step debugging, performance profiling, simple email debugging, etc.

What's next for the project? Not quite sure, but I'd love some feedback on how it's being used, and what features or HOWTO videos would be useful.

I hope you find it useful, and thanks for whatever you do for open source,

Mike

Read more
heshan.lk's picture

What's new in video module 6.x-4.1-rc6

Today we released the latest video module release video 6.x-4.1-rc6 and we added number of new features to the video module.

First we added several new features to the FFMPEG conversion, now video module is allow your to convert video for progressive download and we changed the module to use latest FFMPEG with fallback to older versions.

Read more

Javascript developer | ubergig

Employment type: 
Contract
Telecommute: 
Not allowed

Ubergig currently has a 4+ month contract for a Developer working in NYC

Roles and Responsibilities:

Read more

Front end developer | ubergig

Employment type: 
Contract
Telecommute: 
Not allowed

Ubergig currently has a 4+ month contract for a Developer working in NYC

Roles and Responsibilities:

Read more

Drupal developer | Ubergig

Employment type: 
Full time
Employment type: 
Part time
Telecommute: 
Not allowed

I'm working with three different clients in NYC all looking for great Drupal developers. My clients range from the Interactive world, to financial and software development companies.. They are Perm and long term contracts . If your not in the job market but know someone who is we do offer referral fee's.

We need a creative, experienced Drupal developer to join a fast-moving team in redesigning a publisher website by:
· Extending the Zen theme to support new page layouts
· Developing custom queries to leverage a taxonomy and content model in page-specific ways

Read more

Javascript developer | ubergig

Employment type: 
Full time
Employment type: 
Contract
Telecommute: 
Not allowed

ubergig currently has a long term contract position for a OO javascript developer in NYC. All work must be done on-site.

Roles and Responsibilities:
We are looking for someone with strong CSS/DIV Layout with equally strong JavaScript (YUI/JQuery) skills. You will be working with graphic designers and developers to implement award winning designs. We are looking for a technical front end developer who has a solid understanding of OO JavaScript and the APIs.

NOTE: We will be requesting code samples and/or live Links to RIAs you worked on

Professional Skills and Requirements:

Read more
carlmcdade's picture

Build a Drupal style hook system using PHP reflection

The Movico module is a scaffold for building Drupal modules in OOP and MVC. One requirement of the project is a hooking system, similar to Drupals, that uses OOP. The following is how I plan to build such a system using the PHP 5 reflection API.

read more

carlmcdade's picture

Building modules for Drupal using MVC and OOP

I just spent the last day or so working on a scaffolding module that lets developers build a Model-View-Controller application as a module in Drupal 6. The code and ideas are still in beta stages but working beautifully. This is the fleshing out of ideas that came about under development of Drupal websites.

read more
Github repository

stephen.moz's picture

Updating the classic article "Drupal from and OOP perspective"

I've undertaken to update the classic Drupal article on OOP.

http://drupal.org/node/547518

Comments, criticism, questions and feedback are welcome.

Should we stop the further development of Drupal and start a fork in OOP?

Yes
18% (4 votes)
No - the basic concepts are good, but we should change to OOP in the later future
59% (13 votes)
No - the basic concepts are good, but we should change to OOP immediately
23% (5 votes)
Total votes: 22

REAL drupal expert | holdmegraphics.com

Employment type: 
Contract
Telecommute: 
Allowed

we have a site www.oogalager.com/alpha which is built in drupal.

we are looking for a serious coder to work with us for the long term and develop this site and other drupal sites we have. the work can be project based or hourly. Currently this site needs some urgent additions (search, payment, e-com, and some other functionality) that require good knowledge and experience in drupal.

gnanasekar's picture

How to set confirm page before form submission?

hi,

How to set confirm page befor form submission? If anyone know about this question please help me.

Thanks & Regards,
Gnanasekar Boju

Chris Charlton's picture

What level sessions would you attend at DrupalCamp LA 2009?

Beginner (get familiar with Drupal basics)
9% (4 votes)
Above Beginner (I use Drupal already and want to grow my site)
7% (3 votes)
Intermediate Themes/Design (I use Drupal, but I still have trouble going from design to theme)
33% (15 votes)
Intermediate Module Development (I use Drupal, and I need to code for it more)
28% (13 votes)
Advanced (I know Drupal already, but I'd like more magic for my wand)
24% (11 votes)
Total votes: 46
gnanasekar's picture

How to change my 5.x module to 6.x

Hi,

Currenty i upgrade my version 5.9 to 6.2. What r the changes in my own module for drupal 6.7. What is the difference between 6.2 to 6.5. If u know any document recommend to me.

thanks & regards,
Gnanasekar Boju

Porting to OO

Hi,

Recently I switched from joomla to Drupal. As an OO-lover, I do miss the OO-concept in Drupal. I loved it in Joomla, but there it was really complicated and it was a hell of job to find something.

Since the scripting of Drupal is not so complicated, why not port it to OO? Let's find a compromise between the java-way of OO and a less complicated way of OO. More flat.
I have seen what is said about Drupal NOT even thinking of translating to OO. But there are also people who would really like to see an OO version of Drupal.

Read more
webalchemist's picture

Problems with Ical

Hello,

Our web firm is having some trouble with some ical integration.

Most events show up in ical as one hour off, while others show up with the correct time.

Any ideas or direct support would be much appreciated.

Please email me directly at james.welsh@ursaminor.com

Thank You!!

julma's picture

PDO now in core of drupal 7

The presentation of Larry Garfield
http://szeged2008.drupalcon.org/program/sessions/drupal-databases-next-g...

Last announcement to help on this : http://groups.drupal.org/node/14222

Subscribe with RSS Syndicate content

Object Oriented Programming and design

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week