-
Recent Posts
Archives
- November 2020
- January 2020
- July 2019
- March 2019
- November 2018
- October 2017
- July 2017
- March 2017
- February 2017
- August 2016
- April 2016
- February 2015
- January 2015
- October 2014
- February 2014
- January 2014
- November 2013
- September 2013
- July 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- July 2011
- February 2011
- January 2011
Categories
- Android (1)
- Cars (4)
- E-scooter (1)
- Linux (6)
- Debian (6)
- Virtualization (1)
- local news (2)
- MySQL (1)
- Optimization (1)
- Networking (1)
- Routers (1)
- no category (4)
- Optimization (1)
- Programming (9)
- Miscellaneous (2)
- php (6)
- Xdebug (2)
- Testing (1)
- BDD (1)
- Programs (1)
- Libre Office (1)
- Sport (25)
- Travelling (1)
- TV (1)
Meta
Category Archives: Programming
Propel2 criterions
Propel2 do not have mysql’s full text search support out of the box. Of course you can do $movies = MovieQuery::create() -> where(‘MATCH(Movie.title, Movie.director) AGAINST(? IN BOOLEAN MODE)’, ‘big lebowski’) -> find(); credits to jengeb This doesn’t looks good for … Continue reading
Posted in php
Comments Off on Propel2 criterions
Debian Jessie and php7.1
I will explain how to install php7.1 on Debian Jessie using deb.sury.org Install packages required for third party repositories over https $ apt-get install apt-transport-https lsb-release ca-certificates wget Get the repository key $ wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg Add the repository $ … Continue reading
BDD, behat, gherking language … and more
I will just paste some chat logs with everzet. This happened year or two ago. Here is nice place to say “Hey, everzet, thanks for the time :)” It’s about behat.org (02:17:55 PM) po_taka-work: i haave 2 links: (02:18:28 PM) … Continue reading
Posted in BDD, Programming, Testing
Leave a comment
wordpress на български
Стандартното е да свалим wp от http://bg.wordpress.org/. Недостатък е че са доста назад с версиите. Затова ще покажа една хитринка 🙂 Сваляме wp от http://wordpress.org/download/ откъдето можем да се сдобием с най-новата версия. Инсталираме по стандартния начин. Имаме стандартен wp … Continue reading
Posted in Miscellaneous
Leave a comment
Update към Xdebug 2.2.0
Гледам излязла в версия 2.2.0 и веднага ъпдейтвам. Минават някакви букви в конозлата и всичко изглежда ОК. На другия ден пак пиша pear upgrade и същото, на по-следващия ден – същото. Зачетох се и какво да видя: Build process completed … Continue reading
Posted in php, Xdebug
Leave a comment