I second this request. I'm going to be tying into a Quickbooks XML set of classes (framework), and I'd love to know where to stick the files and where to put my 'include' statement. Right now the QB classes are in the /apps/APPNAME/app/qb folder.
Following rails conventions I would put them in a folder called lib. The lib directory holds application code that doesn’t fit neatly into a model, view, or controller. The lib directory is also a good place to put code that’s shared among models, views, or controllers.
ahh.. under app. so you would have app/controllers app/lib app/models etc..
see: http://wiki.akelos.org/directory-structure
Instead of app/lib you can put your files in app/vendor. The constant
AK_APP_VENDOR_DIR
is pointing to that dir.
Sorry, but I don't get it ;-)
Is this related to the topic "creating your own classes"?
1 to 10 of 10