CakePHP wizard component / tutorial for version 1.3 - cakephp

can someone please point me in the right direction, I am looking for a tutorial on how to create a form wizard in cakephp version 1.3
Thanks for your answers in advance.
Louis

Try Form Wizard Jquery Plugin. This is somehow same what you might need.

Related

Is plugin 'gridexporter' working for anyone in Extjs 6.0.1?

I'm trying to implement export to excel from grid in Extjs grid. I see that we have a exporter plugin (ptype: 'gridexporter') mentioned in the documentation, but I am unable to use it with Ext.grid.Panel. Is anyone else facing the same issue or know how to resolve it?
Thanks,
Sujam
Yes, someone was facing the same issue and some Sencha guy knew how to resolve it.
The exporter plugin is available with Ext JS Premium.

Background running job in CakePhp 2.0

I am using cakePHP 2.0 and I need a plugin for creating a background job. I came across CakeResque but requirement for that is cakePHP 2.1+ .Please suggest me the plugins that can help in this regards.
You can see the following tutorials
Background jobs with php and resque: part 6, integration into CakePHP

PDF generation from AngularJS

I made an AngularJS page with multiple tables, and I need a pdf generation solution. I'm working in a Phonegap context.
The tools I found until now were not able to handle the CSS in my page (like JSpdf).
Do you know some great tools to solve my problem ?
Thanks in advance.
You can try phantomJS. http://phantomjs.org
It provides print to pdf function too.

Agile toolkit 4.2.1, crud not working, add, edit or delete forms not showing

I am new to agile toolkit so i will need help to start crud example working. I created model Customer with fields name, email and password. After that I created page that looks like this:
<?php
class page_account extends Page {
function init() {
parent::init();
$this->add('CRUD')->setModel('Customer');
}
}
When i load page in browser data from database is showing ok in table but when i click on add, edit or delete button nothing is happening. I looked at the tutorial at youtube: https://www.youtube.com/watch?v=LQYAeYS1RT8&index=2&list=PL7CBF92AB03A1CA3B.
If someone knows what is the problem please help.
Thank in advance.
If you prefer 4.2 branch, then please try latest 4.2.x version - 4.2.5.
You can get it here: https://github.com/atk4/atk4/tree/4.2
But if you're new to ATK4 framework, then you better start with 4.3 branch and don't look back :)
You can get it here: https://github.com/atk4/atk4
Book is here: http://book.agiletoolkit.org/

Does the Cakephp Media plugin work with Cakephp 2.0?

Does the Cakephp Media plugin work with Cakephp 2.0 ?
I have just downloaded the Media plugin and I don't know whether it works or not with Cakephp 2.0
You could try this fork on cake2 :
https://github.com/bmcclure/CakePHP-Media-Plugin
Which Cakephp Media plugin are you referring to? If it is this one: https://github.com/davidpersson/media then the answer would be no as stated in the readme. If you are referring to a different one, then please add the link.
UPDATE
Here is a behavior that may be what you are looking for:
https://github.com/jrbasso/MeioUpload

Resources