mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-16 11:58:25 +00:00
b50276f976
Author: phpnut Date: 10:02:08 PM, Friday, November 04, 2005 Message: Merging new ACL [1312] Author: phpnut Date: 8:20:15 AM, Wednesday, November 02, 2005 Message: More coding on the Security class. Added cipher method provided by Nate to the class. Added hash method that will be used to generate a authentication key Added method to the CakeSession class to return all session vars if the session components read method is called with empty params. git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1329 3807eeeb-6ff5-0310-8944-8be069107fe0
9 lines
No EOL
108 B
PHP
9 lines
No EOL
108 B
PHP
<?php
|
|
|
|
class ArosAco extends AppModel
|
|
{
|
|
var $useTable = 'aros_acos';
|
|
var $belongsTo = 'Aro,Aco';
|
|
}
|
|
|
|
?>
|