always empty field
- Single Page
Posted 01 July 2012 - 10:04 AM
Resturants {
id INT PK AI
name varchar(100)
contact_info TEXT()
langauge_id (INT)
}
when i use grocery crud to list all the items i always get the name field empty . when i click edit button i find it populated.
also i found it stored in the database.
can anyone tell me why is that happening to me ?
Posted 01 July 2012 - 10:32 AM
Posted 01 July 2012 - 10:39 AM
it worked also by renaming the table fields. which had the same name : 'name'..
Posted 08 August 2012 - 14:27 PM
My table looks like this:
building_id
building_name
building_code
building_description *
building_latitude *
building_longitude *
* Only shows on the edit page; never shows on list.