concept: php multidimentional methods


/ Published in: PHP
Save to your folder(s)

A class i started to implement, which ended up in a working concept
However I'm not sure if it's a legal way of programming since I unnessesery
changes the structure of php without some real value except nicer structure

For now it remain a concept

Usage:

concept::create()->create1();
concept::create()->create2();
concept::test()->test1();
concept::test()->test2();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.