Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Samantha Quinones:
Project Laravel - Session 1: First impressions
Feb 10, 2014 @ 16:18:54

Recently Samantha Quinones started out a new project with Laravel to find out more about this popular framework. In her latest post she shares some of her first impressions of working the initial steps of her application.

I was super excited when I found a couple of free hours to finally sit down with Laravel and kick off my little blog project. That two hour time box turned out to be pretty important to this effort. [...] I won’t go in to details on a topic as well-trod as that, but I think it speaks extremely highly of Laravel’s approachability that I was able to build out a reasonably rich authentication system in a little more than an hour, including command-line tools to provision and manage users.

She also talks some about some of the things she "wasn't quite comfortable with" like the framework's use of facades. She mentions a post from Taylor Otwell to help explain some of the non-facade methods and suggests that if some of this and the "magic" with the dependency injection container were mentioned in the documentation, the framework might receive a bit less criticism for them.

tagged: project laravel blog framework first impressions

Link: http://www.tembies.com/2014/02/project-laravel-first-impressions/

Chris Hartjes' Blog:
10 Days Later - Early Impressions of CakePHP vs. CodeIgniter
Nov 05, 2007 @ 17:19:00

Chris Hartjes, after spending ten days (a week-ish) working with CodeIgniter, has posted some of his thoughts comparing the framework to one he likes just a bit more, CakePHP.

As loyal readers to my blog know, my employer has committed to using CakePHP. That's okay, I'm a big boy and can handle working with different things as clients (and bosses) demand. So, after maybe a week and a bit of working with CodeIgniter I thought I'd talk about it.

He's broken it down into a series of bullet-points to summarize the experience (there's explanations under each too):

  • Once you know one MVC framework, you know them all
  • CodeIgniter mixes OOP and functions
  • Lack of conventions makes Chris sad
  • CodeIgniter's User Guide Is Awesome
  • No built-in associative data mapping makes Chris sad
tagged: cakephp framework codeigniter impressions cakephp framework codeigniter impressions

Link:

Chris Hartjes' Blog:
10 Days Later - Early Impressions of CakePHP vs. CodeIgniter
Nov 05, 2007 @ 17:19:00

Chris Hartjes, after spending ten days (a week-ish) working with CodeIgniter, has posted some of his thoughts comparing the framework to one he likes just a bit more, CakePHP.

As loyal readers to my blog know, my employer has committed to using CakePHP. That's okay, I'm a big boy and can handle working with different things as clients (and bosses) demand. So, after maybe a week and a bit of working with CodeIgniter I thought I'd talk about it.

He's broken it down into a series of bullet-points to summarize the experience (there's explanations under each too):

  • Once you know one MVC framework, you know them all
  • CodeIgniter mixes OOP and functions
  • Lack of conventions makes Chris sad
  • CodeIgniter's User Guide Is Awesome
  • No built-in associative data mapping makes Chris sad
tagged: cakephp framework codeigniter impressions cakephp framework codeigniter impressions

Link:


Trending Topics: