Joomla is not only a free software, but also in the foreign well-known and content management, web development and mobile phone application development as one of a set of systems. Joomla is a software system developed using the PHP language plus
Joomla is not only a free software, but also in the foreign well-known and content management, web development and mobile phone application development as one of a set of systems. Joomla is a software system developed using the PHP language plus
The Framework Structure of a software is designed for the reusability of the software system. This is a representation of the abstract class in a specific type of software and the cooperative set between instances. The software framework can be an
Joomla two times Development study notes, Joomla study notes
Joomla directory Structure
/administrator managing the path to the background/cache is the cache directory/components is the component (component) directory/includes is an
Common Joomla file operations and joomla operations
Today, we will introduce common methods for file operations in joomla. These methods are useful in file read/write, Image File Upload, and so on.
Jimport ('joomla. filesystem. file ');
$ J = new
Joomla directory Structure
/administrator managing the path to the background/cache is the cache directory/components is the component (component) directory/includes is an important directory with all the scripts, functions, and so on that
: This article mainly introduces the secondary development study notes of Joomla. if you are interested in the PHP Tutorial, refer to it.
Joomla directory structure
/Administrator management background path/Cache is the cache Directory/Components
After several days of getting started with joomla, I have basically understood joomla. It is very different from the common CMS.
Related Concepts:
Menu:
Joomla generates a page instantly when you click a link (of course there is a cache here,
For the first time, I used joomla as a website. The website www.renminkaiguan.com encountered a lot of things and learned a lot. Here I will make a record.
Installation and Use
1. During local installation and testing of joomla, it is best not to
Joomla caches data via Jcache:
//调用Cache,参数'com_campaign'为缓存组,必须!$cache= JFactory::getCache('com_campaign','');//设置:即使关闭全局缓存时,此缓存仍有效$cache->setCaching(true);//设置缓存时间,此处设置为 60s$cache->setLifeTime(60);//获取缓存$name=$cache->get('userid_101');if(!$name)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.