Wednesday 24 April 2019

php yii framework extension for page management



Could you please advise me some yii framework extension for page management.



I'd like to have possibility to create/edit common pages like "terms of use" and "privacy policy" in administration panel with WYSIWYG editor.



How to create such kind of functionality in Yii ?


Answer




To admin panel with the best WYSIWYG editor extensions are:




No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...