Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. class MantenerController extends ApplicationController{
  3.  
  4. public function registrar(){
  5. //se llama a la interfas Registrar
  6. }
  7.  
  8. public function registrar_action(){
  9. //funcion para registrar el cliente
  10. $cli=new clientes();
  11. //$cli->create_from_request();
  12. echo $cli->request('identificacion');
  13. }
  14.  
  15.  
  16. }
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement