Posts by Junior Nascimento • 1 point
1 post
-
0
votes3
answers1230
viewsA: Return ajax data with php
You can do it like this: <?php class Ajax extends CI_Controller{ public function __construct(){ parent::__construct(); } public function cad_emails(){ //TODO CONTEÚDO DO CAD_EMAILS } } ?>…