Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/bubu-framework/bubu

V1.0.0 2022-07-07 14:25 UTC

This package is auto-updated.

Last update: 2025-10-07 21:51:45 UTC


README

Requirements

  • Require php ^7.4

Note

For limite recursive call, incluable files can't include other incluable file.

Error code

457: Username or password invalid

458: All fields have not been completed

Http

SESSION_DURATION=1 Equal to 1 day

SESSION_CACHE_LIMITER=private Limiter to private mode

HTTP_EXPIRES=60 Equal to 60 minutes

include

You can change prefix setting in ExtendHtmlTags file

Consider + for prefix

  • css

      +css('file name')
    
  • js

      +js('file name')
    
  • file

      +include('file name')
    
  • picture

      +picture('file name with extension')
    
  • include variable

      +||var|| for echo variable with htmlspecialchars
    
      +|!var!| for echo variable without htmlspecialchars
    
  • incluable forlder

      The incluable folder has not access security, so, don't put sensitives data!
    

For more, please, read wiki.