Re: Short Names Navigation (like Twitter and Facebook)

2010-12-22 Thread tcornett
se have a look at routing > configuration,http://book.cakephp.org/view/945/Routes-Configuration > > Hope this helps. > > Amit Badkas > > PHP Applications for E-Biz:http://www.sanisoft.com > > On Wed, Dec 22, 2010 at 4:53 AM, tcornett wrote: > > I am trying to get an

Short Names Navigation (like Twitter and Facebook)

2010-12-21 Thread tcornett
I am trying to get an app to work with Twitter-like and Facebook-like short names for navigation (like http://twitter.com/) where is a value referenced in the database. Where should I be looking to do the URL manipulation? I am having trouble getting to the request prior to the norm

Advice for personalized email (i.e. newsletter, mass email)

2010-04-15 Thread tcornett
I am looking to setup an aspect of my cakephp application to handle the emailing of a large number of individuals with a personalized email message. [THIS IS NOT FOR SPAM] I have been looking around and I cant really seem to find anything that handles this situation well. A couple of the major ro

Force a specific URL?

2009-09-28 Thread tcornett
Is it possible to force or redirect an entire site to a specified URL? For example, http://example.com/ gets redirected to http://www.example.com/ Is this possible? If so, can someone point me in the right direction? Thank you for the help --~--~-~--~~~---~--~~

Extracting PATHS but not the full HTML object

2009-09-28 Thread tcornett
I am curious how I would extract the path of a LINK or an IMAGE without getting the whole HTML object. Instead of getting the 'http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Allowing RSS Feed without the restirctions of Authentication?

2009-06-24 Thread tcornett
I currently have my beforeFilter() function in my AppController setup like the following for my Auth component: function beforeFilter() { $this->Auth->fields = array('username' => 'email', 'password' => 'passwordhash'); $this->Auth->loginError = 'In

Migration to UUIDs from AUTO_INCREMENT

2009-05-15 Thread tcornett
I am trying to migrate data from a schema that used auto_increment integers in a MySQL database to a newly built CakePHP framework application which will use UUIDs for the primary keys. I am having issues updating the previous records and replacing the old ids ('1', '2', '3', etc.) with generated