new to cakephp, should I learn this over yin/laravel4?

2014-11-26 Thread 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 should continue using cakephp or start on a more recent framework like yin or laravel 4? I really like the cakephp concepts, and would like to hear from long time

Re: new to cakephp, should I learn this over yin/laravel4?

2014-11-26 Thread euromark
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 should

New to Cakephp

2013-10-21 Thread Darren Williams
Hi guys I need help I have a working app, but know to simplify my app I want to join the controllers and view so that it can be view as one/one page. Any help is appreciated. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You

Re: New to Cakephp

2013-10-21 Thread CrotchFrog
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.

New to CakePHP having some trouble.

2013-04-28 Thread Dean Lundy
Hello, I am trying to get started with this framework and having problems getting a basic index page to load. I am using DHTMLX Scheduler to make a simple scheduling system which I would like to then add to. Right now I am just trying to get a blank schedule loaded for the index page with no

Re: New to CakePHP

2013-03-30 Thread Chris
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,

Re: New to CakePHP

2013-03-29 Thread lowpass
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

new to cakephp, trying to convert build a site in cakephp like my existing drupal 7 site.

2013-03-28 Thread Moltra
I currently have a site built using drupal 7 http://www.serviidb.com, I am currently trying to develop the site in in cakephp. I have the basic views for the links and the views for the groovy plugins, but I am having trouble with a couple of items. I need to be able to upload a file and

New to CakePHP

2013-03-28 Thread Ellie Quick
Help, Im a fairly experienced php coder however Ive been given access to a site (as the author is no longer contactable) written using CakePHP and Im totally and utterly lost as to how to make the fairly urgently required fixes. Theres a contact form on one of the pages which doesnt work, no

I am new in Cakephp

2012-12-17 Thread Rakesh Dongarwar
Hey Hi Guys I am very new in cakephp. From last 3 years i have worked on core php. so anyone can teach me cakephp?? Kind Regards, Rakesh -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you

Re: I am new in Cakephp

2012-12-17 Thread Dr. Tarique Sani
http://book.cakephp.org/2.0/en/index.html - start here T On Mon, Dec 17, 2012 at 1:22 PM, Rakesh Dongarwar rakeshdongarw...@gmail.com wrote: Hey Hi Guys I am very new in cakephp. From last 3 years i have worked on core php. so anyone can teach me cakephp?? Kind Regards, Rakesh

New to CakePHP .. problem with mod_rewrite

2012-07-14 Thread surajmundada
Hi, I am new to CakePHP ... downloaded Cake 2.2.0 and set it up on Apache as given in cookbook. I did all settings as given in cookbook (both mod_rewrite and CakePHP pretty URLs). Still I can not see default cake page in sample blog's webroot. Not sure where to look for errors. I have

Re: New to CakePHP .. problem with mod_rewrite

2012-07-14 Thread Piotr Beschel
http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group

New to cakephp

2012-06-11 Thread alvin567
What are the prerequisites of learning cakephp? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send

Re: New to cakephp

2012-06-11 Thread Jonas Menges
? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more

I'm new to CakePHP. How do I get Neil Crooke's Twitter API working?

2011-07-22 Thread Ajax Lesser
Hi everyone, Brand new to CakePHP. Just walked through the blog and auth tutorials without any issues. I want to get basic Twitter OAuth working on a brand new CakePHP app and am having some serious issues. I downloaded Neil's plugin from here: https://github.com/neilcrookes/CakePHP-Twitter-API

Re: New to CakePhp

2011-03-24 Thread Stephen
for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit

New to CakePhp

2011-03-23 Thread cakenewbie
hi, I have knowledge about PHP but i am totally new to the cakephp. I have really no idea how can i come about to create these features using the cakephp. Can anyone give me some idea or some guide? 1. Create User Panels 2. Create Clients Panel 3. Create Listing Of Clients with Categories

RE: New to CakePhp

