Hello Sir,
I have additional two problems :
1. I am trying to display my database content via the syntax that considers each database table as an array with the model id considered to be the name of the array. But it is not working . This the syntax
2. i am also trying to display data that proceed from joint tables in one-to-many relationship. How do we do that ?
The last point is a remark about the $MyRow-> fieldname tip you have given on the forum's front end .I have trueied it on my Chroncooncetivity but it has not displayed the table's field.
I have additional two problems :
1. I am trying to display my database content via the syntax that considers each database table as an array with the model id considered to be the name of the array. But it is not working . This the syntax
<?php echo $proj['nom'] ?>
2. i am also trying to display data that proceed from joint tables in one-to-many relationship. How do we do that ?
The last point is a remark about the $MyRow-> fieldname tip you have given on the forum's front end .I have trueied it on my Chroncooncetivity but it has not displayed the table's field.