Hi i want to red开发者_运维知识库irect my URL from http://foo.example.com to http://example.com/foo
I am making a simple component that responds with an XML message. What I have now is: controller.php models/
Background information: I\'ve searched stackoverflow for a specific solution and couldn\'t find one that fixed my situation. Thanks in advance for any help you can offer. Your knowledge is appreciate
I am writing a component for Joomla and there is a specific task that requires an update to some stats every so often. I would like to setup a cron job to do this. The only problem is that requires th
I\'ve just written joomla module. This is basic but working version of my moule. I want to \'effectize\' it, so i need to work with some css. Elements of my module has own cl开发者_如何学Casses so i
I\'m on a current web project, on which there\'s a working PHPBB3 installation in (root)/phpbb3 All other files of the page are directly on (root)/ and are manually programmed.
Here are some sample methods from my Controller class.Now when the user clicks the New button $task=add is sent to the Controller and the add() method is called.As you can see it does not really do an
I noticed that Joomla uses less secure var type for variables in classes Why is this? In my own components,plugins,modules should I follow this convention or use a more secure private, public and pr
OK, so my Joomla app is in MVC format.I am still a little confused about where to put certain operations, in the Controller or in the Model.This function below is in the controller, it gets called whe
I\'ve heard that mootools is installed with Joomla and you can use it from within any extension you build without having to include it again, is that correct?