J
J
junothan2016-04-25 19:38:17
PHP
junothan, 2016-04-25 19:38:17

Is it possible to connect a cms component to a php site?

Is it possible to connect a Wordpress cms component to a php site so as not to pull unnecessary functionality of the cms itself? That is, how to make the component work separately from the engine, if possible?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sanes, 2016-04-25
@Sanes

Bad idea.

D
DarkMatter, 2016-04-25
@darkmatter

In theory, it is possible, but there are all sorts of dependencies, perhaps you will struggle with them for a long time. But you can try - get invaluable experience.

T
trevoga_su, 2016-04-25
@trevoga_su

easier and faster to write from scratch

X
xmoonlight, 2016-04-26
@xmoonlight

1. If the component is simple - immediately write from scratch, otherwise - you will have to restore the component's operation scheme and repeat by copying the logic and your own code.
2. There is a CMS, and there is a framework on which the CMS is written: look in this direction.
3. If there is some unique component - put the CMS next to the folder with URI filters and disable unnecessary modules inside the CMS, use it as a ready-made embeddable functionality for your code, through local loading / preparing pages through include ().

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question