Code Monkey home page Code Monkey logo

Comments (2)

gmazzap avatar gmazzap commented on August 26, 2024

Hi Adrian,

thanks for your interst and for your suggestion.

First of all, you are probably right about supply not being a good name.

Problem is that I wanted to port the Lavarel Blade yield feature.

Problem is that yield can't be used because is a PHP reserved keyword, so I opted for supply, you know, I am not a native English speaker and probably that was not a good synonymous...

However, changing name of templates method is something I really want to avoid.

If someone had already used Foil (I swear I had), a change like this means change any template ever wrote in any project.

Considering that one may have quite a lot templates (and layouts, and partials...) on every project, upgrading to the version introduce this change in all projects would mean change hundreds of template files, and in each file possibly multiple instances of supply... Sorry, but no.

Moreover, layout and templates should not work like that.

A layout is intended to be... a layout, i.e. defines sections of the page to be filled.

A line of text is more a variable than a section. So it's best served via render() method, or (that's possibly the solution you're looking for) via layout data:

In layout

<title><?= $this->v('title', 'My Default Title') ?></title>

In template

<?php $this->layout('main', ['title' => 'My Custom Title']) ?>

from foil.

adrian-e avatar adrian-e commented on August 26, 2024

You are completely right ! I will use variables as you suggest.

from foil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.