[UPHPU] Should I Be Using an ORM?

Justin Hileman justin at justinhileman.info
Thu Jul 23 15:56:01 MDT 2009


Walt Haas wrote:
>
> you would need PHP 5.2.3 or later and the PDO extension, and from
>
> http://www.doctrine-project.org/documentation/cookbook/1_1/en/my-first-project
>
> you need command line access to the server.


Yep, you need PDO. That should come standard with any self-respecting 
shared hosting environment.

You don't, however, need command line access to use Doctrine. There are 
PHP function calls equivalents for anything you would use the shell 
script to do (generate model classes, create, modify, and drop DBs, 
etc). The command line is easier, but it's not the only way. So lack of 
SSH access shouldn't be the deal breaker.


-- 
justin
http://justinhileman.com


More information about the UPHPU mailing list