In this paper, we describe the method of Joomla invoking the system's own editor. Share to everyone for your reference, as follows:
Call the Joomla system with the editor:
Path:/libraries/joomla/html/editor.php
Class: Jeditor
function: void display (String $name, String $html, String $width, string $height, int $col, int $row, [Boolean $buttons = True] , [string
This paper describes the Jfactory::getdbo usage of Joomla database operation. Share to everyone for your reference, as follows:
Jfactory is a static class that gets references to various system objects
Getdbo get the database connection object code for the method of obtaining the database object:
$db = jfactory::getdbo ();
With the database object, you can do the database operation and execute the query code:
Get the data set and output to see:
Contact Tpshop know that it must be placed in the root directory of the site, the root directory of all the files will not be considered as part of the tpshop, this will not be able to access other PHP files. Let me tell you about my configuration process, if it is wrong, please indicate.First, modify the Apache configuration file:1. Add: Listen 8080 #新添加的端口2, remove the Include conf/extra/httpd-vhosts.conf in front of the #3. Remove ServerName4, theDocumentRoot "E:\wamp\www"#Options Indexes Fol
Create Folder test01 under Demo, create index.php file in test01, enter "The last step, find the C-drive under Windows/system32/drivers/etc/hosts, open at the end of the add site "127.0.0.1 test01.com" (127.0.0.1 point to the local localhost, Encounter test01.com domain name start from 127.0.0.1 first)3. Custom Port NumbersOpen httpd.conf, search (Apache default port number), find "Listen 80", modify to 8080 (unused end openings), then find "Severname localhost:80", modify to "8080", Save and r
IIS express7.5 supports more than XP operating systems and can resolve xp,iis issues. first download the installation iisexpress7.5 address is click to open the linkClick Install to complete the download.After Setup is complete, the profile defaults to My Documents \iisexpress\config\applicationhost.configOpen this file and find the Sites node. My configuration is as followsafter you have configured the Website2 site. Start IIS Express by default in C:\Program Files (x86) \iis Express This folde
Apache configuration multisite, Apache configuration site
In the httpd.conf file, the following configuration is available (note: The comment content of the httpd.conf file is removed)
Listen 80ServerName localhost
allowoverride None Require all Denieddocumentroot "E:"
Options Indexes followsymlinks allowoverride None Require all granted
(It is best to clean up the browser cache before testing), then enter http://
Solve the Error 500-When Joomla logs on to the background, and joomla logs on to the background 500-
Joomla has been logged on normally. suddenly one day, my friend told me that the login failed and the following error 500 was displayed.
This makes me very confused. On the one hand, it is really uncomfortable to solve the problem of web applications on windows s
Joomla Open Sef method, Joomla open Sef method
This paper describes the method of Joomla opening SEF. Share to everyone for your reference, as follows:
The main purpose of using the SEF (search engine friendly) URL is to make the keyword of the content appear in the URL, which is one of the most important aspects of SEO, for the search engine, this can enhance t
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 important directory with all the scripts, functions, and so on that Joomla n
Joomla Method for enabling SEF, Joomla Method for enabling SEF
This example describes how to enable SEF in Joomla. We will share this with you for your reference. The details are as follows:
The main purpose of using the SEF (search engine friendly) URL is to make the content keyword appear in the URL, which is also an important part of SEO. for search engines, t
1, first download Joomla source programHome: http://www.joomla.org/download.htmlDownload: Download2, create a database for the forum.Enter the cpanel panel, select the Mysqldatabase option, create a new database (database name: Joomla), create a new database user (user name: Joo 123, Password: 123456), add the database user to the database below, and specify the permissions for all permissions ( All privile
In the past to build a station is generally custom development, which requires a high level of technical, and code is not easy to reuse, others are not easy to maintain, for the CMS, there is no need to customize the development, because the basic function of the CMS is not many, many functions should be reused. And Joomla is a complete CMS, and its biggest feature is the extensibility is very good.
Why is Joomla
Joomla implementation of the method of registering users to add new fields, Joomla registered users
The example in this paper describes how Joomla implements the method of adding new fields to registered users. Share to everyone for your reference, as follows:
Joomla's original registration is simple, in order to add the fields you want, such as telephone.
Add t
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 JFile ();
GetExt ($ file) // obtain the extension.
GetName ($ file)
Joomla calls the implementation method of the built-in editor. Joomla calls the implementation method of the built-in editor. this example describes how joomla calls the built-in editor of the system. For your reference, refer to: Call the implementation method of the built-in editor of Joomla to call
Joomla is a simple method to determine whether a user is logged on. joomla is logged on. Joomla is a simple way to determine whether a user is logged on. The example in this article describes how joomla can easily determine whether a user is logged on. For your reference, the details are as follows: p
Joomla Call system comes with the implementation method of the editor, Joomla calls
In this paper, we describe the method of Joomla invoking the system's own editor. Share to everyone for your reference, as follows:
Call the Joomla system with the editor:
Path:/libraries/joomla
Joomla simple to determine whether the user login method, Joomla Login
The examples in this paper describe the method that Joomla simply determines whether a user is logged in. Share to everyone for your reference, as follows:
More about Joomla related content readers can view this site topic: "YII framework Intr
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, which means that the page content browsing changes with the menu link.
The link type and attributes change the composi
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.