Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
Sorry , for that i didnt pay attention to it .I have removed from now onwards. On Wed, Apr 11, 2012 at 8:36 PM, AD7six wrote: > > > On Wednesday, 11 April 2012 16:49:57 UTC+2, masoodi wrote: > -- > *Thanks* > *Imtiyaz Nabi Masoodi* > *Fast track Executive Affiliate* > *Booster Club Member* > *ht

Re: Where to start?

2012-04-11 Thread AD7six
On Wednesday, 11 April 2012 16:49:57 UTC+2, masoodi wrote: -- *Thanks* *Imtiyaz Nabi Masoodi* *Fast track Executive Affiliate* *Booster Club Member* *http://www.earnonlineparttimejobs.com/?id=232501* Please remove this spammy footer from future messages you send to this group. AD -- Our new

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
I soloved the problem..And it was an unexpected problem just see the code below and thanks for your time wrong one. wrote: > I have already checked that vedio and applied the requested.e.g changing > folder names to capital. > > > On Wed, Apr 11, 2012 at 7:08 PM, Vitor Pacheco wrote: > >> check th

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
I have already checked that vedio and applied the requested.e.g changing folder names to capital. On Wed, Apr 11, 2012 at 7:08 PM, Vitor Pacheco wrote: > check this video http://www.youtube.com/watch?v=-oHofPGqPBo > > > 2012/4/11 INTERNET DATA CENTRE > >> 2.1 offcourse.I would also like to know

Re: Where to start?

2012-04-11 Thread Vitor Pacheco
check this video http://www.youtube.com/watch?v=-oHofPGqPBo 2012/4/11 INTERNET DATA CENTRE > 2.1 offcourse.I would also like to know how to set paths in webroot/index. > i cant find that leasson on youtube. > > > On Wed, Apr 11, 2012 at 7:00 PM, INTERNET DATA CENTRE > wrote: > >> 2.1 offcourse

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
2.1 offcourse.I would also like to know how to set paths in webroot/index. i cant find that leasson on youtube. On Wed, Apr 11, 2012 at 7:00 PM, INTERNET DATA CENTRE wrote: > 2.1 offcourse . > > > On Wed, Apr 11, 2012 at 6:15 PM, Ed Propsner wrote: > >> What version of Cake are you using? The vi

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
2.1 offcourse . On Wed, Apr 11, 2012 at 6:15 PM, Ed Propsner wrote: > What version of Cake are you using? The video tutorial was for 1.3 and if > you are using 2.1 that could create some problems. If you are on 1.3 check > to make sure your mod-rewrite is working and also that the paths in > we

Re: Where to start?

2012-04-11 Thread Ed Propsner
What version of Cake are you using? The video tutorial was for 1.3 and if you are using 2.1 that could create some problems. If you are on 1.3 check to make sure your mod-rewrite is working and also that the paths in webroot/index are correct. On Wed, Apr 11, 2012 at 8:23 AM, INTERNET DATA CENTRE

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
changed all the things showing same errors again Here is the result *Error: * Create the class *PostController* below in file: app\Controller\PostController.php http://localhost/tut_blog/post/helloworld#>→ Dispatcher->dispatch(CakeRequest, CakeResponse)

Re: Where to start?

2012-04-11 Thread Ed Propsner
What version of Cake are you using? I was under the assumption you were using 2.1. On Wed, Apr 11, 2012 at 8:02 AM, INTERNET DATA CENTRE wrote: > You are right the reason you see two urls mentioned by me is that when i > got that error again and again .I uninstalled my wamp and then reinstalled >

Re: Where to start?

2012-04-11 Thread Ed Propsner
The only thing that should really need changing in webroot/index is the CAKE_CORE_INCLUDE_PATH and you would know right away if that was wrong. The best I can tell you is to change your hello_world method to helloWorld (no underscore), controller named PostsController.php, view (ctp) named hello_w

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
You are right the reason you see two urls mentioned by me is that when i got that error again and again .I uninstalled my wamp and then reinstalled it .Obveiously .Folder will be different but problem in both cases is same. On Wed, Apr 11, 2012 at 5:29 PM, INTERNET DATA CENTRE wrote: > Please see

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
Please see carefully what name he is giving to file and what in AppController .Here is the link http://www.youtube.com/watch?v=zosLKTOVv3E&feature=fvsr On Wed, Apr 11, 2012 at 5:26 PM, INTERNET DATA CENTRE wrote: > Thanks for reply and advice. > > But i have not gone through all the MVC's and cod

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
Thanks for reply and advice. But i have not gone through all the MVC's and coding, without reading and understanding them throughly.I hav not got this lesson from the link you have provided.Although i have tried with that also before this. .i wrote code myself manytime.When i got same problem agai

Re: Where to start?

2012-04-11 Thread Ed Propsner
I would recommend that the site where you get your "cakephp lesson" from should be this one http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html Work through (not copy and paste) the blog tutorial as many times as it takes until you have at least a basic understanding. Your Posts

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
But the cakephp lesson where from i got this shows same file name and it works good there. I have even tried with that file name also. On Wed, Apr 11, 2012 at 4:05 PM, Ed Propsner wrote: > The file should be named PostsController.php > http://book.cakephp.org/2.0/en/getting-started/cakephp-conve

Re: Where to start?

2012-04-11 Thread Ed Propsner
The file should be named PostsController.php http://book.cakephp.org/2.0/en/getting-started/cakephp-conventions.html On Wed, Apr 11, 2012 at 6:24 AM, INTERNET DATA CENTRE wrote: > do you mean to say file name > file name Posts_controller > code > class PostsController extends AppController { > v

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
Stack trace says this . A nd i think there is some problem here, APP\webroot\index.php line 96 → Dispatcher->dispatch(CakeRequest, CakeResponse) App::uses('Dispatcher', 'Routing'); $Dispatcher = new Dispatcher(); $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(a

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
do you mean to say file name file name Posts_controller code wrote: > Sorry, I just realized it was the PostsController and not the Post Model > that was not being found. You sure you have the PostsController.php and > it's not misspelled or anything like that? > > On Wednesday, April 11, 2012 4:2

Re: Where to start?

2012-04-11 Thread CrotchFrog
Sorry, I just realized it was the PostsController and not the Post Model that was not being found. You sure you have the PostsController.php and it's not misspelled or anything like that? On Wednesday, April 11, 2012 4:27:52 AM UTC-4, CrotchFrog wrote: > > No, there is no need to delete it. >

Re: Where to start?

2012-04-11 Thread CrotchFrog
No, there is no need to delete it. Is "*Error: **PostsController* could not be found" the only error you are getting? Your default view loaded ok? On Wednesday, April 11, 2012 4:12:27 AM UTC-4, masoodi wrote: > > THanks for reply > > There is only one file in Model folder named empty .It do

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
THanks for reply There is only one file in Model folder named empty .It does not contain any text or code in it. Shall i delete it , On Wed, Apr 11, 2012 at 1:38 PM, CrotchFrog wrote: > Delete the contents of the Model folder. > > > On Wednesday, April 11, 2012 3:56:24 AM UTC-4, masoodi wrote:

Re: Where to start?

2012-04-11 Thread CrotchFrog
Delete the contents of the Model folder. On Wednesday, April 11, 2012 3:56:24 AM UTC-4, masoodi wrote: > > There are three folders in it models persistant views which one to delete > > On Wed, Apr 11, 2012 at 10:59 AM, CrotchFrog wrote: > >> Try to empty the cache and see if it helps. >> /app/

Re: Where to start?

2012-04-11 Thread INTERNET DATA CENTRE
There are three folders in it models persistant views which one to delete On Wed, Apr 11, 2012 at 10:59 AM, CrotchFrog wrote: > Try to empty the cache and see if it helps. > /app/tmp/cache/ > > > On Sunday, April 8, 2012 8:02:47 AM UTC-4, masoodi wrote: > >> Dear friends , >> >>I am new

Re: Where to start?

2012-04-10 Thread CrotchFrog
Try to empty the cache and see if it helps. /app/tmp/cache/ On Sunday, April 8, 2012 8:02:47 AM UTC-4, masoodi wrote: > > Dear friends , > >I am new to cake . I have installed it .Now after installation what > shall be our first action.i mean to say what have we to do after > installati

Re: Where to start?

2012-04-10 Thread masoodi
My version of php is 5.2.8 latest one. i even installed wamp again and wrote new code still when i localhost/tut_blog it shows cake php is installed correctly but when it comes to data base it shows now *Error: * *PostsController* could not be found. *Error: * Create the class *PostsCon

Re: Where to start?

2012-04-10 Thread Dave D
If it's showing absolutely nothing, this could be a case where your version of PHP isn't up to date. The newer versions of CakePHP need 5.2.8+. I've tested with 5.1.x and nothing shows up. Unfortunately, this means that older versions of Centos (5.x) and probably RHEL do not come with a version

Re: Where to start?

2012-04-08 Thread INTERNET DATA CENTRE
i have done that part already .i even copy pasted the code but web browser dosent show anything i tried to give different paths e,g including index,php in browser adress like localhost/cakeblog/index.php/posts/hello_world On 4/8/12, kdubya wrote: > Start with the Blog tutorial. Follow it step-by-

Re: Where to start?

2012-04-08 Thread kdubya
Start with the Blog tutorial. Follow it step-by-step. http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html On Sunday, April 8, 2012 8:02:47 AM UTC-4, masoodi wrote: > > Dear friends , > >I am new to cake . I have installed it .Now after installation what > shall be our fi

Where to start?

2012-04-08 Thread masoodi
Dear friends , I am new to cake . I have installed it .Now after installation what shall be our first action.i mean to say what have we to do after installation.It shows me a blank screen when i try to see my blog. My database name is cakeBlogs and table name Posts. what shall i do now to

Re: Cakephp workflow - where to start

2010-04-24 Thread Walther
I first start by defining my database structure using something like MySQL workbench (Visual db design software). Once my db design is complete I export it into the db engine. I then bake a scaffold application and use that to revise my db (No need to delete your baked app between revisions if you

Re: Cakephp workflow - where to start

2010-04-24 Thread jacmoe
Ideally, that's how I do it too. Not always, but most of the time. :) Creating the database first, bake something, test it. Delete the app, revise the database, bake it again.. The database is the single most important part of your application. On Apr 24, 11:51 am, viis wrote: > Would like to kno

Re: Cakephp workflow - where to start

2010-04-24 Thread calvin
That's sorta how I do it. I generally start by writing a database schema in a text editor in the form of CREATE TABLE statements (I'm curious how others define and update their schemas); then I create the database and tables; then I bake the models, controllers, and views. In the past, I often stop

Re: Cakephp workflow - where to start

2010-04-24 Thread Renato de Freitas Freire
In my case, I create the database first... then I bake the project in cakephp.. then, I created the layout (css, images, menus) then I start to work with controllers and views.. I work on controllers, and action by action, when its ready, I create the view to test it. once its all done, i work on a

Cakephp workflow - where to start

2010-04-24 Thread viis
Would like to know what is your workflow when you start a new cakephp project from zero, do you start from - making CSS and views - later create databases - models, - and leave the controllers last , or you work with views, controllers, models simultaneously piece by piece or in what order d

Re: where to start - basic security question?

2009-01-13 Thread SethA
I think I should clarify. I think Adam correctly understood what I was trying to get at. For further context, look at the blog example code and how they use the HTML helper to craft the links to actions like deleting posts, creating posts, etc. So you get a delete link that when you hover you see

Re: where to start - basic security question?

2009-01-13 Thread soosa
If you don't like the default {controller/action/params} shape then CakePHP accepts your own custome URLs by using URL Routes, check this out "Custom URLs from the Site Root ". Moreover, having controller name, action, and para

Re: where to start - basic security question?

2009-01-13 Thread Adam Royle
Yes, I would say most people use the controller/action/params type urls. Most people's thoughts about passing the action through a POST instead of a GET to make it more secure are moot. You can fake (and modify variables) in a POST request just as easy as you can with GET. Your post indicates th

Re: where to start - basic security question?

2009-01-12 Thread Miles J
You can simple allow/deny users from viewing certain actions depending on their user/login status. http://book.cakephp.org/view/172/Authentication http://book.cakephp.org/view/175/Security-Component --~--~-~--~~~---~--~~ You received this message because you are su

where to start - basic security question?

2009-01-12 Thread SethA
I'm new to all this. It all started with a desire on my part to start building some PHP based apps on my own time. I'm not a programmer by trade, so try to be understanding with me :). After months of [part time] googling, I've become familiar (somewhat) with MVC, why it is important, frameworks,

