Re: display pure html page without layout

2014-11-27 Thread Frank Hassani
> > Sorry all my bad :-(( > my DreamWeaver settings were updating the wrong app dir. > Now it is working fine as it should :) Thank you for checking into it ! > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this mes

Re: display pure html page without layout

2014-11-27 Thread Frank Hassani
> > have also checked the .htaccess file one dir above, it looks like this : > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are

Re: display pure html page without layout

2014-11-27 Thread Frank Hassani
> > Hi RChavik, > checked the .htaccess and all seemed ok in there : -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed

Re: display pure html page without layout

2014-11-25 Thread Frank Hassani
> > tried it with staticpages as dir name, but same, it still loads the layout > :O > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because

Re: display pure html page without layout

2014-11-24 Thread Frank Hassani
> > Hi Steven, > > tried the full url path, but still not coming through without the layout. Checking out what Mike is pointing out regarding the use of Croogo there. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this m

Re: display pure html page without layout

2014-11-24 Thread Frank Hassani
> > Hi Steven, > trying it that way, but no luck yet -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Gr

Re: display pure html page without layout

2014-11-24 Thread Frank Hassani
just tried it out, but seems it still tries to load the layout file ... -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscri

Re: display pure html page without layout

2014-11-24 Thread Frank Hassani
k cool, thx On Monday, November 24, 2014 12:24:06 PM UTC+1, Dr. Tarique Sani wrote: > > Put it in /webroot > > On Mon, Nov 24, 2014 at 4:36 PM, Frank Hassani > wrote: > >> Hi, >> how can i call a pure html page, without a layout, from within cakePHP ? >> &g

display pure html page without layout

2014-11-24 Thread Frank Hassani
Hi, how can i call a pure html page, without a layout, from within cakePHP ? Regards, Frank -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP"

Re: Recurring Period

2014-07-15 Thread Frank Hassani
e a tip in this direction would be greatly appreciated :) Best regards, Frank On Wednesday, July 16, 2014 7:09:55 AM UTC+2, Dr. Tarique Sani wrote: > > Start here > http://book.cakephp.org/2.0/en/console-and-shells/cron-jobs.html > > T > > > On Tue, Jul 15, 2014 at 9:23

Recurring Period

2014-07-14 Thread Frank Hassani
Hi, I want to create recurring entries in my app. I was wondering if someone knows about a snippet for the interface that i could use ? Google didn't find one. Like here: <http://files.2he.com/uploads2/2013_07_11_00_25_55.jpg> Regards, Frank -- Like Us on FaceBook https://www.f

GANTT for CakePHP ?

2013-10-22 Thread Frank Hassani
Hi, is there a gantt plugin around for cakephp ? Have googled it but didn't find any current project. Pls share, Regards, Frank -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscrib

Re: My application using cakePHP

2013-10-22 Thread Frank Hassani
Hi, does this app have a current version that's in use ? Regards, Frank On Thursday, February 15, 2007 8:23:03 AM UTC+1, riky.ku...@gmail.com wrote: > > Hi there, > > I've worked application on my thesis. > > We build virtual office application using C

noobie- help with cake blog tutorial - Error PostsController could not be found

2013-10-06 Thread Frank Thomson
dvance. Frank -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send a

noobie problem with the cake blog tutorial

2013-10-06 Thread Frank Thomson
Hi guys, Setup WAMP on my win8 laptop. Installed cake seemed to go OK. Notes on my blog here Tried the blog tutorial as detailed in http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html Have listed step by st

Re: Form Helper - Checkboxes

2013-07-16 Thread Frank de Graaf (Phally)
Is there perhaps any JavaScript that might cause this behavior or maybe an invisible DOM element that is floating above the checkbox due to some CSS issues? The code itself looks alright, though I think you can leave the value and the hiddenField out. Op dinsdag 16 juli 2013 17:21:08 UTC+2 schr

Re: Double baseurl in Cakephp Authentication tutorial

2013-07-15 Thread Frank de Graaf (Phally)
Hi, There has been a bug fix recently regarding that particular issue. Please update to the latest master branch and try again. You can find it here: https://github.com/cakephp/cakephp Bugfix commit: https://github.com/cakephp/cakephp/commit/1d18a4f702e75daba10e5003c1c8661b6c8e410c#commitcomme

Re: RewriteRule not working as before

2013-07-11 Thread Frank de Graaf (Phally)
Shouldn't it be: RewriteRule ^upozorenje/index$ warnings/index [L] Also, the router does a lot more than just a rewrite like that. Op donderdag 11 juli 2013 08:54:14 UTC+2 schreef boris het volgende: > > In the new version of CakePHP's RewriteRule not working as before. For > example: > Rewrite

Re: Connecting to a remote database via SSH

2013-06-18 Thread Frank Hassani
Hi Jeremy, i'm looking for the same solution to connect my local app dev to the online db. Question, do you have a static IP for that regarding db access limited to the IP, or do you have a solution for dynamic IP ? I have a dynamic IP ... Best regards, Frank On Thursday, January 27, 2

Re: Structure of data returned by $this->Model->find

2013-06-12 Thread Frank Weindel
Has anyone looked into this further? I'm finding this very frustrating. It just makes sense to have associations nested, but I do not understand for the life of me why this doesn't happen for the root model item. Frank Weindel On Tuesday, May 4, 2010 4:26:12 AM UTC-4, Roland B wro

Re: Model data structure inconsistent?

2013-06-12 Thread Frank Weindel
literally move the [User] element myself into the [Comment] element to get it in a format that the view element likes. And this costs processor power, and makes my code ugly. Thanks. Frank Weindel On Friday, May 7, 2010 1:12:42 PM UTC-4, Roland Bock wrote: > > Miles J wrote: > &

Re: First CakePHP 2.2.5 install ==> 2 questions : Q1 about dispatcher and Q2 about tracing mechanism

2013-01-22 Thread Frank Fournier
Le mardi 22 janvier 2013 16:31:37 UTC-5, cricket a écrit : > > On Tue, Jan 22, 2013 at 8:30 AM, Frank Fournier > > wrote: > > Hi all, > > > > I am just starting with PHP and CakePHP... I have installed CakePHP with > a > > Softaculous script from my w

First CakePHP 2.2.5 install ==> 2 questions : Q1 about dispatcher and Q2 about tracing mechanism

2013-01-22 Thread Frank Fournier
ot; tutorial working (MyDomain.com/cake/posts/index) but how do I mask the tracing information on my working rendered web page? (class information + SQL stuff that I want to hide) Many thanks! Frank -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePH

Re: PHP 5.3.0 deprecated warnings

2009-08-07 Thread Frank Z
It's a quick and dirty solution that worked for me. Saved me alot of time. Until it's fixed in the build, I'm okay with this... On Jul 12, 12:31 am, 10drill wrote: > I've just upgraded PHP to 5.3.0 on my development server and found all > of my Cake sites have about 20 warning messages startin

i18n / p28n components - retrieve locale from i18n table for a specific record?

2009-01-06 Thread Frank Guthorel
languages, even while my session language is "eng"? B. if we'd manage to do that - I'd still need a way of retrieving the locale itself for that specific recordset ex. Name >> Frank (not translated) Address ENG >> streetname; Address FRE >> nom d

Re: layout control with default pages controller.

2007-11-05 Thread Frank
If you however want to switch layouts with a parameter you could do it like this class PagesController extends AppController { function info($layout = null) { switch($layout) { case 'spring' :

Re: Google Checkout / Paypal integration?

2007-11-05 Thread Frank
The code can be found here: http://cakegchk.googlecode.com/svn/trunk/google_checkout.php On Nov 5, 3:18 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > http://xerophyte.net looks good. > Thanks friend! you are a lifesaver. > > cakegchk did not provide any downloads, probably the code needs

Re: Can i have url like domain/username

2007-11-01 Thread Frank
No i don't think that's possible. How should Cake know if 'rogers' in http://domain/rogers/param is a controller or a username? On 1 nov, 09:00, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > What abouthttp://domain/username/controller/parameter... > and it also able to do this as well : > > http://d

Re: URL wrong

2007-10-24 Thread Frank
I suppose you're not using the build-in $html->link() of $html->url() functions? If not, have a look at them in the manual. On Oct 23, 8:41 pm, Daniel <[EMAIL PROTECTED]> wrote: > On the pagehttp://127.0.0.1/cake/users/registerI have a button > register but this goes tohttp://127.0.0.1/users/regi

Re: Class 'AppHelper' not found

2007-10-01 Thread Frank
The answer i that Cake is right... there is no AppHelper class :). So your class should extend the Helper class, not the AppHelper class class CommunityHelper extends Helper On 30 sep, 19:29, firdzak <[EMAIL PROTECTED]> wrote: > i'm very new in php and cake > try to create menu helper file > thi

Re: Pagination - rendering the counter differently

2007-04-03 Thread Frank P
n use the new pageNumbers function like so: pageNumbers(array('maxPages'=>5), ' ');?> Take a look at the pageNumbers function's comments. It works pretty much like you would expect. - Frank On Apr 3, 9:31 am, "MrTufty" <[EMAIL PROTECTED]> wrote: > H

Cake Hosting

2006-12-26 Thread Frank
7;m not sure if that is typically included in shared hosting environments. Thanks for any input, Frank --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to