To move existing code into a vendor class, does the existing code need to follow certain format mandated by cakephp? Is it a complicated job to migrate code into a vendor class and reuse the vendor class?
Thanks. On Saturday, October 12, 2013 12:06:58 AM UTC+8, Mike Karthauser wrote: > > > On 11 Oct 2013, at 16:47, Sam <[email protected] <javascript:>> wrote: > > Is it possible for the same web app to mix cakephp with non-cakephp code? > Some pages of a website can use cakephp and others use non-cakephp code. > Can this be done? > > > yes it is. although you'd be be better moving your existing code into a > vendor class if you want to mix it into your cake stuff. > > > > Thank you. > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/groups/opt_out. > > > .................................... > Mike Karthäuser > Director, Brightstorm Ltd. > > 1, Brewery Court > North Street > Bristol > BS3 1JS > > [email protected] <javascript:> > www.brightstorm.co.uk > +44(0) 7939252144 > .................................... > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/groups/opt_out.