2011-03-23 Thread Krissy Masters
To: CakePHP Subject: New to CakePhp hi, I have knowledge about PHP but i am totally new to the cakephp. I have really no idea how can i come about to create these features using the cakephp. Can anyone give me some idea or some guide? 1. Create User Panels 2. Create Clients Panel 3. Create Listing

Re: New to CakePhp

2011-03-23 Thread drjproduct...@gmail.com
: Wednesday, March 23, 2011 2:10 PM To: CakePHP Subject: New to CakePhp hi, I have knowledge about PHP but i am totally new to the cakephp. I have really no idea how can i come about to create these features using the cakephp. Can anyone give me some idea or some guide? 1. Create User Panels

RE: New to CakePhp

2011-03-23 Thread Krissy Masters
[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 panel

Re: New with CakePHP, problem with docs and options parameters

2010-09-20 Thread laduree
these great functionality Yes, the docs are sorely lacking in specifics on $options but some of them are listed in the API:http://api.cakephp.org/ Which methods did you have in mind? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related

New with CakePHP, problem with docs and options parameters

2010-09-12 Thread laduree
available to me, where do I find them in the docs, how do I know how to use all these great functionality Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups

Re: New with CakePHP, problem with docs and options parameters

2010-09-12 Thread cricket
in the API: http://api.cakephp.org/ Which methods did you have in mind? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group

Re: New to CakePHP and having an image problem

2010-05-07 Thread mivogt-LU
more code would help to help cu michael On 5 Mai, 19:00, Lallo lallo.vi...@gmail.com wrote: Hello, I'm new to CakePHP, but have a little knowledge of PHP. I inherited a Web site that is in CakePHP and some of the images aren't working. Here is the code: ?php echo $home-get_image(simple

New to CakePHP and having an image problem

2010-05-06 Thread Lallo
Hello, I'm new to CakePHP, but have a little knowledge of PHP. I inherited a Web site that is in CakePHP and some of the images aren't working. Here is the code: ?php echo $home-get_image(simple,$listing['Commercial']['mls'], 160,120); ? It probably is simple, but I have little knowledge

New to CakePHP, Wanted to learn alot

2010-04-27 Thread LAMP Developer, India
Hello Everyone! I am new to cakePHP, i understand its installation, just extraction of files on htdocs and simple configuration changes. But i want to know how better and secure i can install and configure it for better security. I dont know where to start. I just edited home.cpt and content get

Re: New to CakePHP, Wanted to learn alot

2010-04-27 Thread Jeremy Burns
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 changes

Re: New to CakePHP

2010-03-19 Thread WebbedIT
://mark-story.com/categories/view/programming http://en.wordpress.com/tag/cakephp/ Paul. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group

Re: New to CakePHP

2010-03-19 Thread tnbrooks
bulky. I have gone through the cakePHP documentation, but i found it difficult to understand. So, can any body provide me a CRUD application build in cakePHP with authentication. So, that i can know how to use elements in views, models and controllers. Thanks Check out the new CakePHP Questions

New to CakePHP

2010-03-18 Thread Tashi Daw
me a CRUD application build in cakePHP with authentication. So, that i can know how to use elements in views, models and controllers. Thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you

Re: New to CakePHP

2010-03-18 Thread Jonathon Musters
bulky. I have gone through the cakePHP documentation, but i found it difficult to understand. So, can any body provide me a CRUD application build in cakePHP with authentication. So, that i can know how to use elements in views, models and controllers. Thanks Check out the new CakePHP

Re: New to CakePHP

2010-03-18 Thread Tashi Daw
with authentication. So, that i can know how to use elements in views, models and controllers. Thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups

Re: New to CakePHP

2010-03-18 Thread Jonathon Musters
out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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

New to CakePHP

2010-03-16 Thread tashi
Hi I am new to cakePHP and i am really interested to learn. But i am stuck from where to begin! So can any body please send me a CRUD application build in CakePHP with authentication? If possible the admin module to manage the application. Tashi Check out the new CakePHP Questions site http

Re: New to CakePHP

2010-03-16 Thread John Andersen
to CakePHP! Better than a ready- made application that you yourself had not built and felt with your own hands and thoughts :) Enjoy, John On Mar 16, 12:20 pm, tashi dawtas...@gmail.com wrote: Hi I am new to cakePHP and i am really interested to learn. But i am stuck from where to begin! So can

Re: New to CakePHP

2010-03-16 Thread Johnny Ferguson
hands. On Mar 16, 6:20 am, tashi dawtas...@gmail.com wrote: Hi I am new to cakePHP and i am really interested to learn. But i am stuck from where to begin! So can any body please send me a CRUD application build in CakePHP with authentication? If possible the admin module to manage

Re: New to CakePHP issue loggin IP

2009-10-15 Thread Patrick Talmadge
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

Re: New to CakePHP issue loggin IP

2009-10-15 Thread Miles J
Make sure your form paths are posting to the right action. On Oct 15, 1:05 pm, Patrick Talmadge ptalma...@gmail.com 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

New to CakePHP issue loggin IP

2009-10-14 Thread PatrickTalmadge
I'm new to CakePHP and working on a project where I need to log the client IP when they register. When it saves to the DB the IP doesn't save. This is the code I currently have in the controller: class UsersController extends AppController { var $name = 'Users'; var $helpers = array('Html

Re: New to CakePHP issue loggin IP

2009-10-14 Thread Brett Wilton
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

New To CakePHP

2009-09-18 Thread Raghu
Hi Fnds, I'm new to cakephp, and I'm able to setup cake env. But while developing blog app, I'm getting the follwoing warnings with no result. I'm using Cake 1.2.5 and XAMP 1.7.2(PHP 5.3) , Please let me know any clue to resolve this issue. One more thing point is , I worked on RubyOnRail

Re: New To CakePHP

2009-09-18 Thread brian
://www.php.net/mailing-lists.php On Fri, Sep 18, 2009 at 9:46 AM, Raghu visuma...@gmail.com wrote: Hi Fnds, I'm new to cakephp, and I'm able to setup cake env. But while developing blog app, I'm getting the follwoing warnings with no result. I'm using Cake 1.2.5 and XAMP 1.7.2(PHP 5.3)  , Please let

Re: New To CakePHP

2009-09-18 Thread Simon
, though, or you may not receive many responses). http://www.php.net/mailing-lists.php On Fri, Sep 18, 2009 at 9:46 AM, Raghu visuma...@gmail.com wrote: Hi Fnds, I'm new to cakephp, and I'm able to setup cake env. But while developing blog app, I'm getting the follwoing warnings

Re: New To CakePHP

2009-09-18 Thread brian
On Fri, Sep 18, 2009 at 4:18 PM, Simon simon_d...@hotmail.com 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 Directory /    Options FollowSymLinks    AllowOverride none    Order

Re: New To CakePHP

2009-09-18 Thread Simon
, Raghu visuma...@gmail.com wrote: Hi Fnds, I'm new to cakephp, and I'm able to setup cake env. But while developing blog app, I'm getting the follwoing warnings with no result. I'm using Cake 1.2.5 and XAMP 1.7.2(PHP 5.3)  , Please let me know any clue to resolve this issue. One

Re: New To CakePHP

2009-09-18 Thread Jon Bennett
://www.php.net/mailing-lists.php On Fri, Sep 18, 2009 at 9:46 AM, Raghu visuma...@gmail.com wrote: Hi Fnds, I'm new to cakephp, and I'm able to setup cake env. But while developing blog app, I'm getting the follwoing warnings with no result. I'm using Cake 1.2.5 and XAMP 1.7.2(PHP 5.3

Re: New to cakePHP

2009-07-10 Thread Dhileepen Chakravarthy
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

New to cakePHP

2009-07-08 Thread Dhileepen Chakravarthy
Hello everybody, I am a new guy for cake php . I installed cakephp in my XAMPP server. How do i create a sample application. Please help me a easy to understand URL Regards, Dhileepen --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: New to cakePHP

2009-07-08 Thread jeff
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 in my

New To cakephp

2009-06-16 Thread Netram Dhakar
Hi, I am new with CakePHP.How to install and configure. Please help me. Thanks Regards Netram dhakar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

Re: New To cakephp

2009-06-16 Thread Andreas Derksen
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 help

Re: New To cakephp

2009-06-16 Thread Marcelo Andrade
On Tue, Jun 16, 2009 at 2:43 AM, Netram Dhakardhakarnet...@gmail.com 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: *

New to CakepHp.. question

2009-04-02 Thread vanushv
Hey i'm trying set up a fairly simple webapp and so far I've used the bake script and it worked pretty good to establish a base for me In my database there is a table of users; each user has a serial number. i want the serial number to be a primary key - so i renamed the serial column to 'id'.

Re: New to CakepHp.. question

2009-04-02 Thread John Andersen
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 van...@gmail.com wrote:

Re: New to CakepHp.. question

2009-04-02 Thread vanushv
The serial will be entered manually by an operator On Apr 2, 5:15 pm, John Andersen j.andersen...@gmail.com 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

Re: New to CakepHp.. question

2009-04-02 Thread John Andersen
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

Re: New to CakepHp.. question

2009-04-02 Thread dr. Hannibal Lecter
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

Re: New to CakepHp.. question

2009-04-02 Thread Smelly Eddie
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

RE: new to cakephp

2009-02-23 Thread Toby Mathews
18:27 To: CakePHP Subject: new to cakephp 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. I also want to know where i can find existing code that supports basic login/logout

Re: new to cakephp

2009-02-23 Thread adam
: new to cakephp 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. I also want to know where i can find existing code that supports basic login/logout and basic user

new to cakephp

2009-02-22 Thread motoq88
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. I also want to know where i can find existing code that supports basic login/logout and basic user control panel. thanks

Re: new to cakephp

2009-02-22 Thread dr. Hannibal Lecter
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.org/

Re: new to cakephp

2009-02-22 Thread brian
On Sun, Feb 22, 2009 at 1:26 PM, motoq88 moto...@gmail.com 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

Re: new to cakephp

2009-02-22 Thread Aivaras
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 bally.z...@gmail.com wrote: On Sun, Feb 22, 2009 at 1:26 PM, motoq88 moto...@gmail.com wrote: hi, I am new to cakePHP. I want

new to cakephp

2009-01-16 Thread sasikumar a
my upcoming projects all cakephp so i want to learn cake plz anyone guide me. --~--~-~--~~~---~--~~ 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

Re: new to cakephp

2009-01-16 Thread Alexandru Ciobanu
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 CakePHP

Re: new to cakephp

2009-01-16 Thread Mike Bernat
http://letmegooglethatforyou.com/?q=cakePHP+Resources On Fri, Jan 16, 2009 at 10:41 AM, Alexandru Ciobanu ics.cake...@gmail.comwrote: 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

Re: New to CakePHP

2008-12-17 Thread Smelly_Eddie
changes appear—it’s just black text on a white background. Can anybody please help? -- View this message in context:http://n2.nabble.com/New-to-CakePHP-tp1323156p1666164.html Sent from the CakePHP mailing list archive at Nabble.com. --~--~-~--~~~---~--~~ You

Re: Model from file list (scanned folder) [new to CakePHP]

2008-12-16 Thread r4zv4n
Thanks for the suggestion :) I was hoping there was a simpler way to do this, by simulating a data source as that array I'm talking about, instead of actually connecting to a table in a DB. The elegant solution would of course be to make a file upload script in admin and after uploading a new

Re: Model from file list (scanned folder) [new to CakePHP]

2008-12-16 Thread mark_story
Problem with scanning your filesystem, is that if you are doing it on a high traffic site you will cause a lot of disk IO which can lead to load issues. Caching to the database will prevent thrashing the disk. -Mark On Dec 16, 4:11 am, r4zv4n razvanbra...@gmail.com wrote: Thanks for the

Re: New to CakePHP

2008-12-16 Thread WallyJ
a lot. On Oct 13, 5:16 am, qwanta rgmic...@gmail.com wrote: Also, don't forget to restart apache after making the httpd.conf changes. On Oct 12, 2:16 pm, imran k badboymax.im...@gmail.com wrote: Hi everyone! I am Imran k and very new to CakePHP. I have downloaded cake_1.2.0.7692-rc3

Model from file list (scanned folder) [new to CakePHP]

2008-12-12 Thread r4zv4n
Hello, I have a folder where files are manually uploaded via FTP in the format MMDD-MMDD.pdf. The task is to display these files in a table that will have these fields: link to file, start date, end date, file size. I will also need to paginate the results and sort by dates / size.

Re: Model from file list (scanned folder) [new to CakePHP]

2008-12-12 Thread majna
Tip: - use cake Folder class methods for files collection and infos - save all files info in database table. - paginate from this table. - you can save last scan time somewhere and scan files, for exmpl, every 5 min. On Dec 12, 11:09 am, r4zv4n razvanbra...@gmail.com wrote: Hello, I have a

Im new to Cakephp... Need help for Cakephp Error 404

2008-10-21 Thread shaider
Guys... I would like to ask you this question... I made a one model, controller and a view... It worked ok.. but when i copied the whole folder to another server/pc.. i have this error... http://pjs/disciplines/ Object not found! The requested URL was not found on this server. If you entered

Re: Im new to Cakephp... Need help for Cakephp Error 404

2008-10-21 Thread clemos
Hi Check that mod_rewrite is installed and enabled on your target server. ++ Clément On Tue, Oct 21, 2008 at 4:19 PM, shaider [EMAIL PROTECTED] wrote: Guys... I would like to ask you this question... I made a one model, controller and a view... It worked ok.. but when i copied the whole

Re: New to CakePHP

2008-10-17 Thread 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 any graphics or colors. I tried editing the httpd.conf file but it didn't made any difference. The screen is still with no color, no styles, no layout

Re: New to CakePHP

2008-10-13 Thread qwanta
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 any

New to CakePHP

2008-10-12 Thread imran k
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 any graphics or colors. I tried editing the httpd.conf file but it didn't made any difference. The screen is still with no color

New to Cakephp: Design question

2007-11-06 Thread thathu
Hello Cakephp developers I am trying to design a website for my friend using cakephp, but I am not sure how to organize the webpages. Here is my design. User - Generic page layout - Generic navigation tabs -click - Each tab has Generic content for all users User - login - Generic Page layout -

Re: New to CakePHP and PHP

2007-10-14 Thread tracyfloyd
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,

New to CakePHP and PHP

2007-10-13 Thread Takumi
Hello, CakePHP looks like a great framework to get started in, I tried some of the tutorials on the site and really think I'd like developing some apps using Cake... But I don't know where to start to learn PHP, and I have no idea how to create the MySQL tables in the right way. Help is much

Re: New to CakePHP and PHP

2007-10-13 Thread afx
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

Re: New to cakePHP

2007-05-05 Thread whidbey
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

Re: New to cakePHP

2007-05-04 Thread [EMAIL PROTECTED]
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.

New to cakePHP

2007-04-27 Thread [EMAIL PROTECTED]
Hi all, I've been investigating using cakePHP, but I'm running into some problems with how I'm using. Apparently, I must be missing something, but being new to cakePHP, I don't know where to start. I'm hoping you all can point me in the right direction. I tried building the blog tutorial

Re: New to cakePHP

2007-04-27 Thread [EMAIL PROTECTED]
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

Re: New to CakePHP and already a problem!

2006-08-09 Thread 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 with it.

Re: New to CakePHP and already a problem!

2006-08-09 Thread Bernard Grosperrin
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 with

New to CakePHP and already a problem!

2006-08-08 Thread Bernard Grosperrin
Hello, I am new and try to discover CakePHP. It seems I have a problem with my paths. I am on windows XP with PHP 5.1.4 and Apache 2.0 SSL here is my directory structure on disk: C:\ ApacheSSL htdocs cake app config