regular php in Zend Framework
Posted: Wed Nov 17, 2010 8:53 am
I'm new to Zendframework but i've heared that its possible to use normal php within Zend FW.
now i have a class Users.php with some SQL (create, update,.. ) and i want to use this in a controller.
I also have a class that connects to the database from which te users extends.
all this works outside Zend but when a include one of the classes in my controller it doesn't work.
How can i do this.
I don't want to extend my classes from Zend_Db_Table_Abstract
now i have a class Users.php with some SQL (create, update,.. ) and i want to use this in a controller.
I also have a class that connects to the database from which te users extends.
all this works outside Zend but when a include one of the classes in my controller it doesn't work.
How can i do this.
I don't want to extend my classes from Zend_Db_Table_Abstract