Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Foreign Keys Pro

Opis

A WordPress plugin to simply create MySQL foreign keys.

Instalacija

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

ČPP

What are MySQL Foreign Keys?

A foreign key is a column or group of columns in a table that links to a column or group of columns in another table. The foreign key places constraints on data in the related tables, which allows MySQL to maintain referential integrity.
Reference: MySQL Tutorial

Do Foreign Keys have an impact on performance?

This realistically can vary site to site based on many factors. It is always best to test in a development environment, but here is a good article on how it might help performance.

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Foreign Keys Pro” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “Foreign Keys Pro” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.0.0

  • This version is the first release.