moving cakephp to a new server

2014-12-11 Thread Enrique Martinez
I'm moving a cake php to a windows server but it is not on iis7 When I copied the files over and go to the directory my templates load The only problem is when I try to load my index.php it says page not found What can i try to solve this problem -- Like Us on FaceBook https://www.facebook.com

Moving cake php application to another server

2014-12-11 Thread Enrique Martinez
Hello Everyone I'm having trouble with a application When i type the url http://couri2.utep.edu/abstract It returns this error Error: The requested address '/abstract/index.php/abstract' was not found on this server When i try to comment //Configure::write('App.baseUrl', env('SCRIPT_NAME')); a

Ajax Pagination - Highlight Sort and Direction

2009-10-31 Thread enrique r grullon
Hi all, I'm using Cakephp v1.25 and I'm trying to find a way to highlight the sort column and direction when using ajax pagination. On a second note, is it possible to collect sort columns and directions so a user can combine them? thanks in advance

Re: Just baked: Guerra Creativa | Web Design and Logo Contest

2009-09-07 Thread Enrique
Absolutely right, we'll implement that... We have so many plans on how to improve things that's hard to say what to tackle first ;-) Cheers, Enrique On 31 Aug., 04:57, Aivaras wrote: > Well, > > you could change links to make them more SEO friendly, for example > /portfol

Re: Just baked: Guerra Creativa | Web Design and Logo Contest

2009-08-30 Thread Enrique
Thanks a lot! The design was not made by me ;-) I'm just responsible for all the bugs you may find On 30 Aug., 17:14, Aivaras wrote: > I just love the layout, the site looks great, good job! > > Faifas > > On Sun, Aug 30, 2009 at 22:45, Enrique wrote: > > &g

Just baked: Guerra Creativa | Web Design and Logo Contest

2009-08-30 Thread Enrique
the public when I have time to compile them in an orderly fashion (with some documentation). Ah, and of course you are invited to join Guerra Creativa! My Base: http://en.alpha.guerra-creativa.com/p/Enrique Happy baking! Enrique --~--~-~--~~~---~--~~ You receive

Re: Using mod_rewrite without .htaccess overhead (quick solution)

2009-07-19 Thread Enrique
t ask / benchmark the performance gain. Anybody has hard numbers / did benchmarks? On 19 Jul., 17:21, Carlos Lavin wrote: > Does anyone know how much this "overhead" really represents? > > 2009/7/19 Enrique > > > > > Hi Cake Fans, > > > just a quick note on

Using mod_rewrite without .htaccess overhead (quick solution)

2009-07-19 Thread Enrique
Hi Cake Fans, just a quick note on how to use CakePHP with mod_rewrite but without the unnecessary .htaccess overhead: http://www.creative-outsourcing.com/cakephp-using-mod_rewrite-without-.htaccess-overhead.html - Enrique --~--~-~--~~~---~--~~ You received this

Re: confirm message

2009-05-10 Thread Enrique
The "url" array is only that: an URL array, i.e. there is no "confirm" parameter here. What I would do is putting the image in a $html->link() and use it's "confirm" parameter and disable the HTML escape (to output the image tag correctly). Maybe there is another way, looking at the cake HTML help

Re: Update a DIV jQuery

2009-05-10 Thread Enrique
And you should always keep a good Cheatsheet under your pillow: http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/ - Enrique On 9 Mai, 17:19, "Dave Maharaj :: WidePixels.com" wrote: > As i drop prototype and move forward with jQuery i need to find replacements >

Re: $model->save - which id is used?

2009-05-10 Thread Enrique
The id can be found in $this->data. $this->data is automatically filled by the submitted form data and the form sends the "id" with the post data. The action parameter $id is only used to load the model and fill in the form. Hope that answers your question. - Enrique On 8 Mai,

Re: Forms not associated to models - alternative to the Form core helper?

2008-08-26 Thread Enrique Delgado
for pointing this out. I was getting too caught up and spoiled by the input() automagic method, my bad. Using the regular methods works just fine. Thanks! On Aug 26, 11:15 am, validkeys <[EMAIL PROTECTED]> wrote: > Hey Enrique, > > You could still use the regular forms: > >

Forms not associated to models - alternative to the Form core helper?

2008-08-26 Thread Enrique Delgado
Hi All, The core Form helper works great as long as you have a model behind it, but what about forms that are not related to a model? Is there any helpers that I can use in the view? Or do I just code plain HTML? Thanks! --~--~-~--~~~---~--~~ You received this