Joomla - Component: Adding Comment ( Insert Data )Tag: joomla, cms Category: PHP Frameworkpost: 13 Nov 2007 read: 4,097 Now, we try to write code for inserting comment. For this task, we add case "comment" at hello.php. Follow this steps:
|
| | Give Your Opinion | Recommend |
|
1 Responses to Joomla - Component: Adding Comment ( Insert Data ):
Sorry for my english language ( i'm french)
I think that we have to add the code:
case'comment':
addComment($option);
break;
within the switch of the hello.php file
to be registed when we click on the form
thanks to confirm!
I think that we have to add the code:
case'comment':
addComment($option);
break;
within the switch of the hello.php file
to be registed when we click on the form
thanks to confirm!
By vincent gammino on Jun 23, 2008


