This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » support » General discussion » databse table named "list"?
databse table named "list"? [message #415] Wed, 16 November 2005 12:59 Go to previous message
jbauer  is currently offline 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.




Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:http.conf for the sample cart AJAX application
Next Topic:Existance of API Manual
Goto Forum:

  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software