Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello ,
I'm in need to add a new table in the current database
would you please give the steps to add and to be able to insert, update, delete from it
I'll appreciate any help
Thanks in advance
Hi,
I guess you mean "create a new screen"...
You'll find help in two threads :
Create new objectclass
New object
No actually i'd like only to add a new table and update it by the sqlelement
it will have a relation with the resource table for example resource and resourceCost
Then you just need to create new objectClass :
- Create new table objectclass in the database
- Add new objectClass.php, including fields in table objectclass, extending SqlElement class
You can then manage objects of this class :
$obj->save()
$obj->delete()
...