RE: What do you expect?
iiinetworks <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <807622e279ce3eea4c5555f8eba7c9f0@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=190576#190576 ---------------------------------------------------------------- [quote="fixion"]My hope was that the OSC devs would support (ie. NOT do it themselves, but help deciding how it would be done best, and accept it in the main codebase) working on making an API of some kind to OSC, so that one could easily plugin a pnAPI etc. so that any CMS could developer their own API layer to make OSC work with their CMS.[/quote] They are moving in this direction. Codewise, this is what the moves to an increased use of classes and an integrated template engine accomplish. For example, when the session code is implemented as a class, one could replace it by simply replacing the class with one that has the same name and methods but different internal logic (actually, you could do this now by replacing all the functions that says tep_session* with your own versions). --Matt