bh-php icon indicating copy to clipboard operation
bh-php copied to clipboard

PHP port of https://github.com/bem/bh. It's cool thing but better use this:

Results 10 bh-php issues
Sort by recently updated
recently updated
newest added

why `$bh->apply([ 'block' => 'button' ]);` doesn't output any html i have to use `echo($bh->apply([ 'block' => 'button' ]));` in order to get it

question

To save some ms

enhancement

Может быть типизация добавит производительности шаблонизатору. Сам php 7 должен добавть как минимум двойной прирост, а если использовать типизацию еще и памяти будем меньше использовать. Ну и скорее всего типизация...

it would be nice to have some form of demo code which can be directly executed on download.

question

Need to add an ability to fail on js code and skip comments parsing

bug

These object we need for passing them thru tParam, applying map, concat, etc. for arrays, etc.

Just for prettified json_encode on nodes.

enhancement

Tests are failing at hhvm env. Do we need it at all?

enhancement
help wanted

Look at: - https://github.com/denji/php-tpl-engine-bench - https://github.com/wrakky/php-template-engine-benchmarks - https://github.com/akadan47/php_template_engines_benchmark Don't forget about http://laravel.com/docs/4.2/templates

Also need some tests and readme update

enhancement