Skip to content

Tag: frameworks

Allow css in framework [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 months ago. Improve this question How can I allow CSS in a custom framework? I use a framework from this video link. But it d…

Exception: Function yaml_parse() does not exist

Please has anyone encountered the same problem? I wanted to use the yaml_parse() function of PHP. Basically I wanted to create a big object/class(Parser) that will allow me to parse not only yaml but also json, … etc. So I knew that some of you suggest Symfony/Yaml, etc…, in short I find these lib…