-
-
Notifications
You must be signed in to change notification settings - Fork 45
About URLs
Daniel Pimley edited this page Mar 18, 2021
·
7 revisions
Chyrp Lite's built-in functions and methods return URLs in a form with certain characters converted to HTML entities – in other words, a URL that can be outputted safely as part of a web page. If you want to use these URLs for another purpose you can use the PHP helper function unfix()
or the Twig filter unfix
to undo the conversion.
This is the wiki for Chyrp Lite: An ultra-lightweight blogging engine, written in PHP.
- About Permissions
- Tour of a Theme
- Twig Reference
- Twig Variables
- Object Attributes
- Routes and Controllers
- Making Your First Module
- Debug and Tester Modes
- About Errors
- Introduction to Helpers
- Introduction to Translations
- Introduction to Triggers
- Anatomy of info.php Files
- Anatomy of a Feather
- Anatomy of a Module
- Anatomy of a Theme
- Anatomy of a Post
- Localizing Extensions
- Adding Ajax Functionality
- Working with JavaScript
- Working with Model
- Working with Config