Is there a tutorial for using cakephp and uploadify? - cakephp

Does anyone have a good tutorial implementing cakephp and uploadify?

Have you seen this one: http://phpdev.ro/how-to-use-uploadify-with-cakephp.html

I've also created a CakePHP plugin for Uploadify. I guess it's still kinda beta, but it seems to work for my needs. It's also open-source, so it can be a good starting point for you if it doesn't 100% suit your needs.
http://www.am05.com/2011/01/06/using-uploadify-in-cakephp

The url for that tutorial has changed.
The correct url is http://phpdev.ro/how-to-use-uploadify-with-cakephp.html

Related

Datatable Plugin for CakePHP 4

I have been upgrading my application from cakephp 3 to cakephp 4. I was using fheider/cakephp-datatables and I have come across ypnos-web/cakephp-datatables where both support cakephp 3.
I am currently looking for a cakephp-datatable plugin which supports cakephp 4.
If anybody has an idea, I would be happy.
Thanks in Advance.
Isn't the built-in pagination is what you are looking for ? you can do advanced dynamic database links with your HTML tables.
I successfully use ypnos-web/cakephp-datatables on CakePHP 4.2.7. It works very well for me.
You might have to play around a bit to get it working correctly. Read some of the issues (open and closed) on the ypnos-web/cakephp-datatables github repository and you can likely get it working.
Good Luck!

AngularJS library urls

Good morning.
I would like to know which site contains urls for angular.js and aungula-ui-router.js ? (The question seems not to exist in stackoverflow.com)
Last year i used "https://ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js" but it seems to no longer work.
So what is the official host for angularjs now ?
I know that angularjs is now an old framework but i have to use it at work.
i woul appreciate some help.
Thanks in advance.
I personally prefer to use https://unpkg.com
See,
https://unpkg.com/angular/angular.js
https://unpkg.com/angular/angular.min.js

Which plugin I should use for db migration for hibernate4?

I am using grails2.3.7 and hibernate4.
However, the default database-migration plugin is not working with hibernate4.
Is there any other plugin that can do the same thing but support hibernate4?
Thanks.
Depending on what functionality you can do without, you may be able to use straight Liquibase in your project. It is fairly simple to setup. You could use the manual or a presentation I gave to get yourself started.
You can always look at the source of the database-migration plugin to give you clues about how to set it up if you get stuck.
The plugin is updated to support hibernate4 now.
database-migration

Using Dwoo 2.0 in CakePHP

Heading
Hey,
I would like to use the new Dwoo 2.0 Template Engine in my CakePHP app. But I can't find any manual with a step by step instruction. I know it's just in a beta status but it would be great if someone could help me out.
You might want to follow up on
https://github.com/ganglia/ganglia-web/tree/master/dwoo/Dwoo/Adapters/CakePHP
and make this some clean "Dwoo" Plugin with a DwooView class you can then switch out via
$this->viewClass = 'Dwoo.Dwoo';
See https://github.com/predominant/TwigView as an example how its done properly (in this case for Twig, though).
Don't forget some test cases and a good documentation and I bet in no time lots of other people will join in and also use and enhance your view class.
if you want to use Dwoo 2 with CakePHP framework, it's possible to ork with you to update the Dwoo 1 Adapter to the version 2 of Dwoo.
Let me know!
best regards

cakephp 1.2 good simple authetication sample

I was trying several authentication samples for cakephp 1.2 but didn't find any flawless piece of code. Can you suggest me some code?
Thank you
I've always used the example in the Cookbook, it's simple, straight forward and works.
I have used DarkAuth in the past (http://bakery.cakephp.org/articles/view/darkauth-another-way) and found it pretty straightforward to implement.

Resources