Create CKEditor class instance and use one of available methods to insert CKEditor.
<?php
$CKEditor = new CKEditor();
echo $CKEditor->textarea("field1", "<p>Initial value.</p>");
?>Whole code of ckeditor.php
Call to undefined method CKEditor::textarea() in blah blah blah

having the same problem.
having the same problem.
Can you download the latest
Can you download the latest CKEditor 3.x package (CKEditor 3.6.6) and see if you can still reproduce the problem?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!