PHP Classes

How to Use the Blade Template Engine in Applications that Use the CodeIgniter Framework - CodeIgniter Blade Template Engine package blog

Recommend this page to a friend!
  All package blogs All package blogs   CodeIgniter Blade Template Engine CodeIgniter Blade Template Engine   Blog CodeIgniter Blade Template Engine package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Use the Blade ...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: CodeIgniter Blade Template Engine

The Blade is a template engine included in the Laravel framework.

This package provides an alternative implementation of a template engine for the CodeIgniter framework that can render templates in Blade format.




Loaded Article

About the CodeIgniter Blade Template Engine Package

The package CodeIgniter Blade Template Engine is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Render templates in Blade format in CodeIgniter

Here follows in more detail what it does:

This package can render templates in Blade format in CodeIgniter applications.

It provides a class library that can be loaded in a CodeIgniter application to render views.

The class can load a template script in the Blade format.

Then it compiles the template and caches the results of the compilation to avoid processing it again every time it needs to be used.

The class can set variables to replace in placeholders and configure the way the template is processed.

In the end the class can render the template and output the result as the output of the current PHP script.

Currently it supports marks of the Blade template format like:

- comments
- echo
- forelse
- empty
- includes
- layouts
- section_start
- section_end
- yields
- yield_sections
- extensions
- else
- unless
- endunless
- endforelse
- structure_openings
- structure_closings

Conclusion

The CodeIgniter Blade Template Engine can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




You need to be a registered user or login to post a comment

1,611,040 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   CodeIgniter Blade Template Engine CodeIgniter Blade Template Engine   Blog CodeIgniter Blade Template Engine package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Use the Blade ...