I'm now trying to implement Uploadify into my app for about 3 days.
I guess i saw every tutorial which is on the internet...
The only one i found for CakePHP 2.1 was this one: http://crazylearner.com/using-uploadify-with-cakephp/
But this is not working for me :(
I read in some forums that i should be very easy to implement Uploadify. Why is it so complicated for me?
I couldn't find any tutorial which is absolute clear.
Can someone post a working and clear description of how to implement Uploadify in CakePHP 2.1?
thanks, luca
Try this one, works very nice and is for version 2.1 ok:
https://github.com/josegonzalez/upload
Related
I try to make a web application in symfony4. I want to make login/register system with HWIOAuthBundle, but I can't find a good setting up guide just for Symfony3. Anybody can help me?
Thanks a lot
I think original docs are OK: https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md
Basically, bundles' configurations in Symfony 4 are pretty similar to Symfony 3 so you can try to use original docs. BTW there're some notes about Symfony 4.1 in this docs, so I'm sure that they will help you.
I was wondering if anyone had any other good tutorials based on both Codeigniter 2 and Kohana 3. I did find this tutorial on easy authentication for codeigniter, but other tutorials are from Codeigniter are version 1.7.2 and I just started learn about version 2.0.2. I haven't found any from Kohana yet. Any comments and help is greatly appreciated.
P.S. Yes, I have googled for tutorials, but I figured I ask here while I was looking.
These two are good places to start. Sometimes the Kohana website user guide is lacking.
Kohana beginners tutorial - http://kowsercse.com/2011/09/04/kohana-tutorial-beginners/
Kohana 3 unofficial wiki - http://kerkness.ca/kowiki/doku.php
Really the kohana documentation you find in the download of kohana itself is going to be your best resource as far as kohana is concerned. Also there is a kohana IRC channel where you will occasionally find good help.
#kohana # irc.freenode.net
Kohana 3 user guide: http://kohanaframework.org/3.1/guide/
and tutorials are here: http://kohanaframework.org/3.1/guide/kohana/tutorials
If you download the Kohana 3 package and run it in your dev server, you can enable "userguide" module in application/bootstrap.php (somewhere around line #100) and have it available locally.
after some research I found that the best option for my current proyect is to use AS3 in collaboration with ZendAMF to be able to connect with PHP->MySql.
But, there is a little problem, I cant make it work, and maybe its me, but the official (official website) documentation kind of sucks.
So, is there a proper guide to have a working example using ZendAMF?
Thx very much.
Edit.: Im not using Flex components, thou Im using Flash Builder my project is entirely AS3.
Try this tutorial: http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/
I dont seem to understand how do you integrate CakePHP framework with Joomla 1.6 CMS?
I have been reading and JAKE is commonly mentioned for the integration.
How does Jake assist in the integration, there are very limited resources online which guide me on this.
Is there any site where I can get a good understanding on the linkage between CakePHP with Joomla 1.6 using JAKE.
Thank you.
Max (the guy who made Jake) wrote an article back in 2007 explaining exactly how the linkage between Cake and Joomla works:
http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/
However, the official Jake site seems to be down and there has been very little talk of anything relating to Cake/Joomla since 2007.
Since then, however, there have been several CMSes created specifically for Cake, so perhaps one of those ones will do what you're looking for? Here's a good blog article with a mini-review of 13 different CakePHP CMSes:
http://blog.dreamcss.com/content-management-system/cakephp-based-cms/
The Jake project was a great idea, but as you note it wasn't maintained for some time and the last release in 2007 is incompatible with the current stable versions of CakePHP and Joomla.
That in mind, I went ahead and upgraded it to work with the current CakePHP and Joomla, after adding in a feature to support friendlier URLs. Feel free to check it out at http://blog.echothis.com/2012/09/26/jake-2-0-released/.
Here is a CakePHP component for Joomla 3 :
https://github.com/ahmad24/JCake
you can access the controller and action by passing the parameter tasks=controllername.actionname
Back end example:
localhost/joomla_32/administrator/index.php?option=com_jcake&tasks=tests.index
Front end example:
localhost/joomla_32/index.php?option=com_jcake&tasks=tests.index
i searched alot but didnt find a tutorial on how to install ckeditor for media wiki
i asked there but no one answered , im sure , i should ask here , but as you are professionals maybe know it
thanks in advance
As you probably know, you can integrate CKEditor's precedessor, FCKEditor, with MediaWiki: MediaWiki+FCKEditor
As far as I can see, there is a successor project underway (See discussion here):
Yes, we'll be working on MediaWiki+CKEditor. It will not happen before the final stable CKEditor 3.0 release though.
But as far as I can see, it has not been released yet. Integration does not seem to be entirely trivial, because CKEditor would actually have to produce different code that works with MediaWiki.
You may have to go with FCKEditor for the moment.
I know your question is old but I've been looking to integrate CKEditor for a while now and there is very little information concerning this on the net! For anyone else who might be looking:
I found this on MediaWiki in FCKEditor section of the WYSIWYG_editor page:
Ontoprise's halo team is maintaining a production quality integration
of MediaWiki and CKEditor: Extension:WYSIWYG.
I installed it on our MediaWiki (v.1.16) and so far it works like a charm!