drupal for beginners

Learn about drupal for beginners, we have the largest and most updated drupal for beginners information on alibabacloud.com

Create multiple Drupal sites from a single code base and multiple databases

There are many reasons for a system administrator or developer to choose to host multiple sites on the same server with a multisite configuration. For example, the following configuration: Enables you to build an efficient development environment Allows you to temporarily save and test it before exposing the site Allow different software to run on the same site Supports sharing a single code base across multiple sites Leveraging a shared managed host Allows similar security to be run on th

Drupal Module explains-authcache caching principle detailed tutorial

Related articles:Drupal Module Advanced application authcache-dynamic loading content tutorial Authcache module and boost module are not the same principle, boost module is to generate static pages, so the best caching effect, the fastest. Authcache module is the use of Drupal's own caching mechanism to generate page caching, due to enter the Drupal link, so the speed does not boost cache fast, but the advantage is that you can flexibly use Php/

The Origin and advantages of Drupal

1. Drupal origin: What Should Drupal be translated? I think it is better to translate it into water drops.Drupal is actually the English pronunciation of druppel in Dutch, and druppel is drop in Dutch, which is the meaning of water drops. It was an accident that Drupal's author initially chose this term. He originally wanted to register a domain name named "Dorp", which means "small village" in Dutch, in fa

PHP Meditation-sixth-drupal performance issues-left light Hou-programmer November 2008

Creation time: 2008-11-09 01:12:51 Last modified: 2008-11-09 01:12:51This article was published in the 11th issue of Programmer magazine, 2008PHP Meditation Six: Drupal performance issuesLeft light HouDrupal is a PHP-based open-source CMS system and one of the best PHP applications I've seen technically. Drupal's architecture is excellent, with micro-kernel +plugin to achieve excellent scalability, so that drupal

Build a Aicache Drupal test environment

one. The establishment of LAMP Environment To run the Drupal system, first you need to have a platform to run PHP and Mysql database, the most common is the combination of linux+apache+mysql+php, this information on the internet there are many, you can refer to the relevant content online. Let's take Ubuntu for example, the lamp installation is very convenient under Ubuntu, only need to run the following command: sudo apt-get install

PHP File Upload form excerpt from Drupal code _php tips

