View Full Version : How to configure ExtJS with Zend Framework
kiranp
31 Aug 2008, 6:55 AM
Hi all extjs users,
Can anybody tell me how to use ExtJS with Zend Framework?
Thanks in advance
mjlecomte
31 Aug 2008, 8:36 AM
You're posting in GXT forum?
Ext is client side language, it doesn't care what backend you're using.
kiranp
31 Aug 2008, 8:33 PM
You're posting in GXT forum?
Ext is client side language, it doesn't care what backend you're using.
Thanks mjlecomte,
However i configured the zend framework but it doesnt allowing me to run extjs files. i need help about where to put my javascript files in zend framework so that we can run it.
evant
31 Aug 2008, 8:54 PM
You should ask on a zend forum, you're more likely to find someone who knows there.
ThorstenSuckow
31 Aug 2008, 9:05 PM
Thanks mjlecomte,
However i configured the zend framework but it doesnt allowing me to run extjs files. i need help about where to put my javascript files in zend framework so that we can run it.
That sounds like your regular expression for mod_rewrite is not properly set up. Can you post your htaccess file?
Here's an example... it allows for loading "blank.html" and any other file with a name that matches the regular expression.
RewriteEngine on
RewriteRule !(^blank.html)|\.(mp3|swf|js|ico|gif|jpg|png|css)$ index.php
zefext
2 Jun 2010, 4:56 AM
Hi all extjs users,
Can anybody tell me how to use ExtJS with Zend Framework?
Thanks in advance
The answer is zefext on zefext.sourceforge.net (http://zefext.sourceforge.net).
ddanatzko
16 Nov 2010, 11:36 PM
23375
Here's the folder structure I use for my ZF Projects. Instead of the traditional MVC, I use a Modularized version. This way I can send all my XHR requests to a specific module and just turn off view rendering for the entire module. Not sure it's the right way to do it, but it works for my needs.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.