Codeigniter + smarty problem with pass variable template to model |
I fix the problem in this way:
MY_Controller.php PHP Code: class MY_Controller extends CI_Controller { Model: PHP Code: public function info_site($name) { helper: PHP Code: function Info($name) { PHP Code: {info(name)} |
Messages In This Thread |
Codeigniter + smarty problem with pass variable template to model - by StratoKyke - 07-06-2015, 08:02 AM
RE: Codeigniter + smarty problem with pass variable template to model - by mwhitney - 07-06-2015, 09:46 AM
RE: Codeigniter + smarty problem with pass variable template to model - by StratoKyke - 07-06-2015, 09:48 AM
RE: Codeigniter + smarty problem with pass variable template to model - by StratoKyke - 07-06-2015, 10:25 AM
|