Answer the question
In order to leave comments, you need to log in
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
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.).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question