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

Posted in Debian, Linux, php | Comments Off on Debian Jessie and php7.1

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