GithubHelp home page GithubHelp logo

prim's Introduction

prim's People

Contributors

jarzon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

lordr

prim's Issues

View insert()

View->insert() seems to reset the output buffering so all the text before it's been called is going to be write at the top of the response.

Split Router in two

Split Router in a Class for the RouteBuilder and another for the RouterDispatcher to separate the logic.

View inheritance

Be able to expends a view within another one.

<?php $this->extends('anotherView', ['var' => $var]) ?>

View Section

Be able to give sections a default content.

Like so:

    <?php $this->section('css') ?>
        <style>body { color: #fff; }</style>
    <?php $this->close() ?>

Prim Router

If you had twice the same route but with different type like:
$this->get('/route' ...)
$this->post('/route' ...)

The second route is gonna delete the first one.

Normalise the files localisations

Replace all the $file, $pack by a unique param with the following format PackName\FileName

Controller->getModel()
View->design()
View->render()
View->insert()
View->renderTemplate()

Controller View Shortcuts..

Testing DB ORM

I'm so sorry to disturb you, I would kindly ask you if you could test this library in your project!
https://github.com/javanile/moldable
With the purpose of knowing my project and understanding if it can be integrated into yours!
To thank you for your availability I am observing your project and giving a star

Install via composer

composer require javanile/moldable

I ask you if we can help each other

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.