A
A
alexeyanikanov2012-05-26 17:35:32
PHP
alexeyanikanov, 2012-05-26 17:35:32

Are there frameworks for PHP like 1C?

Good day, dear habrazhitel.
I want to rewrite part of the functionality implemented in 1C in php + mysql. The tasks are quite primitive: creating, editing, viewing and deleting records, elementary reports.
Actually a question: whether there are any framework'i for the similar purposes or it is necessary to write from scratch?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Chernyshev, 2012-05-26
@alexeyanikanov

Most (reinsurance) popular frameworks have some kind of ORM that allows you not to (almost) wonder where and how data is stored. Just like they have more or less developed tools for working with forms or even generating CRUD interfaces. Reports - template engines or PHP itself.
Purely subjective for business applications, I would advise you to take a closer look at Symfony2 (+Doctrine2+Twig). In my opinion, there is the strongest separation of business logic, views and application logic (routing, storage, etc.).

T
TROODON, 2012-05-26
@TROODON

www.google.com.ua/search?q=php+orm

B
bagrintsev, 2021-02-20
@bagrintsev

Exist.
https://lsfusion.org/comparison

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question