Welcome Guest, Not a member yet? Register   Sign In
I am sick of bad CodeIgniter's URL errors handling. I am going to Laravel
#34

[eluser]term25[/eluser]
e.g. compare just getting URI segments:

CI way:
$segment = $this->uri->segment(2, 0);

Laravel (the more elegant way than CI):
$segment = URI:Confusedegment(2, 0);

Do you see any difference, because I do.

"Laravel is a PHP framework committed to elegance and simplicity."
- Taylor Otwell

More about Laravel here: http://laravel.com/about



Messages In This Thread
I am sick of bad CodeIgniter's URL errors handling. I am going to Laravel - by El Forum - 11-08-2012, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB