Posted by: filchiprogrammer on: January 8, 2008
If you want to call a controller/action in crontab, you simply must:
1. create a copy of index.php in your app’s webroot directory,
and rename it to cron_dispatcher.php or to any filename.
2. after this, somewhere in line 78 of index.php of your app’s webroot directory,
require CORE_PATH . ‘cake’ . DS . ‘bootstrap.php’;
put [...]
Posted by: phpcurious on: December 27, 2007
Yesterday, I just tried to learn how to use JQuery with Ext in case of need for future sideline projects. It is not that easy at first however, because, to understand the integration better, you still have to understand how ExtJS runs and how to start coding ExtJS for your projects.
Posted by: filchiprogrammer on: December 17, 2007
I was doing this web report, and I thought of improving its user interface design, so I decided to use jquery ajax tabs UI.
But because the ajax-ed content is very large, the tab, when clicked, looks like this in Firefox:
AFAIK, Firefox does not cache ajax content, which is contrary to what Internet Explorer does.
I just [...]
Recent Comments