Re: What is MVC?

2015-01-13 Thread Tim Dunphy
MVC is a general programming concept, that applies to any and all languages. It stands for Model View Controller. Model is your data. And by this I'm referring to a database like MySQL, MongoDB, CassandraDB etc. View is your presentation layer. What the user actually sees in his or her web browse

Re: Vaga CakePHP Rio de Janeiro

2014-04-02 Thread Tim Dunphy
Cool job! Requires a LOT of very cool knowledge and skill. But at the pay they're offering, you'd have to live in Rio's favelas (dirt poor neighborhoods). These people are asking for the sky, and offering almost nothing in return. I'd pass on this if I were you!! Sent from my iPhone > On Apr 2

Re: How To Write Programme In PHP?

2012-01-07 Thread Tim Dunphy
Best online tutorial I've found, in my humble opinion is on Tizag.com http://www.tizag.com/ Best of luck to you! tim On Wed, Dec 28, 2011 at 9:37 PM, sudarshana sampath wrote: > Hi, > > go through the PHP manual, it is the most suitable place for PHP newbie. > http://www.php.net/manual/en/ > >

Re: can't connect to db

2011-11-05 Thread Tim Dunphy
he errors into google, the answer should be there somewhere... > http://www.somacon.com/p109.php > > Andras Kende > http://www.kende.com > On Nov 5, 2011, at 10:52 PM, Tim Dunphy wrote: > > ok, update. so I decided to ls the php modules directory > > [root@cloud cake]# l

Re: can't connect to db

2011-11-05 Thread Tim Dunphy
PHP Fatal error: Call to undefined function mysql_connect() in /var/www/cakephp-cakephp-73205dc/mysql.php on line 2 any thoughts? thanks! On Sat, Nov 5, 2011 at 11:48 PM, Tim Dunphy wrote: > Thanks for that! It seems that php can't find it's pdo librarries > > > [root@clo

Re: can't connect to db

2011-11-05 Thread Tim Dunphy
ie(mysql_error()); > echo "Connected to Database"; > ?> > > 'Andras Kende > http://www.kende.com > > On Nov 5, 2011, at 10:25 PM, Tim Dunphy wrote: > >> Hello and thanks for your reply.. >> >> I tried removing the port

Re: can't connect to db

2011-11-05 Thread Tim Dunphy
Hello and thanks for your reply.. I tried removing the port setting as you've suggested and moved from cake 1.3 to cake 2.0 but the result was the same! class DATABASE_CONFIG { public $default = array( 'datasource' => 'Database/Mysql', 'persistent' => fals