What is Joomla?
Answers were Sorted based on User's Feedback
Joomla is the content management system.It is all ready develop
software. A lot of menu and tools provided by this system.A
developer or a owner of that site can change our contents
with the help of tools or menu.It is winner of content
management award of 2007.
| Is This Answer Correct ? | 86 Yes | 3 No |
Answer / parvendra
Joomla is a CMS(content management system) which is used to
develop your own websites.
Joomla is the extented version of Mambo.
You can add any number of modules and components in Joomla
according to your need.
Like if you would like to make a multilingual site then you
can install a new component and can work on it.
| Is This Answer Correct ? | 57 Yes | 5 No |
Joomla is famous Content Management system based on MVC
(Model view controller) architecture.
It has two parts : Admin and User
You can easily customise website using Joomla.
You can create components and modules for the required
functionality.
| Is This Answer Correct ? | 34 Yes | 5 No |
Answer / mohammed jafar
Joomla! is a content management system platform for
publishing content on the World Wide Web and intranets as
well as a Model–view–controller (MVC) Web Application
Development framework.
---Joomla! came into being as the result of the fork of
Mambo by the development team on August 17, 2005.
---Open Source
---Customize modules
---Built-in modules & plugins
---Develop by PHP
---MySql Support
---Admin & User Section
---User Management
---Media Manager
---Language Manager
---Banner Management & many more............
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / shehzar khan
A software that keeps track of every piece of content on
your Web site, much like your local public library keeps
track of books and stores them.
Joomla is a free content management system used to create
websites and various other online application with the
combination of portals.
| Is This Answer Correct ? | 17 Yes | 2 No |
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
Is php coding easy?
How long is session timeout?
Tell me what is the actually used php version?
Why should I learn php?
if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?
Is php 7.0 stable?
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??
What is difference between core php and framework?
What is difference between print_r and echo in php?
What is cookies php?
How to concatenate two strings in php?