helps. Really it is just scratching the surface, so let me know
if you have any questions.
Rusty
On Sunday, May 27, 2012 2:21:32 PM UTC-7, Jacob Brunson wrote:
>
> Hi. I'm new to CakePHP (just started yesterday)
>
> After playing with it for a while, I just started work
@Hill180
That is a dangerous question to ask because of course it comes down to
preference and what you are most familiar with.
That being said, I have used both CakePHP and Yii, I have more experience
with and am more comfortable with CakePHP, and would have to agree with
your assessment. I h
I'm using v 1.2 and wasn't able to use that method to get rid of the
div's 'div'=>'' still created a div for me, and didn't include it
inline.
If you instead use this: 'div'=>false in the options array, no div is
created.
--~--~-~--~~~---~--~~
You received this mes
I have set up a couple of sites using Cake, and feel kind of
comfortable with it on a basic level... database lookups, custom
pages, etc. but am not quite at the level of most people here.
I am working on a site that is for mobile use and would like to
accommodate the different types of browsers
I believe that it is in your site setup that you would change it so
that the root of your website was at /localhost/cake.
I have mine on a shared hosting account, so setting the home page of
the site to be the /cake_install/app/webroot worked for me.
Hope that helps.
Rusty
On Apr 4, 9:57 am
(correct one) works to change meta
tags dynamically for each view page.
Rusty
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
T
n. Is that where I'm going wrong? I
am using v1.2 in case that makes a difference.
Thanks!
Rusty
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email
Sorry really new, and looking for an easy way to do it. I don't have a
controller set up at all, and after some research, it looks like that
is how I am going to have to do it to get it to work.
Please forgive me... I looked and looked, and just came across a
possible solution... of course after
Hi,
I'm not sure if I am doing something wrong, but I am trying to add a
meta tag on the view page using the following command:
echo $html->meta('description', 'meta description goes in here',
array('type'=>'description'), false);
Doing this, nothing shows up on the page. If I set the inline to