Changeset 7481
- Timestamp:
- 02/14/08 07:49:10 (2 years ago)
- Files:
-
- doc/branches/1.0/askeet/en/6.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/askeet/en/6.txt
r5459 r7481 170 170 ### Custom validator 171 171 172 Now it is time to write this custom `myLoginValidator`. You can create it in any oneof the `lib/` directories that are accessible to the module (that is, in `askeet/lib/`, or in `askeet/apps/frontend/lib/`, or in `askeet/apps/frontend/modules/user/lib/`). For now, it is considered to be an application-wide validator, so the `myLoginValidator.class.php` will be created in the `askeet/apps/frontend/lib/` directory:172 Now it is time to write this custom `myLoginValidator`. You can create it in any of the `lib/` directories that are accessible to the module (that is, in `askeet/lib/`, or in `askeet/apps/frontend/lib/`, or in `askeet/apps/frontend/modules/user/lib/`). For now, it is considered to be an application-wide validator, so the `myLoginValidator.class.php` will be created in the `askeet/apps/frontend/lib/` directory: 173 173 174 174 [php]

