Maybe is better to work with newer code
I try to give you my solution.
I use cakephp 1.1.7
I create the table. (see tutorial)
I configure config/database.php (see tutorial)
I copy the files in section "Installing FCKeditor" (see tutorial)
*** use the folder /vendor/ in the root.
I use bake.php to generate the code for the model, controller and view.
(see Building the Bakery on
http://cakephp.org/screencasts)
I use not interactively for the generation.
I copy this code in a good location in /app/ (not other location)
I change the controller
>>>>>> function edit($id=null) {
if(empty($this->data)) {
$this->data = $this->Content->read(null, $id);
>>>>>>> $this->set('data', $this->data);
....
I copy from the tutorial the view contents/edit (see tutorial)
I test...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---