Re: Where to start?

2008-07-25 Thread Rich
s like there is still a lot > > that I don't know about it. > > > One of the big things about this project is I'm going to be using a > > lot of ajax (as opposed to none in its current state), and I'm not > > really sure where to start. How did you guys

Where to start?

2008-07-25 Thread sdustinh
ng over a project that is sewn together with some PHP, and when I start to set up my models and controls it seems like there is still a lot that I don't know about it. One of the big things about this project is I'm going to be using a lot of ajax (as opposed to none in its current state

Re: Where to start?

2008-07-25 Thread Rich
p my models and controls it seems like there is still a lot > that I don't know about it. > > One of the big things about this project is I'm going to be using a > lot of ajax (as opposed to none in its current state), and I'm not > really sure where to start. How did

Re: (In-site) search with CakePHP -- where to start?

2007-05-13 Thread Vladimir
http://www.xapian.org/ Xapian is an Open Source Search Engine Library, released under the GPL. It's written in C++, with bindings to allow use from PHP Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It

Re: (In-site) search with CakePHP -- where to start?

2007-05-11 Thread Christopher E. Franklin, Sr.
I only wanted to search certain things within my site. So, I just stuck everything I wanted to search (EG - FAQs, Help, Contact, etc) into their respective tables and the field that the information was in, I used FULLTEXT and made a FULLTEXT key on that table (This is using MySQL). When I perfor

Re: (In-site) search with CakePHP -- where to start?

2007-05-11 Thread John David Anderson (_psychic_)
On May 11, 2007, at 3:27 PM, tawm wrote: > > Hi all, > > I'm preparing including an in-site search feature in my CakePHP-based > webapplication. Given the fact that in-site search on most websites > sucks bigtime and the fact that using Google for this is not an option > (I want full control and

(In-site) search with CakePHP -- where to start?

2007-05-11 Thread tawm
Hi all, I'm preparing including an in-site search feature in my CakePHP-based webapplication. Given the fact that in-site search on most websites sucks bigtime and the fact that using Google for this is not an option (I want full control and there is no budget), I figure I will really have to inv