Skip to content
/ blitz Public
forked from alexeyrybak/blitz

Blitz templates, template engine extension for PHP

License

Notifications You must be signed in to change notification settings

burtyish/blitz

 
 

Repository files navigation

Read documentation at https://github.com/alexeyrybak/blitz/wiki

===================================================================================================
Installing blitz
===================================================================================================
tar zxvf blitz.tar.gz
cd blitz
phpize
./configure
make
make install

===================================================================================================
Testing blitz
===================================================================================================
TEST_PHP_EXECUTABLE=/usr/local/bin/php php /your-cli-php-dir/run-tests.php -m tests/

You can use run-tests.sh script, but you need to change TEST_PHP_EXECUTABLE
path in this file first.

ATTENTION: following tests are broken under PHP4:
    - FAIL broken templates 001 [tests/error_001.phpt]
    - FAIL broken templates 002 [tests/error_002.phpt]
You may just ignore these errors.

About

Blitz templates, template engine extension for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 71.5%
  • PHP 27.4%
  • Other 1.1%