Example of a Drupal file upload form Copy Code code as follows: function Upload_form () { $form = Array (); If This #attribute isn't present, upload'll fail on submit $form [' #attributes '] [' enctype '] = ' multipart/form-data '; $form [' file_upload '] = Array ( ' #title ' => t (' Upload file '), ' #type ' => ' file ', ); $form [' submit_upload '] = Array ( ' #type ' => ' submit ', ' #value ' => ' Submit ' );

Drupal's cache technology application-let your website Fly

I often hear from people on forums and QQ groups that Drupal is very slow. in the initial state, it cannot carry much data and concurrency, and the performance is very poor. However, we can find that many major websites are also developed using Drupal, because the performance of the big site has been optimized, including hardware and software optimization. here we will discuss it... I often hear from people

Detailed tutorial on using Drupal7 with Varnish and integrating the drupal module

Varnish is a high-performance open-source HTTP accelerator that is relatively complex to use, especially when used with drupal. Now let's record the detailed settings for Drupal7 with Varnish. tutorial preparation environment first install a brand new Drupa... varnish is a high-performance open-source HTTP accelerator that is relatively complex to use, especially when used with drupal. Now let's record the

PHP Meditation-sixth-drupal performance issues-left light Hou-programmer November 2008

Creation time: 2008-11-09 01:12:51 Last modified: 2008-11-09 01:12:51 This article was published in the 11th issue of Programmer magazine, 2008PHP Meditation Six: Drupal performance issuesLeft light HouDrupal is a PHP-based open-source CMS system and one of the best PHP applications I've seen technically. Drupal's architecture is excellent, with micro-kernel +plugin to achieve excellent scalability, so that dru

10 reasons why colleges should use Drupal

Using Drupal has become a trend in the world's top universities, and it has been chosen and applied by hundreds of universities around the world, whether it's Harvard, Stanford, Duke, Brown, Rutgers, Cambridge, Yale or many other prestigious universities that have chosen Drupal as their ideal content management framework, Because it not only can the needs of colleges and universities now, but also can accom

Drupal configuration migration

What is Drupal configuration migration? Many Drupaller are confused about this topic. New users do not realize this problem at the beginning of their work, and friends who are aware of this problem are not sure how to correctly configure the migration. This article systematically talks about the causes, methods, and methods of Drupal configuration migration and related modules.If you are troubled by the fol

Drupal reads Excel and imports it into MySQL database program code

Drupal calls PHPEXCL through the libraryDownload the Phpexcel and upload it to your Drupal directory: Sites/all/libraries/phpexcel If you have a libraries module installed in your project, you can call it by Libraries_load ($name). If the Libraries module is not installed, you can simply use the following code to invoke: The code is as follows Copy Code Require ("sites/all/lib

[Drupal] Notes on some common theme Functions

Drupal is an excellent open-source CMS. Its topic template customization function is also very powerful. Yesterday, I wrote functions commonly used in joomla templates. Of course, Drupal is indispensable. When developing modules, you don't have to look down. Most of the following functions and methods are mostly used for templates and debugging topics. The description is only applicable to

Experience of Learning Drupal on a web front-end

not fear, learning needs step-by-step, down-to-earth.In fact, regardless of learning anything, it is important to master learning methods, learning the front end, learning Drupal, learning languages, are so.Learning new things is basically a combination of theory and practice. For example, when I first learned CSS, I was looking at the second edition of the "CSS website layout superalgebras" two times, and then I started to knock code on the example

Thinking about the process of building a Drupal website-without knowing the true colors of the mountains, just because you are here

Using Drupal is essentially the same as using Drupal without it! Therefore, when using Drupal to create a new website, we always need to think about how we design and develop it without Drupal. When Drupal is not used, we usually design and develop a website as follows: 1.

Those excellent Drupal tutorials abroad Blog

One of the great benefits of using open source software is being able to participate in their powerful communication communities. As a leader in open source CMS, the Drupal community is a good example. As Drupal continues to evolve, members of the community are interacting every day, such as the new features of Drupal, how to use existing features, how to make th

Let's talk about Drupal.

Let's talk about Drupal nbsp; quoted Baidu Encyclopedia as saying that Drupal is an open-source content management system (CMS) platform written in PHP. It is mainly used to construct dynamic websites that provide a variety of functions and services. These functions include user management (about Drupal According to Baidu Encyclopedia,

Install drupal 8 on CentOS 7.x

Install drupal 8 on CentOS 7.x1. drupal 8.x requirements TypeRequirementDatabase1.MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an InnoDB-compatible primary storage engine, 2. PostgreSQL 9.1.2 or higher with PDO, 3. SQLite 3.6.8 or higherPHPPHP 5.5.9 or higher Official requirement Link 2. Deploy LAMP (Linux + Apache + Mysql + PHP) Update the system installation package (CentOS) [O

How to solve Drupal-php Tutorial

Drupal is an open-source content management system (CMS) platform written in PHP. It is mainly used to construct dynamic websites that provide a variety of functions and services, including user management, publishing workflow, discussion, NewsAggregation, and Metadata) for more information, see Drupal. According to Baidu Encyclopedia, Drupal is an open-source co

Let's talk about Drupal.

Quoted Baidu Encyclopedia, Drupal is an open source content management System (CMS) platform, it is written in PHP. It is primarily used to construct dynamic Web sites that provide a variety of functions and services, including user management (Useradministration), publishing workflows (publishing Workflow), discussions, news aggregation (newsaggregation), metadata ( Metadata) Operations and XML publications for content sharing.

Total Pages: 15 1 2 3 4 5 6 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.