| databse table named "list"? [message #415] |
Wed, 16 November 2005 12:59  |
jbauer Messages: 21 Registered: November 2005 |
Junior Member |
|
|
Is it possible to have a db table named "list"? or am I doing something wrong.
[jbauer@localhost myproject]$ symfony generate-propelcrud todo list List
Parse error: parse error, unexpected T_LIST, expecting T_STRING in /www/jbauer/myproject/lib/model/List.php o n line 17
List.php:
<?php
require_once 'model/om/BaseList.php';
/**
* Skeleton subclass for representing a row from the 'todo_list' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package model
*/
class List extends BaseList {
} // List
(this doesn't validate in Zend IDE) says "Expecting:Indentifier" for the "class Lists... " line.
|
|
|