http://etrade.webcrew.cn/edit/stock_navi/index/1

stock_navi_controller.php

class StockNaviController extends AppController
{
    var $name = 'StockNavi';
    var $useTable = 'company_stock_mst';
    var $primaryKey= 'stock_id';

    function edit_index($company_id = null)
    {

    }
    ......
}

stock_navi.php
class StockNavi extends AppModel
{
    var $name = 'StockNavi';
    var $useTable = 'company_stock_mst';
        var $primaryKey= 'stock_id';

        ......
}

error Message:

<?php
class StockNavus extends AppModel
{
    var $name = 'StockNavus';
}
?>
in file : app/models/stock_navus.php

what's the matter of " ...us" ? "US"?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to