T
T
tempick2019-03-18 06:48:01
PHP
tempick, 2019-03-18 06:48:01

What knowledge is needed to link a site in php and 1c?

Hello! Yes, the question is probably stupid. But the thing is this:
There is another work to be done where a connection of web applications with 1s is needed, with auto-updating of data from a site user when data changes in 1s (1s enterprise). Well, when filling out forms, changing some data in a web application, everything should be filled / changed in 1s. The question is, what courses are suitable, what skills are needed? I am good friends with the creation of web applications, but in 1s I am zero. In the results of Google, there are a lot of courses, tutorials, but the problem is that I don’t know what I need from this and what I don’t. I would just like advice on what is boring to study or just a link to courses (paid / free - it doesn’t matter, the main thing is that they are suitable), which are just right for me

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Anatoly, 2019-03-18
@AnatolTh

Learn the mechanism of web services in 1s, the soap protocol, the xml markup language and you will be happy.

A
anikin-v, 2019-03-18
@anikin-v

It seems to me that studying 1c for a specific project is not very effective, there is nothing complicated with programming there, the methodology and knowledge of the business area you will work with is more important, this is important for understanding the tasks. Although if the tasks are set not by the user, but by a competent analyst, then it is possible without it. Perhaps it will be more effective in this case to find a partner who knows 1s and delve into it already in the development process.

I
irishmann, 2019-03-18
@irishmann

It depends on which DBMS is used by 1C. PHP supports most DBMS. Have a look at the PDO extension. In general, all the work will be the same as the development of a regular site. For this task, IMHO, knowledge of 1C is not necessary, the main understanding of the DBMS.

D
Dmitry Kinash, 2019-03-18
@Dementor

tempick ,

What is the import/export file? What format should it be in?
https://ru.wikipedia.org/wiki/CommerceML
And how to make an import on the 1s side?
In some configurations, there is integration initially, for some Bitrix made ( https://1c.1c-bitrix.ru/ecommerce/download.php), and for the rest, Bitrix modules can be adapted.

A
Alexey Sipaev, 2019-03-18
@a_sipaev

More questions than answers. It all depends on the essence of the task, on the specifics of the online store. What is it built on, how will it give data for uploading to 1s or 1s should itself request actual orders on the site. Decide on the exchange data format. It will be a file or a web service. With or without authorization. What protocol (ftp,http, something else).
As previously noted, it is not worth writing directly to the 1c database. It is better to use intermediate processing (methods, services, services). We can connect and chat.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question