To generate new ORM files with Propel use vagrant.
- From the root directory run
vagrant up
- ssh into the newly created vagrant vm with
vagrant ssh
- cd /vagrant/persistence/conf/
- modify the schema.xml file with database changes.
- Then run
propel-gen
- The generated file will be in the
build
folder. - Copy the needed files to the correct location.
CodeIgniter 3.1.4 Propel 1.7.1