That’s it. Symfony 4 swept off all other PHP frameworks. I know, that in 2018 I’ll be using composer for PHP and npm for Javascript. Continue reading
Tag: #php
Cronjob in WordPress
WordPress provides a great tool imitating unix cronjob. You can schedule your tasks easily. Continue reading
Line By Line Heavy Task
When you get a csv or txt file, where every line has to be processed with some heavy task, the timeout may thwart your plans. Continue reading
Automatic tests with Selenium – part #2
Testing PHP aplication is not the native task for Selenium, but thanks to facebook api developers we have a tool to make it. Continue reading
Overriding Symfony form fields – wrap radio and checkbox
By default Symfony form fields temaplte renders goups of checkboxes or radio buttons listed linearly. It’s just a queue of label-input tags. Continue reading
Symfony table prefix for Doctrine
As a Web Developer you will work with many types of hostings and sometimes you have only one database to use. To avoid conflicts with names of tables, you need a different table prefix for each project. Continue reading
Inject interfaces instead of creating objects
Creating dependent objects inside a class is not a good idea anymore. Why? Continue reading
Complete autocomplete in NetBeans – vdoc in action
Sometimes it takes some time to find a file containing a class having some method. Continue reading
Rewrite rules in WordPress
So it came to create a WordPress plugin. No meter about the functionality. I needed to add some control of incoming queries. Continue reading
PHP Dotted Array
Sometimes you may need such a script, which lets you access to an array fields with string having dots as a depth delimiter. Let’s have an array: