admin routing and translations

2013-09-26 Thread ivnrmc
does anybody know a way how to avoid translations for admin routing in cakephp? i have suceeded such thing but needed to change some of the core cakephp files, and i dont like that solution. has anybody encounter something like this? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find

CakePHP, Opauth and Auth component

2012-10-20 Thread ivnrmc
Hello there, I have a question regarding Opauth and Cakephp. I am just starting new project and I decided to go with Opauth and few Strategies to develop login system. But, I have a problem, I cannot login user with Auth component from CakePHP. It works nice, I get array of data from social ne

Google maps and CakePHP

2012-10-09 Thread ivnrmc
Hello, This is not strictly cakephp question, more off topic, but i could use a suggestion from you guys. I have a question about Google maps pricing. I have read and understood the service agreements for part where Google maps API is gree. But, we are building website project (based on cakeph

Re: Looking for work?

2012-08-23 Thread ivnrmc
Hello, I am interested for work, part time thing. Working with cakePHP about year from now on, so I would like to try bid for a job. CakePHP apps: http://shareurride.com (project near completion) http://angrylemmings.com Other web solutions that I made: http://ivanrimac.com/portfolio/ Let me k

Registering users with Google accounts - CakePHP

2012-08-16 Thread ivnrmc
Hello everyone, I am building custom web app, and I would like to integrate login and register to the application with google account. I cannot find good source of informations for CakePHP on the web. I already have a way how to integrate Facebook and Twitter login/register to my web app. I am

Re: undefined index error

2012-08-16 Thread ivnrmc
I suppose you tried debugging your variable, but if you get undefined index, you should check if this array actually contains some data. Debugging inside controller, and debugging $this->data is a good way to find out what is going on... If you still have problems, please provide more info and c