Separating a Drupal module logic and UI

tweeney

New Member
I wrote a D6 module which provide user with the ability to communicate, config params and test a 3rdparty API service.
The module works as intended but I want to separate the communicator class and bundle it as foo module. Then pack the rest (admin page) as the foo-ui module. Just like views and views-ui.
I have no idea about what's the best-practices / design patterns to do so. Any idea?
 
Back
Top