These are typical CakePHP urls: http://www.domain.com/articles/view/354 http://www.domain.com/staff_bios/ http://www.domain.com/pages/about_us/ http://www.domain.com/news/index
Look for the pattern of a plural word followed by either "index" or "view". At least if they are clean URLs like this, and the site is running well, then even if it is not CakePHP, it is probably something decent. Urls that look like this are probably not CakePHP: http://www.domain.com/article/160/really-long-article-titles-like-this-in-url-suggests-use-of-blogware-like-wordpress-and-not-cakephp http://www.domain.com/index.php?type=Articles&sort=name http://www.domain.com/news.php?sort=year In other words, you shouldn't be seeing direct calls to any file with a .php extension. And you won't generally see really long article titles as part of the url. If the URL looks like either of these two below, kick his ass to the curb : ) http://www.domain.com/Default.asp?bhcp=1 http://www.domain.com/site/help/training.jsp?top=28&mid=29 On Apr 17, 8:20 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > If you really don't know the difference then why bother? > > Focus on getting a solution... Or hire a project manager who you can trust! > > Wait a min!! Is it that you are the project manager :o) > > Yes looking at the source code of the rendered page can give enough clues > > Cheers > Tarique > > On Thu, Apr 17, 2008 at 7:55 PM, foongoos <[EMAIL PROTECTED]> wrote: > > > I have a free lance developer that wants to do a job for me and he > > sounds very promising. The project is based on cake but I am afraid > > that I will not be able to tell the difference if he used another > > -- > ============================================================= > Cheesecake-Photoblog:http://cheesecake-photoblog.org > PHP for E-Biz:http://sanisoft.com > ============================================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
