Creating a bullet list view for the Tree tutorial

2013-10-06 Thread taoist
I've been at this for a while and I'm completely new to Cake PHP and full stack web frameworks period. I simply want to turn the tree data in the Tree tutorial here http://book.cakephp.org/2.0/en/core-libraries/behaviors/tree.html into a nice HTML bullet list for learning purposes. *I have the

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 herehttp://frankstech.blogspot.com.au/2013/10/cakephp-installation.html Tried the blog tutorial as detailed in http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html Have listed step by

Duplicate records in database

2013-10-06 Thread manju16832003
Hi, I have application written in cakephp 1.3. I'm experiencing this wired situation where by some tables are populated with dummy data without user action. I mean to say, data is been automatically inserted to few tables like posts, reviews table through there hasn't been action to add the data.

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

2013-10-06 Thread Frank Thomson
I am running WAMP server on my windows 8 laptop. I have cake installed and the test screen shows up as OK. There is more detail on that on my personal blog herehttp://frankstech.blogspot.com.au/2013/10/cakephp-installation.html I am trying to follow the blog tutorial from the cake web site here:

Re: Accessing things in $this-request-data

2013-10-06 Thread Leandro Machado Pereira
Hello, When your used action add, after Item-save, the Model is updated the $this-Item-id, with the last id inserted. Try $this-Item-id I think, the Model is updated after your save. Regards 2013/10/3 Paul Willis paul.wil...@me.com In my ItemsController I'm editing an item and then want

Bake doesn't work

2013-10-06 Thread taoist
When I go to the app directory using the terminal and type *cake bake* , nothing happens other than a 'command not found' error. I tried going to the Console directory. This did not work. I'm using MAMP on Snow Leopard . -- View this message in context:

App::build in CakePHP3

2013-10-06 Thread h.kanji
Hi Everyone! Now, I'm examining the CakePHP3. There is not App::build method in CakePHP3. Of cource, I understand PSR-0. But, I need a way that can be extended without changing the existing functionality. In CakePHP2 I can use class of their own instead of the classes the framework

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

2013-10-06 Thread Gaurav Matta
You seem to miss php tags in your controller...How comfortable are you with Php On Fri, Oct 4, 2013 at 3:19 AM, Frank Thomson frankt2...@gmail.com wrote: I am running WAMP server on my windows 8 laptop. I have cake installed and the test screen shows up as OK. There is more detail on that on

Re: App::build in CakePHP3

2013-10-06 Thread Gaurav Matta
As far as I can see on Cakephp website is latest version is 2.4.1 how do you get to cakephp 3 On Fri, Oct 4, 2013 at 12:34 PM, h.kanji kanjih...@gmail.com wrote: Hi Everyone! Now, I'm examining the CakePHP3. There is not App::build method in CakePHP3. Of cource, I understand PSR-0. But,

Re: Bake doesn't work

2013-10-06 Thread Gaurav Matta
Can't Say about Mac execution file but you can also run cake.php in console folder to bake... On Thu, Oct 3, 2013 at 1:34 PM, taoist wturne...@gmail.com wrote: When I go to the app directory using the terminal and type *cake bake* , nothing happens other than a 'command not found' error. I

Re: Duplicate records in database

2013-10-06 Thread Gaurav Matta
can you provide us with screen shot of your firm.Is your site live? On Thu, Oct 3, 2013 at 11:31 AM, manju16832003 manju16832...@gmail.comwrote: Hi, I have application written in cakephp 1.3. I'm experiencing this wired situation where by some tables are populated with dummy data without

Re: noobie problem with the cake blog tutorial

2013-10-06 Thread Gaurav Matta
Repeated Post : missing php tags in controller On Thu, Oct 3, 2013 at 7:10 AM, Frank Thomson frankt2...@gmail.com wrote: Hi guys, Setup WAMP on my win8 laptop. Installed cake seemed to go OK. Notes on my blog herehttp://frankstech.blogspot.com.au/2013/10/cakephp-installation.html

Re: App::build in CakePHP3

2013-10-06 Thread euromark
You should be using the latest stable version - which is 2.4 and the master branch https://github.com/cakephp/cakephp Cake3 is not even released as alpha yet. Am Sonntag, 6. Oktober 2013 21:05:07 UTC+2 schrieb gaurav: As far as I can see on Cakephp website is latest version is 2.4.1 how do

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

2013-10-06 Thread John Andersen
To me it seems like your CakePHP setup is incorrect. What is your document root set to in the Apache config file? I would asume it was set to: C:\wamp\www\cake_2_0\app\webroot That path is the root of your blog application. Also, please show us the tree structure of your app folder. Enjoy,

Re: App::build in CakePHP3

2013-10-06 Thread h.kanji
I am Japanese. I am not a native speaker. I'm sorry, if I had not communicated well the intention because of that. Of course, I know that the latest version is 2.4.1 Where did you get the CakePHP3? I have clone from github. (It did not go well in my environment, but ) Instlation is also a