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 _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
