Because I use the query to mysql for some math.
CakePhp dose't let me use
$paginator->sort('Initial Monthly repayments','initial_monthly_payment');
<CODE>
<php>
$initial_monthly_payment = MATH FORMULAS;
</php>.
<SQL FIELDS QUERY>
.
.
$initial_monthly_payment.'` as `initial_monthly_payment'
.
.
</SQL FIELDS QUERY>
</CODE>
I don't have 'initial_monthly_payment' as a field in the table.
Haw can I fix this ?
Thanks for the time!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---