The title sounds rediculous because it is. My biggest issue is actually trying to figure out what question to ask.
I have a module up and running in Yii.I can access the module at http://url/module without any problems.I can not get a secure connection to work, however.
Is it possible to make t开发者_C百科his work, without having to include the module at the end of the class and just include it at the top?
I am having a hard t开发者_开发百科ime understanding what Storable does. I know that it \"stores\" a variable into your disk, but why would I need to do that? What would I use this module for, and ho
I want to modify a javascript file bundled in a drupal contributed module a little bit, for example changing a specific #id to css .class etc. As far as i know it\'s not good to modify source code of
I have an existing mvc app and a complicated directory structure the organization uses. I understand in order to combine the existing app into orchard, I would have to add it as a subdir in the Module
How to build and install a .so module with autotools/libtool without .la and .a libraries being also installed into --prefix path?
What is the best way to implement an external module system for a DELPHI application? What I need is very basic really:
Consider the following code: var table = function () { return { _init: function (tableId) { this.tableId = tableId;
I\'ve started working on a new Perl module and I\'ve decided that I want to make a Ruby version of it as well (once I finish the Perl version). Do people tend to make separate repositories for each la