What about the (probably even more relevant) third option, using cakephp3
from here on?
Am Donnerstag, 27. November 2014 00:10:42 UTC+1 schrieb frocco:
>
> Hello,
>
> Just installed cakephp 2 and have played around with it for about two
> hours.
>
> I have a project and wanted to know if I shou
I can't understand why you would want to join the two and how you feel it
would "simplify" your app. Doing so would be really bad form and completely
defeats the purpose of the MVC architecture. If you're working with static
views you could simply use the 'Pages' controller to serve your views.
look into /app/config/bootstrap.php file
you should have settings something like:
Configure::write('Site.contact_email', 'whatever@your_site.com');
Configure::write('Site.contact_email_subject', 'some subject');
On Wednesday, March 27, 2013 10:32:48 AM UTC-7, Ellie Quick wrote:
>
> Help,
>
>From the name of the controller file it appears that you're dealing with a
1.x install. Keep that in mind going forward, as there have been some
changes to the API. If in doubt about any advice you receive, make a point
of asking whether it's meant for a 1.x or 2.x version.
First thing to do is o
W dniu sobota, 14 lipca 2012 05:24:16 UTC+2 użytkownik surajmundada napisał:
>
>
> I have not installed PHP. Is it necessary to install PHP before CakePHP?
>
>
Yes it is!
Cakephp is PHP framework and to work cake need php compilation.
--
Our newest site for the community: CakePHP Video Tutoria
Hello there,
Well basic knowledge of programming will help for sure. Also PHP and HTML
basics will be required but can be obtained while learning to work with the
cakephp API.
Regards
Am 11.06.2012 16:15 schrieb "alvin567" :
> What are the prerequisites of learning cakephp?
>
> --
> Our newest si
Hi
On 24 March 2011 01:37, drjproduct...@gmail.com wrote:
> Hi let's say I have created a user and admin panel so how can I come about
> creating another space for clients in the admin panel? Do I have to do
> another file like client_controller and a clients.ctp and client.php?
>
>
I also bel
[mailto:cake-php@googlegroups.com] On Behalf
Of drjproduct...@gmail.com
Sent: Wednesday, March 23, 2011 11:08 PM
To: cake-php@googlegroups.com
Subject: Re: New to CakePhp
Hi let's say I have created a user and admin panel so how can I come about
creating another space for clients in the admin
Hi let's say I have created a user and admin panel so how can I come about
creating another space for clients in the admin panel? Do I have to do another
file like client_controller and a clients.ctp and client.php?
Sent from my iPhone
On Mar 24, 2011, at 5:45 AM, "Krissy Masters"
wrote:
> Y
Your best to, like all new to Cake is to read the cookbook. Try the blog
tutorial to get familiar with how things work, then you can attempt your own
and ask specific questions. No one is going to answer general vague
questions like that without actually building everything for you.
Panes? Related
HI there and welcome to the cake-list
It would be of great use if you show us a bit more of your code as
your are showing only calls of internal functions manmade by the
siteowner
$home might be the main model, usually called $this
-> is the obj.orient. kind to access data
$listing as a 2 dimensio
http://book.cakephp.org/view/641/Simple-Acl-controlled-Application
Jeremy Burns
jeremybu...@me.com
On 27 Apr 2010, at 11:39, LAMP Developer, India wrote:
> Hello Everyone!
>
> I am new to cakePHP, i understand its installation, just extraction of
> files on htdocs and simple configuration chan
Check out this:
http://book.cakephp.org/view/219/Blog
On Mar 19, 2:23 pm, Tashi Daw wrote:
> Please help me to get started with the cakePHP. I found this framework
> really good for rapid web application development. I have already done
> projects in ZF but i found it really bulky. I have gone t
The book tells you everything you need to know about setting up the
Auth component, then there are a load of blogs out there that can take
you beyond what's in the book.
http://teknoid.wordpress.com/
http://www.milesj.me/
http://www.littlehart.net/atthekeyboard/
http://www.pseudocoder.com/
http://
Its really best work through the tuts and ask specific questions so you
understand vs just given something.
On Fri, Mar 19, 2010 at 12:01 AM, Tashi Daw wrote:
> I tried it but i want with the Auth Components, please help me!
>
>
> On Fri, Mar 19, 2010 at 9:47 AM, Jonathon Musters wrote:
>
>> wh
I tried it but i want with the Auth Components, please help me!
On Fri, Mar 19, 2010 at 9:47 AM, Jonathon Musters wrote:
> why not follow the blog tut and others
>
>
>
> On Thu, Mar 18, 2010 at 11:23 PM, Tashi Daw wrote:
>
>> Please help me to get started with the cakePHP. I found this framework
why not follow the blog tut and others
On Thu, Mar 18, 2010 at 11:23 PM, Tashi Daw wrote:
> Please help me to get started with the cakePHP. I found this framework
> really good for rapid web application development. I have already done
> projects in ZF but i found it really bulky. I have gone
I accidentally hit reply to author, but for anyone else that visits
this thread:
Be sure to check out the Auth component:
http://book.cakephp.org/view/172/Authentication
It's dead simple using this to set up authentication. Coupled with the
ACL component, you have an unstoppable force on your han
You don't want to get your hands dirty with someone elses code!
Best way is to start here:
http://book.cakephp.org/view/4/Beginning-With-CakePHP
and when the installation is ready, continue with this:
http://book.cakephp.org/view/218/Tutorials-Examples
That will give you a good introduction to Ca
Make sure your form paths are posting to the right action.
On Oct 15, 1:05 pm, Patrick Talmadge wrote:
> Once I added the call to the add method in the controller everything
> started working as expected. Does my register method end up calling
> the add method when saving? I ask because if the i
Once I added the call to the add method in the controller everything
started working as expected. Does my register method end up calling
the add method when saving? I ask because if the input validation
fails the user is redirects from the register page to the add page.
I was planning to remove t
I haven't tried getClientIP() but I'd check that you have the field
name correct etc, try putting something known in. As an alternative
I've used $_SERVER['REMOTE_ADDR'] in the past which does work.
http://wiltonsoftware.com
--~--~-~--~~~---~--~~
You receiv
Dear
plz delete me for send email group
thank you,
soontaree.
www.easyroadtraining.com
รับจัดอบรมสัมมนา
> Date: Fri, 18 Sep 2009 06:46:15 -0700
> Subject: New To CakePHP
> From: visuma...@gmail.com
> To: cake-php@googlegroups.com
>
>
> Hi Fnds,
>
> I'm new
> my bad i forgot to mention that find php.ini file set Timezone and i
> had the same issue
Or use ini_set in bootstrap and leave your php config alone
>
> On Sep 18, 1:18 pm, Simon wrote:
>> try this
>>
>> go to c/xampp/apache/conf/ open file name httpd.conf find this
>> #LoadModule rewrite
my bad i forgot to mention that find php.ini file set Timezone and i
had the same issue
On Sep 18, 1:18 pm, Simon wrote:
> try this
>
> go to c/xampp/apache/conf/ open file name httpd.conf find this
> #LoadModule rewrite_module modules/mod_rewrite.so remove the # and
> find
>
>
> Option
On Fri, Sep 18, 2009 at 4:18 PM, Simon wrote:
>
> try this
>
> go to c/xampp/apache/conf/ open file name httpd.conf find this
> #LoadModule rewrite_module modules/mod_rewrite.so remove the # and
> find
>
>
> Options FollowSymLinks
> AllowOverride none
> Order deny,allow
> Deny fro
try this
go to c/xampp/apache/conf/ open file name httpd.conf find this
#LoadModule rewrite_module modules/mod_rewrite.so remove the # and
find
Options FollowSymLinks
AllowOverride none
Order deny,allow
Deny from all
set AllowOverride to all form none
On Sep 18, 9:35 am,
Raghu, it appears to me that this is a PHP--not CakePHP--warning. it's
possible that your computer has a misconfiguration. Although, I admit
that I'm not familiar with this warning, so that's just a guess. I'm
also not very familiar with Windows timezone settings.
Try creating a regular PHP scrip
Thanks its working fine.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr
follow this link http://book.cakephp.org/view/219/Blog
and its simple enough
tip:read and read.it again and again
On Wed, Jul 8, 2009 at 3:22 PM, Dhileepen Chakravarthy <
dhileepen.cake...@gmail.com> wrote:
> Hello everybody,
>
> I am a new guy for cake php .
>
> I installed cakephp
On Tue, Jun 16, 2009 at 2:43 AM, Netram Dhakar wrote:
>
> Hi,
> I am new with CakePHP.How to install and configure.
>
> Please help me.
That's a very common question when you're starting.
According to cookbook...
"Installation preparation consists of the following steps:
* Downloading a copy of
Hi Netram,
please read the Cookbook at least once, it will really help you in the
future. There is also the installation manual in there. Follow this
link: http://book.cakephp.org/
greets
Andreas
Netram Dhakar schrieb:
> Hi,
>
> I am new with CakePHP.How to install and configure.
>
> Please he
What is the difference between serial and user id?? Aren't they both
just numbers that increment with each addition?
I don't think you have planned this out very well. You can either set
the starting point of the primary id to a very high value, or grab the
last serial and increment before creat
This is a very very very bad design decision. User data != internal
system data. Use another column for your "serial", and leave User.id
to cake.
BUT, if you really have to use it as a primary key, you could try
leaving it named serial_number or whatever and customizing your model
to use that fie
Ok, then you can't use the ID as the user serial, if you are
registering a new user in the users table!
I suggest you change your process, so that new users are registered in
another table, for example "registrations".
Then you manually process each registration, by copying the
registration into
The serial will be entered manually by an operator
On Apr 2, 5:15 pm, John Andersen wrote:
> My question is, when are you going to enter the user serial?
> Is it done manually by you or can it be done automatically?
> If automatically, then ensure that you have the new user serial
> available wh
My question is, when are you going to enter the user serial?
Is it done manually by you or can it be done automatically?
If automatically, then ensure that you have the new user serial
available when a user is being registered!
Enjoy,
John
On Apr 2, 8:17 am, vanushv wrote:
> Hey i'm trying se
Toby, you're playing devil's advocate by pointing a Cake newcomer to
the "Simple" Acl controller Application
Read about the Auth component, and then make your own component to
replace ACL :)
Adam
On Feb 23, 2:15 pm, "Toby Mathews" wrote:
> If it's any help, basic login stuff (plus permission
If it's any help, basic login stuff (plus permissions) is covered in this
tutorial:
http://book.cakephp.org/view/641/Simple-Acl-controlled-Application
Toby
-Original Message-
From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf
Of motoq88
Sent: 22 February 2009 1
On Sun, Feb 22, 2009 at 5:51 PM, Aivaras wrote:
>
> Why would he use elements if there's Auth->allow(); ? Would save tons
> of time and be better in performance.
Because ... "lock some of features in a page"
--~--~-~--~~~---~--~~
You received this message because
Why would he use elements if there's Auth->allow(); ? Would save tons
of time and be better in performance.
Cheers,
Faifas
On Mon, Feb 23, 2009 at 00:49, brian wrote:
>
> On Sun, Feb 22, 2009 at 1:26 PM, motoq88 wrote:
>>
>> hi, I am new to cakePHP.
>>
>> I want to know it is possible to onl
On Sun, Feb 22, 2009 at 1:26 PM, motoq88 wrote:
>
> hi, I am new to cakePHP.
>
> I want to know it is possible to only lock some of features in a page
> and leave other portion of the lage open to public without requiring
> login.
Display those portions using elements. Check the session to see i
> I want to know it is possible to only lock some of features in a page
> and leave other portion of the lage open to public without requiring
> login.
Yes.
> I also want to know where i can find existing code that supports basic
> login/logout and basic user control panel.
http://book.cakephp.
http://letmegooglethatforyou.com/?q=cakePHP+Resources
On Fri, Jan 16, 2009 at 10:41 AM, Alexandru Ciobanu
wrote:
>
> sasikumar a wrote:
> > my upcoming projects all cakephp so i want to learn cake plz anyone
> > guide me.
> >
> >
> http://book.cakephp.org/view/4/Beginning-With-CakePHP
>
> >
>
--
sasikumar a wrote:
> my upcoming projects all cakephp so i want to learn cake plz anyone
> guide me.
>
>
http://book.cakephp.org/view/4/Beginning-With-CakePHP
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakeP
WallyJ
I would guess.
Basically your main config is saying "dont let any sub directory's
htaccess files do anything, I'm the boss!"
So when mod_rewrite is inactive, there is no issue. But when you
activate mod_rewrite you create a conflict which results in the access
forbidden.
You'll need
I tried this and when I UNcommented the rewrite line, I received "Access
Forbidden" from the localhost that was working fine before. If I comment the
line back, it works fine.
Ideas?
Thanks!
WallyJ
imran k wrote:
>
>
> Thanks guys... it worked. I did exactly what both of you said. thanks
Thanks guys... it worked. I did exactly what both of you said. thanks
a lot.
On Oct 13, 5:16 am, qwanta <[EMAIL PROTECTED]> wrote:
> Also, don't forget to restart apache after making the httpd.conf
> changes.
>
> On Oct 12, 2:16 pm, imran k <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi everyone! I am I
Also, don't forget to restart apache after making the httpd.conf
changes.
On Oct 12, 2:16 pm, imran k <[EMAIL PROTECTED]> wrote:
> Hi everyone! I am Imran k and very new to CakePHP. I have downloaded
> cake_1.2.0.7692-rc3 and installed on XAMPP server but the 'welcome
> screen' appears without a
Seems to be a rewrite-mode story.
Be sure you have enabled rewrite-mode .. As I remember on Xampp it's
not enabled by default.
Check your httpd.conf file in "c:\xampp\apache\conf" and uncomment the
line
#LoadModule rewrite_module modules/mod_rewrite.so
hth
On Oct 12, 8:16 pm, imran k <[EMAIL P
I think, you should use Element within your layout to render the
navigation according to user log or not.
Alternatively you can use 2 different layouts
On Nov 6, 8:20 pm, thathu <[EMAIL PROTECTED]> wrote:
> Hello Cakephp developers
>
> I am trying to design a website for my friend using cakephp,
Checkout any of the Larry Ullman books on PHP... The Visual Quickstart
Guides are great. That's where I got my start with PHP and he does a
great job of laying everything out in a way thats understandable
(IMO).
On Oct 13, 7:08 pm, afx <[EMAIL PROTECTED]> wrote:
> I'm in the same boat as you, e
I'm in the same boat as you, except I've gotten off to a great start:
http://www.davidgoldingdesign.com/newbie-cakephp.pdf
read that, great getting started guide from getting your server up to
creating mysql tables.
also:
http://www.sitepoint.com/article/application-development-cakephp
is gre
Hi,I have the same problem ,I use the lasted version of bakesale
,and the backend admin operation such as category have the same
problem.
I think there 2 reason ,database table not very well support such
as we put '' into int type.
the other is the last version of stable 's cakephp's problem.
did
I've tried the same blog tutorial using both the stable and unstable
version of CakePHP. There has to be something I can do to figure out
what the problem is. I'm pretty sure I followed the tutorial step by
step, but perhaps I need to run through it once more.
--~--~-~--~~-
Did you try the stable version of cakePHP? I had a similar problem,
but it was caused because I downloaded cake incomplete, make sure you
have the stable and full version, which is the best option for
starters I think ... :)
--~--~-~--~~~---~--~~
You received this
nate ,
> You're new to Cake and you already have a problem? Is that surprising
> because you'd have expected to encounter a problem after having used it
> for longer? I'd guess that it's more the other way around: you haven't
> used it long, therefore you're inexperienced in addressing issues wi
You're new to Cake and you already have a problem? Is that surprising
because you'd have expected to encounter a problem after having used it
for longer? I'd guess that it's more the other way around: you haven't
used it long, therefore you're inexperienced in addressing issues with
it. Causali
58 matches
Mail list logo