Opened 16 years ago
Closed 16 years ago
#2677 closed Task (invalid)
How to Integrate with Zend Framework
Reported by: | Gregory | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : PHP | Version: | FCKeditor 2.6.2 |
Keywords: | Cc: | marcus.yarbrough@… |
Description
Hi,
We have an app written in Zend Framework. How do integrate the FCKeditor and CKFinder functionality without breaking the Zend Framework methodology?
It appears that our URL rewrite stuff does not work well with how we've setup the FCKeditor and CKFinder.
Thanks in advance for any assistance.
Greg
Change History (1)
comment:1 Changed 16 years ago by
Keywords: | Zend Framework removed |
---|---|
Milestone: | FCKeditor 2.6.4 |
Resolution: | → invalid |
Status: | new → closed |
It's not the right place for support requests, please use FCKeditor forums to discuss about FCKeditor integration with other software.
You have provided too little information to help you. I think that you could create a very basic application based on ZF and attach it as an example to show what's the problem (remember to describe any other custom configuration settings that you have).
I don't know ZF very well, but in general, the only thing that should be adjusted in CKFinder is the configuration file. The
CheckAuthentication()
function could use Zend_Auth and to create the$config['AccessControl']
variable dynamically we could use Zend_ACL. Alternatively, you could overwrite the checkAcl() method in ckfinder\core\connector\php\php5\Core\FolderHandler.php and make use of Zend_ACL there but I’m just theorizing.Anyway, please create a topic at FCKeditor forum.