-
Templix Template Engine - RedCat PHP Framework #plugin-write
https://fr.redcatphp.com/templix-template-engine#plugin-writ
...
...of markup class that can be overloaded to add special behaviors. The hiddenWrap property, when set to true, tell templix that this markup have no output for its opening
tag, closing
tag, and so its attributes. Only its head, foot, and inner content will be displayed. Examples of this implemation are t, noparse, vars and all basic php syntax structural...
-
Templix Template Engine - RedCat PHP Framework #plugin-write
https://redcatphp.com/templix-template-engine#plugin-write
...of markup class that can be overloaded to add special behaviors. The hiddenWrap property, when set to true, tell templix that this markup have no output for its opening
tag, closing
tag, and so its attributes. Only its head, foot, and inner content will be displayed. Examples of this implemation are t, noparse, vars and all basic php syntax structural...
-
JS AMD - RedCat PHP Framework #simple-usage
https://fr.redcatphp.com/js-amd-framework#simple-usage
Simple Usage Put this code at the top bottom of your page just before the ending body
tag
</body>.
-
JS AMD - RedCat PHP Framework #amd
https://fr.redcatphp.com/js-amd-framework#amd
...t matter. Simple module definition and usage Module definition and usage with automatic name // file script.js$js('random',function(){ //usage var number = $js.module('random')();});// file random.js// here the name will be automaticaly set to 'random'$js.module(function(){ return Math.random();}); Complete module definition with dependencies github repository continue to Download
tags: javascript dependencies manager amd framework, asynchronous module definition async, light dependencies manager module, amd
-
JS AMD - RedCat PHP Framework #simple-usage
https://redcatphp.com/js-amd-framework#simple-usage
Simple Usage Put this code at the top bottom of your page just before the ending body
tag
</body>.
-
JS AMD - RedCat PHP Framework #amd
https://redcatphp.com/js-amd-framework#amd
...t matter. Simple module definition and usage Module definition and usage with automatic name // file script.js$js('random',function(){ //usage var number = $js.module('random')();});// file random.js// here the name will be automaticaly set to 'random'$js.module(function(){ return Math.random();}); Complete module definition with dependencies github repository continue to Download
tags: javascript dependencies manager amd framework, asynchronous module definition async, light dependencies manager module, amd
-
Debug - RedCat PHP Framework #var-debug
https://redcatphp.com/debug-php#var-debug
...variabe2 /* , ... */); // text output//output the result manualyecho Vars::debug_html_return($variable,$strlen=1000,$width=25);echo Vars::debug_return($variable,$strlen=1000,$width=25); There is some procedural function which call static function to Vars class. The procedural functions file will be included automatically when ErrorHandler launch handle. github repository continue to $js
tags: debug error handler, exception var_dump alternative, php debug variable,
-
Debug - RedCat PHP Framework #var-debug
https://fr.redcatphp.com/debug-php#var-debug
...variabe2 /* , ... */); // text output//output the result manualyecho Vars::debug_html_return($variable,$strlen=1000,$width=25);echo Vars::debug_return($variable,$strlen=1000,$width=25); There is some procedural function which call static function to Vars class. The procedural functions file will be included automatically when ErrorHandler launch handle. github repository continue to $js
tags: debug error handler, exception var_dump alternative, php debug variable,
-
CSS Stylize Toolbox - RedCat PHP Framework
https://redcatphp.com/css-toolbox
...nav-divider, opacity perspective, perspective-origin placeholder, reset-filter resizable, rotate rotateX, rotateY scale, scaleX scaleY, skew sr-only, sr-only-focusable tab-focus, transform-origin transition, transition-delay transition-duration, transition-property transition-timing-function, transition-transform translate, translate3d user-select, continue to Download
tags: mixin grid, icon font awesome, bootstrap 3 vendors prefix, stylize css preprocessor, scss css,
-
CSS Stylize Toolbox - RedCat PHP Framework
https://fr.redcatphp.com/css-toolbox
...nav-divider, opacity perspective, perspective-origin placeholder, reset-filter resizable, rotate rotateX, rotateY scale, scaleX scaleY, skew sr-only, sr-only-focusable tab-focus, transform-origin transition, transition-delay transition-duration, transition-property transition-timing-function, transition-transform translate, translate3d user-select, continue to Download
tags: mixin grid, icon font awesome, bootstrap 3 vendors prefix, stylize css preprocessor, scss css,
-
Stylize SCSS - RedCat PHP Framework #autoload-font
https://fr.redcatphp.com/stylize-scss#autoload-font
...of the scss font definition file. Theses programs are: ttf2eot, fontforge, sfnt2woff, woff2_compress. Stylize expect to found them by default in "/usr/bin/" on Linux systems if they are installed, but you can configure manually the paths to these converters. github repository continue to Debug
tags: css preprocessor, css scss, sass syntaxed css, mixin extend autoload, font autoload cascading stylesheet,
-
Stylize SCSS - RedCat PHP Framework #autoload-font
https://redcatphp.com/stylize-scss#autoload-font
...of the scss font definition file. Theses programs are: ttf2eot, fontforge, sfnt2woff, woff2_compress. Stylize expect to found them by default in "/usr/bin/" on Linux systems if they are installed, but you can configure manually the paths to these converters. github repository continue to Debug
tags: css preprocessor, css scss, sass syntaxed css, mixin extend autoload, font autoload cascading stylesheet,
-
Localize - RedCat PHP Framework #cldr
https://redcatphp.com/localize-i18n#cldr
...PHP translation and localization made easy. It contain internationalization data for language, calendar, territory, number, unit, phone, currency, plural and misc. Punic is a third party CLDR (Common Locale Data Repository). library. See the official Punic documentation. github repository continue to Stylize
tags: internationalization i18n, localization l10n, translate gettext, cldr language, calendar territory, number unit, phone currency, plural iso, mo
-
Localize - RedCat PHP Framework #cldr
https://fr.redcatphp.com/localize-i18n#cldr
...PHP translation and localization made easy. It contain internationalization data for language, calendar, territory, number, unit, phone, currency, plural and misc. Punic is a third party CLDR (Common Locale Data Repository). library. See the official Punic documentation. github repository continue to Stylize
tags: internationalization i18n, localization l10n, translate gettext, cldr language, calendar territory, number unit, phone currency, plural iso, mo
-
Templix Template Engine - RedCat PHP Framework #features
https://fr.redcatphp.com/templix-template-engine#features
Features recursive extend CSS3 Selectors (jQuery/sizzle like) to work on DOM at compilation time , PHP compliant onCompile binder, PHP short-open-tag
syntax support even if not enable in php.ini PHP syntax elements ported to HTML5, HTML5/XML syntax extended Templix syntax, As fast as simple include when compiled Possibility to build your own markup based logic language...