Answer the question
In order to leave comments, you need to log in
How to make a simple website for internal use with custom php and js scripts?
I want to make a website for internal use in a non-profit organization. It should have something like a simple CRUD to the database, and a couple of custom scripts that I will write.
The question is what can be used in order not to write from scratch such things as user authorization, sessions, design, and other things that any site will need. I looked first towards Drupal, then towards WordPress, but here and there, in order to use custom scripts in php and js, you need to write your own modules. Studying the structure of modules for such a simple project seems like an overkill to me.
Is there some simpler system that would give the standard basic functionality for the site, but not restrict me from using the scripts I wrote?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
If design is not fundamental, then why not love wiki engines? Among them are a lot of those who support scripts, I use XWiki, written in Java, LGPL distribution license, functionality includes a blog, API tools, comments, LDAP authentication, export pages to PDF. It is also possible to program scripts (Velocity, Groovy, Python, Ruby and PHP) and support the syntax of popular Wiki engines (Confluence, JSPWiki, Creole, MediaWiki, and TWiki)
https://habrahabr.ru/post/279101
If interested I will give a link to try the already configured version (only in private)
Check out the Yii 2 framework. It has a code generator - Gii, which generates not only controllers and models, but also views for CRUD actions.
In my opinion, ModX will suit you perfectly .
There is also an ru-community .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question