Is good knowledge of PHP needed to make an installable template for CMS like Wordpress, Joomla, Drupal?
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic fo开发者_如何学Gor Stack Overflow.
I am writing a component and I have a scenerio of storing data into multiple t开发者_如何学Goables with One-To-Many relationship.
i am using a Form where i am having a textbox which on submit i am retriving the value of the text box and sending it to a file which gets the value and using it to fetch the records..
I have a webpage on a Joomla based website that I am trying to make inaccessible to anyone but those who have been redirected there through a redirect page.
We have a Joomla installation sitting in the same exact root folder as the client\'s old system, which is html-based.As it happens, the server will jump on \"index.php\" before it will look at \"index
When I include a PHP script via Jumi, it seems to break the global keyword.Example: <?php $a = 5; function foo()
I am developing开发者_运维知识库 a component in Joomla. Through my component I want to store timestamp to \"lastaccessed\" field.
Quick question, how can I make this valid : if($this->datos->bathrooms == \"1½\"){$select1 = JText::_( \'selected=\"selected\"\' );}
I am novice to joomla. I am using Joomla 1.5. I have declared a field in database table as unique. Lets suppose , I have declared \"username\" as unique . I created a component named \"com_user\" in t