-
Семенов Александр
- /
- Nov 27, 2019
- /
- Developers / programmers
- /
- 0
- /
- 218
Some useful tricks and snippets for working with phpoffice.
In the course of work, one often has to deal with tasks that are solved by reading the documentation of some kind of library.
So in particular, this time I had to run into https://github.com/PHPOffice . This is a great library for working with office documents. With its help, you can read and form these documents in php.
-
Семенов Александр
- /
- Aug 14, 2019
- /
- Developers / programmers
- /
- 0
- /
- 932
Install, configure Sphinx 3.0.3
-
Семенов Александр
- /
- Jun 24, 2019
- /
- Developers / programmers
- /
- 0
- /
- 1415
How to generate yii2 migrations from a database?
We are talking about the fact that we have already done the project and have a database, but there are no migrations designed according to the rules of yii2.
-
Семенов Александр
- /
- Jun 24, 2019
- /
- Blog
- /
- 0
- /
- 1107
Updated office skeeks. Glowing logo on the wall.
The repair is almost complete, you can put the furniture, and here are the most significant walls of the office.
-
Семенов Александр
- /
- Apr 18, 2019
- /
- Blog
- /
- 0
- /
- 2080
How to send a form to yii2 and skeeks cms via ajax?
If you search on this topic, you can find various tips for the yii2 framework. All of them boil down to the fact that you need to subscribe to a specific event of the form, intercept it, cancel the standard otppavku and form ajax request with the form data yourself.
Actually, a similar approach is implemented in skeeks cms, only this component is much more difficult, it can track the status of the submission, and prevent the form from being resubmitted until the first submission is completed.
-
Семенов Александр
- /
- Apr 18, 2019
- /
- Blog
- /
- 0
- /
- 1227
Updates to seo components and form designer.
Recently, we are updating a lot of components. But few announce about changes in them. In short, what's new in the cms-seo component and cms-cms-module-form2.
-
Семенов Александр
- /
- Apr 18, 2019
- /
- Blog
- /
- 0
- /
- 1278
Advanced work with the form designer in SkeekS CMS
-
Семенов Александр
- /
- Apr 15, 2019
- /
- Blog
- /
- 0
- /
- 1183
How to translate a site built on SkeekS CMS into different languages?
This is a description of the component that is suitable for any SkeekS CMS project. It allows you to translate the site into different languages.
Opportunities:
- Translation of content into different languages
- Translation of sections into different languages
- Generates SEO url with the addition of the language version
- Forms alternative meta tags (see source code)
- Gives user selectable language widget
- After 5 seconds, prompts the user to change the language on the site (if he understands that the user needs it)
-
Семенов Александр
- /
- Apr 13, 2019
- /
- Blog
- /
- 0
- /
- 1353
How to make multilingual url in Yii2 project?
This component is suitable for any Yii2 project . It allows you to hook into the process of rafting and the process of parsing the request, and add the site language parameter to the url.
Able to work with setting yii2 url manager ( enablePrettyUrl => true ) and doing beautiful url of the site.ru/en/path, site.ru/pt/path type
-
Семенов Александр
- /
- Apr 12, 2019
- /
- Blog
- /
- 0
- /
- 992
How to update the project on SkeekS CMS 3 to version 5?
There are a large number of sites that run on SkeekS CMS version 3, although the last release of the 3rd branch is 3.2.3 - March 15, 2017, 0:50:37 (2 years ago). It was worth it before, but as they say "better late than never," I post an example of updating the site to the version of SkeekS CMS 5.
Popular
Install, configure Sphinx 3.0.3
- Aug 14, 2019
SkeekS CMS 5.5.11 release works with yii2 2.0.24
- Aug 13, 2019
How to generate yii2 migrations from a database?
- Jun 24, 2019