i do agree loget

This is a webmasters forum, PHP is the largest used language no web servers today, i believe this forum is teh perfect place to post my tutorials
litewarez Reviewed by litewarez on . How to streamline objects in PHP! heya guys, Thought i would just do a quick tutorial on how to streamline objects in PHP! Streamlining objects creates a more organized code structure! For example $id = $root->input->validate->post->id('int') Now what this is doing is asking the $root object for the input object, and then we ask the input to give us the validate object, etc etc! So how you do this ? Rating: 5