Re: HABTM searches

2006-06-28 Thread Ariel Santana
";   var $hasMany = array("User"=>array("limit"=>"5"));/* * app/models/profile.php */class Profile extends AppModel{   var $name="Profile";   var $displayField = "dx";   var $hasAndBelongsToMany = array("User"); -- Ariel Santana --~--~--

Re: Fix for "Warning: mysql_connect(): Can't connect to local MySQL server through

2006-06-28 Thread Ariel Santana
is sure that the service of mysql this getting up, because seems to be a problem of connection with the mysql server. in linux is:/etc/init.d/mysql startor verify if the proccess is running: ps aux | grep mysqlmysql 5815  0.9  6.9 127008 17712 pts/0    Sl   22:50   0:01 /usr/sbin/mysqld --based

Re: schema support for postgresql 8.1 [Solved]

2006-06-26 Thread Ariel Santana
instituciones.';    var $primaryKey = 'id_iininstitucion';    var $displayField = "descripcion";}and it works perfectly. This planned to add support it to future versions? [1] http://groups.google.com/group/cake-php/browse_thread/thread/4be0d5ba35d60dd9/b7430fb9723d643e?q=ti