Hello I tried to create content dynamically using a raw PHP but having an error
1. create new folder in website, create new php file in it (example apps/test.php)
2. inside the test.php, i load the joomla framework
3. added $content = new JCckContentArticle;
however, i get
"Fatal error: Class 'JCckContentArticle' not found "
i think i loaded the joomla framework but not the seblod's framework? if so, how to load the seblod's framework?
Thank you